X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcommands.c;h=17cb60853a9343c015602885ae92b42d18b5bb65;hb=44bdabdda4dc6e9823e0464c37157c960abac9f7;hp=4fd1d39508b53282f272cfbf766a9c008e4e1cc0;hpb=f8636d15911015f991c7407ffef3908de54520b1;p=citadel.git diff --git a/citadel/commands.c b/citadel/commands.c index 4fd1d3950..17cb60853 100644 --- a/citadel/commands.c +++ b/citadel/commands.c @@ -749,7 +749,6 @@ void load_command_set(void) rc_force_mail_prompts = 0; rc_ansi_color = 0; rc_color_use_bg = 0; - rc_reply_extedit = 0; strcpy(rc_url_cmd, ""); strcpy(rc_gotmail_cmd, ""); #ifdef HAVE_OPENSSL @@ -905,14 +904,7 @@ void load_command_set(void) rc_alt_semantics = 0; } } - if (!strncasecmp(buf, "reply_with_external_editor=", 27)) { - if (!strncasecmp(&buf[27], "yes", 3)) { - rc_reply_extedit = 1; - } - else { - rc_reply_extedit = 0; - } - } + if (!strncasecmp(buf, "cmd=", 4)) { strcpy(buf, &buf[4]);