]> code.citadel.org Git - citadel.git/blobdiff - citadel/config.h
* Bumped version number to 7.01
[citadel.git] / citadel / config.h
index 79185a401ae6cc4945899e8454329f9b94d66539..5ae0aff6b92298cb6a882d73cc1fdcbaf03eb1ad 100644 (file)
@@ -74,6 +74,8 @@ struct config {
        char c_journal_dest[128];       /* Where to send journalized msgs   */
        char c_default_cal_zone[128];   /* Default calendar time zone       */
        int c_pftcpdict_port;           /* postfix tcptable support, see http://www.postfix.org/tcp_table.5.html */
+       int c_managesieve_port;         /* managesieve port. */
+       int c_auth_mode;                /* 0 = built-in Citadel auth; 1 = underlying host system auth */
 };