X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=headers.c;h=b083ded4b78071d81c4021a0d15b38640477787c;hp=12159853c299d04557fee829e3d09ef4363bef3a;hb=db3bd72d8b48f1f9b49899da081ffbec4ce2c1c6;hpb=f435868132e200bfa71ac155f037cf64bf5414ba;ds=sidebyside diff --git a/headers.c b/headers.c index 1215985..b083ded 100644 --- a/headers.c +++ b/headers.c @@ -96,10 +96,7 @@ void mutt_edit_headers(const char *body, n = NULL; if (!msg->env->in_reply_to) -#ifdef USE_NNTP - if (!option (OPTNEWSSEND)) -#endif - string_list_wipe(&msg->env->references); + string_list_wipe(&msg->env->references); mutt_expand_aliases_env (msg->env);