* Wrote the rest of the use table code. Finished except for a bug.
[citadel.git] / citadel / sysconfig.h
index 8e17038b0731088ffe524f187ab49a3de22d4bd7..34b722cdfae633f270712f8177bc28bd74d82ba5 100644 (file)
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"
+
+/*
+ * How long (in seconds) to retain message entries in the use table
+ */
+#define USETABLE_RETAIN                604800L         /* 7 days */