* added message subject to all those tiny messages
[citadel.git] / citadel / setup.c
index e2c6e644c48775f8d83f4a3ee629dae114a0e853..8a178efeec6b81abc32e807b96efecf3b4ccd090 100644 (file)
@@ -1300,7 +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;
+       if (config.c_managesieve_port == 0) config.c_managesieve_port = 2020;
 
        /* Go through a series of dialogs prompting for config info */
        if (setup_type != UI_SILENT) {