]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Any "delete message" operation which is synchronous to a client is now
[citadel.git] / citadel / sysconfig.h
index 76f2855dc8e56a9fceaddc40243c7fcdcbc9584c..822575f713d4ecc6aa4993f9a8ea2bc107be44f8 100644 (file)
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"
+#define DELETED_MSGS_ROOM      "__CitadelDeletedMessages__"
 
 /*
  * How long (in seconds) to retain message entries in the use table
 /*
  * Pathnames for cryptographic goodness
  */
-#define        CTDL_CRYPTO_DIR         BBSDIR "/keys"
+#define        CTDL_CRYPTO_DIR         "./keys"
 #define CTDL_KEY_PATH          CTDL_CRYPTO_DIR "/citadel.key"
 #define CTDL_CSR_PATH          CTDL_CRYPTO_DIR "/citadel.csr"
 #define CTDL_CER_PATH          CTDL_CRYPTO_DIR "/citadel.cer"
+
+#define THREADSTACKSIZE                1048576