]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* initiall sieve listing support. authentication works now, we at least answer with...
[citadel.git] / citadel / sysconfig.h
index 822575f713d4ecc6aa4993f9a8ea2bc107be44f8..7a138576c69af5ea32b7dc8b8702c713f8ecc059 100644 (file)
 #define USERTASKSROOM          "Tasks"
 #define USERCONTACTSROOM       "Contacts"
 #define USERNOTESROOM          "Notes"
+#define USERTRASHROOM          "Trash"
 #define PAGELOGROOM            "Sent/Received Pages"
+#define SIEVERULES              "SieveRules"
 #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
+ * makes no sense to change this, because you'd have to change it on every
+ * system on the network.  That would be stupid.
+ */
+#define ADDRESS_BOOK_ROOM      "Global Address Book"
+
+
 /*
  * How long (in seconds) to retain message entries in the use table
  */
 #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
+#