Implemented configuration settings for journaling.
[citadel.git] / citadel / config.h
index 7c7cb254f5a10a111bd06cc8077337198f8c16ad..d6268366c14eb59b377254038f66c6c0b2df0871 100644 (file)
@@ -69,6 +69,9 @@ struct config {
        char c_auto_cull;               /* Cull db logs automatically?      */
        char c_instant_expunge;         /* IMAP instant expunge deleted msgs*/
        char c_allow_spoofing;          /* SMTP allow spoofing of my domains*/
+       char c_journal_email;           /* Perform journaling of email      */
+       char c_journal_pubmsgs;         /* Perform journaling of non-email  */
+       char c_journal_dest[128];       /* Where to send journalized msgs   */
 };