]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Updated some of the docs. Bumped version number to 5.80 in anticipation
[citadel.git] / citadel / sysconfig.h
index cb98333238a6ddc33078132452096c3b7d73ce13..378a3b639e0962e1e8d92b8ea3c8e8871b9beb3a 100644 (file)
 
 
 /*
- * Command buffer size (do not change!)
+ * Standard buffer size for string datatypes.  DO NOT CHANGE!  Not only does
+ * there exist a minimum buffer size for certain protocols (such as IMAP), but
+ * fixed-length buffers are now stored in some of the data structures on disk,
+ * so if you change the buffer size you'll fux0r your database.
  */
 #define SIZ            4096
 
 #define MAILROOM               "Mail"
 #define AIDEROOM               "Aide"
 #define USERCONFIGROOM         "My Citadel Config"
+#define USERCALENDARROOM       "My Calendar"
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"