Remove managesieve framework because we are removing sieve
[citadel.git] / citadel / config.h
index 999fe7e76ba6182b3bed6fc25900e55c35336615..9fc59f48050ae6aeebda4f49d110eadfe49ab9f4 100644 (file)
@@ -17,7 +17,7 @@
 
 /*
  * This is the format of the legacy config file.  Do not attempt to do anything with it other
- * than migrate it into the new format. 
+ * than migrate it into the new format.    DO NOT EDIT -- EVER.
  */
 struct legacy_config {
        char c_nodename[16];            /* short name of this node on a Citadel network */
@@ -81,10 +81,10 @@ struct legacy_config {
        int c_pftcpdict_port;
        int c_managesieve_port;
        int c_auth_mode;
-       char c_funambol_host[256];
-       int c_funambol_port;
-       char c_funambol_source[256];
-       char c_funambol_auth[256];
+       char c_niu_8[256];
+       int c_niu_9;
+       char c_niu_10[256];
+       char c_niu_11[256];
        char c_rbl_at_greeting;
        char c_master_user[32];
        char c_master_pass[32];
@@ -117,3 +117,4 @@ void CtdlDelConfig(char *key);
 char *CtdlGetSysConfig(char *sysconfname);
 void CtdlPutSysConfig(char *sysconfname, char *sysconfdata);
 void validate_config(void);
+void netcfg_keyname(char *, long);