]> code.citadel.org Git - citadel.git/blob - citadel/server/modules/imap/imap_list.h
moved whitespace around
[citadel.git] / citadel / server / modules / imap / imap_list.h
1 // In the extended form of LIST the client is allowed to specify
2 // multiple match patterns.  How many will we allow?
3 #define MAX_PATTERNS 20
4
5 void imap_list(int num_parms, ConstStr *Params);