* Applied Matt's patches to submit messages to Funambol
[citadel.git] / citadel / config.h
index 5ae0aff6b92298cb6a882d73cc1fdcbaf03eb1ad..1dd6c8b929e6c3b5119f4fa31ab51a0a9766cdd8 100644 (file)
@@ -76,6 +76,10 @@ struct config {
        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 */
 };