X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=a81949c5bf89ae933201051cc1f15380b10527a7;hp=e45ad112fbbee4c8cf0187a678731dfe5c4f981d;hb=923e295d2cd179be0ab05890c9788bb822b1b340;hpb=2bc76f88e99c16e773c2b2ba805a0bf3e2c034fd diff --git a/sendlib.c b/sendlib.c index e45ad11..a81949c 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1977,12 +1977,7 @@ void mutt_prepare_envelope (ENVELOPE * env, int final) rfc2047_encode_adrlist(env->reply_to, "Reply-To"); if (env->subject) -#ifdef USE_NNTP - if (!option (OPTNEWSSEND) || option (OPTMIMESUBJECT)) -#endif - { - rfc2047_encode_string (&env->subject); - } + rfc2047_encode_string (&env->subject); encode_headers (env->userhdrs); }