* Automatic deletion of committed database logs is now a site-definable
[citadel.git] / citadel / serv_upgrade.c
index 000e8afeabaf397f840005131283f4d0740973d1..e57951ac88c5c9aaedf2474de3e57ce1d3157d26 100644 (file)
@@ -176,6 +176,10 @@ void update_config(void) {
                config.c_enable_fulltext = 0;
        }
 
+       if (CitControl.version < 652) {
+               config.c_auto_cull = 1;
+       }
+
        put_config();
 }