From: Thomas Roessler Date: Wed, 23 Sep 1998 07:54:06 +0000 (+0000) Subject: RFC2047-encode the mail-followup-to header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=248484a40097999fa2c9e9809c7d80904d97be3e;p=neomutt RFC2047-encode the mail-followup-to header. --- diff --git a/sendlib.c b/sendlib.c index df42ba458..dee5f0b0c 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,