]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Every user gets a Trash folder. Clients can also use _TRASH_
[citadel.git] / citadel / sysconfig.h
index 545ddfee16a4139b471a83c3bf0ccab8aa49c562..92dbee7a5d4906c96bb88b707fe7f37ed4a1e45d 100644 (file)
 #define USERTASKSROOM          "Tasks"
 #define USERCONTACTSROOM       "Contacts"
 #define USERNOTESROOM          "Notes"
+#define USERTRASHROOM          "Trash"
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"
 #define CTDL_CER_PATH          CTDL_CRYPTO_DIR "/citadel.cer"
 
 #define THREADSTACKSIZE                1048576
+
+/*
+ * How many messages may the full text indexer scan before flushing its
+ * tables to disk?
+ */
+#define FT_MAX_CACHE           2500
+#