Users don't know what they are doing most of the timeā€¦
[apps/madmutt.git] / sendlib.c
index e45ad11..a81949c 100644 (file)
--- 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)
   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);
 }
 
   encode_headers (env->userhdrs);
 }