b780c7e0f1580a252e6c199011a19d360b402d42
[citadel.git] / citadel / modules / imap / imap_list.h
1 /*
2  * $Id$
3  */
4
5 /*
6  * In the extended form of LIST the client is allowed to specify
7  * multiple match patterns.  How many will we allow?
8  */
9 #define MAX_PATTERNS 20
10
11 void imap_list(int num_parms, ConstStr *Params);