aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/mutt/files/patch-sendlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/mutt/files/patch-sendlib.c')
-rw-r--r--chinese/mutt/files/patch-sendlib.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/mutt/files/patch-sendlib.c b/chinese/mutt/files/patch-sendlib.c
new file mode 100644
index 00000000000..d030e214800
--- /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);
+ }