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