]> code.citadel.org Git - citadel.git/blobdiff - citadel/config.h
it now builds but does not do inbox filtering
[citadel.git] / citadel / config.h
index 2dc63c51f7b7efb61991402b7a4e5c07f8bda8dc..4c6d050ab5e51848fd9d523d71cd72c2b15e7366 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 */
@@ -79,12 +79,12 @@ struct legacy_config {
        char c_journal_dest[128];
        char c_default_cal_zone[128];
        int c_pftcpdict_port;
-       int c_managesieve_port;
+       int c_niu_9;
        int c_auth_mode;
        char c_niu_8[256];
-       int c_niu_9;
-       char c_niu_10[256];
+       int c_niu_10;
        char c_niu_11[256];
+       char c_niu_12[256];
        char c_rbl_at_greeting;
        char c_master_user[32];
        char c_master_pass[32];