From 951bf73705e853855ae55c00c5a45b7f709a1b34 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 2 Dec 2016 03:41:46 +0000 Subject: Fix building with mutt-1.7.2. MFH: 2016Q4 --- chinese/mutt/files/patch-sendlib.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chinese/mutt/files/patch-sendlib.c (limited to 'chinese/mutt/files/patch-sendlib.c') diff --git a/chinese/mutt/files/patch-sendlib.c b/chinese/mutt/files/patch-sendlib.c new file mode 100644 index 000000000000..d030e214800e --- /dev/null +++ b/chinese/mutt/files/patch-sendlib.c @@ -0,0 +1,11 @@ +--- sendlib.c.orig 2016-12-02 11:18:42.515424000 +0800 ++++ sendlib.c 2016-12-02 11:18:42.605557000 +0800 +@@ -2494,7 +2494,7 @@ void mutt_prepare_envelope (ENVELOPE *en + rfc2047_encode_adrlist (env->reply_to, "Reply-To"); + rfc2047_encode_string (&env->x_label); + +- if (env->subject) ++ if (env->subject && !option(OPTBBSISLAME)) + { + rfc2047_encode_string (&env->subject); + } -- cgit v1.2.3