* Added "instant expunge" and "allow spoofing" site config options.
[citadel.git] / citadel / config.h
index 09e0b8be99a028fbc9844efdc1bef6fc996be02a..7c7cb254f5a10a111bd06cc8077337198f8c16ad 100644 (file)
@@ -67,6 +67,8 @@ struct config {
        int c_pop3s_port;               /* POP3S listener port (usually 995)*/
        int c_smtps_port;               /* SMTPS listener port (usually 465)*/
        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*/
 };