summaryrefslogtreecommitdiff
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.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/chinese/mutt/files/patch-sendlib.c b/chinese/mutt/files/patch-sendlib.c
new file mode 100644
index 000000000000..e090696be5cb
--- /dev/null
+++ b/chinese/mutt/files/patch-sendlib.c
@@ -0,0 +1,18 @@
+--- sendlib.c.orig Fri Aug 11 11:28:58 2000
++++ sendlib.c Fri Aug 11 11:29:19 2000
+@@ -1825,13 +1825,14 @@
+ 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,
+ (unsigned char *) env->subject);
+ mutt_str_replace (&env->subject, buffer);
+ }
++ */
+ encode_headers (env->userhdrs);
+ }
+