]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_list.h
Laid some of the groundwork for a partial
[citadel.git] / citadel / imap_list.h
index 01a790f5091a10fc3c75493feeecb9b7baf14325..e65d855dee7f9882ea174b2a20e855b80f597ef4 100644 (file)
@@ -2,5 +2,10 @@
  * $Id$
  */
 
+/*
+ * In the extended form of LIST the client is allowed to specify
+ * multiple match patterns.  How many will we allow?
+ */
+#define MAX_PATTERNS 20
 
 void imap_list(int num_parms, char *parms[]);