* Reference count adjustments are now deferred by queuing
[citadel.git] / citadel / sysconfig.h
index 895dc41c97ea21a9e2cec152ad9f320d491b8a4b..2db5f367c170a219c07ace50873c0f4b95912ded 100644 (file)
 #define USERCALENDARROOM       "Calendar"
 #define USERTASKSROOM          "Tasks"
 #define USERCONTACTSROOM       "Contacts"
-#define USERCOLLECTEDROOM      "Collected Addresses"
 #define USERNOTESROOM          "Notes"
+#define USERTRASHROOM          "Trash"
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"
-#define DELETED_MSGS_ROOM      "__CitadelDeletedMessages__"
 
 /*
  * Where we keep messages containing the vCards that source our directory.  It
 #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
+#