* initiall sieve listing support. authentication works now, we at least answer with...
[citadel.git] / citadel / setup.c
index 75ade1484757eb7361af60ddb89fd0f66504cc73..e2c6e644c48775f8d83f4a3ee629dae114a0e853 100644 (file)
@@ -1300,6 +1300,7 @@ int main(int argc, char *argv[])
        if (config.c_pop3s_port == 0) config.c_pop3s_port = 995;
        if (config.c_imaps_port == 0) config.c_imaps_port = 993;
        if (config.c_pftcpdict_port == 0) config.c_pftcpdict_port = -1;
+       if (config.c_managesieve_port == 0) config.c_managesieve_port = -1;
 
        /* Go through a series of dialogs prompting for config info */
        if (setup_type != UI_SILENT) {