X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=1dd6c8b929e6c3b5119f4fa31ab51a0a9766cdd8;hb=df760149065408b585995da925fba6deedb57054;hp=5ae0aff6b92298cb6a882d73cc1fdcbaf03eb1ad;hpb=921d8f4f62b50a3cb7b19e3a282a009c544b7849;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h index 5ae0aff6b..1dd6c8b92 100644 --- a/citadel/config.h +++ b/citadel/config.h @@ -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 */ };