X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=09e0b8be99a028fbc9844efdc1bef6fc996be02a;hb=5aaf345dba40e687f794956a981279becf0eed48;hp=160c5d96e8bac005a53e11de190c058d91f59254;hpb=49cc747de57875d0fc835de7623835e46f7146f4;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h index 160c5d96e..09e0b8be9 100644 --- a/citadel/config.h +++ b/citadel/config.h @@ -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? */ };