]> code.citadel.org Git - citadel.git/blobdiff - citadel/config.h
* Applied Matt's patches to submit messages to Funambol
[citadel.git] / citadel / config.h
index e476f8a1ddcdace3cb63bc86ba85fe74b2eb5a5a..1dd6c8b929e6c3b5119f4fa31ab51a0a9766cdd8 100644 (file)
@@ -73,6 +73,13 @@ struct config {
        char c_journal_pubmsgs;         /* Perform journaling of non-email  */
        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 */
+       char c_funambol_host[256];      /* Funambol host. Blank to disable */
+       int c_funambol_port;            /* Funambol port */
+       char c_funambol_source[256];    /* Funambol sync source */
+       char c_funambol_auth[256];      /* Funambol auth details */
 };