From: Thomas Roessler Date: Wed, 23 Sep 1998 07:54:06 +0000 (+0000) Subject: RFC2047-encode the mail-followup-to header. X-Git-Tag: mutt-0-94-8i-rel~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=726ce750b4f9cec3236310b94612ebf22844fb49;p=mutt RFC2047-encode the mail-followup-to header. --- diff --git a/sendlib.c b/sendlib.c index df42ba45..dee5f0b0 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1747,6 +1747,8 @@ void mutt_prepare_envelope (ENVELOPE *env) rfc2047_encode_adrlist (env->cc); rfc2047_encode_adrlist (env->from); rfc2047_encode_adrlist (env->mail_followup_to); + rfc2047_encode_adrlist (env->reply_to); + if (env->subject) { rfc2047_encode_string (buffer, sizeof (buffer) - 1,