Still waiting for the computer. Or rather, for other computers.
[citadel.git] / citadel / server / modules / imap / imap_list.h
index 902c6d1c27785cc34fa971b97a688775dd691048..59247ca42862ea388e36cace4afc683cafd1b661 100644 (file)
@@ -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);