X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fserver%2Fmodules%2Fimap%2Fimap_list.h;h=59247ca42862ea388e36cace4afc683cafd1b661;hp=902c6d1c27785cc34fa971b97a688775dd691048;hb=093046f0b802d7c490f6673cb7a43da4698efd00;hpb=25caea5f297634dc8ac7904c0d9036b3b9ef20f8 diff --git a/citadel/server/modules/imap/imap_list.h b/citadel/server/modules/imap/imap_list.h index 902c6d1c2..59247ca42 100644 --- a/citadel/server/modules/imap/imap_list.h +++ b/citadel/server/modules/imap/imap_list.h @@ -1,8 +1,5 @@ - -/* - * In the extended form of LIST the client is allowed to specify - * multiple match patterns. How many will we allow? - */ +// 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, ConstStr *Params);