* Automatic deletion of committed database logs is now a site-definable
[citadel.git] / citadel / config.h
index 160c5d96e8bac005a53e11de190c058d91f59254..09e0b8be99a028fbc9844efdc1bef6fc996be02a 100644 (file)
@@ -66,6 +66,7 @@ struct config {
        int c_imaps_port;               /* IMAPS listener port (usually 993)*/
        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?      */
 };