]> code.citadel.org Git - citadel.git/blobdiff - textclient/src/tuiconfig.c
Amend the URL View command in the text client to find not only http: but also https...
[citadel.git] / textclient / src / tuiconfig.c
index ed2b953c4a5ae2dca13d67e75d2ea650b1b80e3f..89db7316334b98f3b3337e1ed872aad28415883b 100644 (file)
@@ -221,9 +221,6 @@ void do_system_configuration(CtdlIPC *ipc)
        snprintf(sc[57], sizeof sc[57], "%d", (boolprompt(
                "Perform RBL checks at greeting instead of after RCPT",
                atoi(&sc[57][0]))));
-       snprintf(sc[44], sizeof sc[44], "%d", (boolprompt(
-               "Instantly expunge deleted IMAP messages",
-               atoi(&sc[44][0]))));
 
        /* LDAP settings */
        if (ipc->ServInfo.supports_ldap) {