Still waiting for the computer. Or rather, for other computers.
[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);