summaryrefslogtreecommitdiff
path: root/chinese/mutt/files/patch-sendlib.c
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-07-29 15:28:41 +0000
committerClive Lin <clive@FreeBSD.org>2001-07-29 15:28:41 +0000
commit0ce94e7d1301e2188357153ad4a9e5ef2e2fbc21 (patch)
tree0548f993005e6b4cd18f6a120abee327c65befca /chinese/mutt/files/patch-sendlib.c
parentUpdate to 0.1.3. (diff)
Update to mutt 1.3.20.
Because we Chinese people have to deal with at least 2 charsets, let's forget about the mutt / mutt-devel strategy. We just need mutt 1.3.x.
Diffstat (limited to 'chinese/mutt/files/patch-sendlib.c')
-rw-r--r--chinese/mutt/files/patch-sendlib.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/chinese/mutt/files/patch-sendlib.c b/chinese/mutt/files/patch-sendlib.c
deleted file mode 100644
index e090696be5cb..000000000000
--- a/chinese/mutt/files/patch-sendlib.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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);
- }
-