X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=d6268366c14eb59b377254038f66c6c0b2df0871;hb=ff2776640a4e85e1ffac9270800a11409c721d5d;hp=7c7cb254f5a10a111bd06cc8077337198f8c16ad;hpb=e01fd67dbc3707c332bab4baf920fc7569594bb0;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h index 7c7cb254f..d6268366c 100644 --- a/citadel/config.h +++ b/citadel/config.h @@ -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 */ };