From 90c5078b1c1b78ca35f96267cbb10740541e968f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 26 Aug 2000 09:43:51 +0000 Subject: Break patch-0b into the one file for each source file patched. Having a patch apply to >1 file is against the Porter's Handbook's guidlines. --- chinese/mutt/files/patch-init.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 chinese/mutt/files/patch-init.h (limited to 'chinese/mutt/files/patch-init.h') diff --git a/chinese/mutt/files/patch-init.h b/chinese/mutt/files/patch-init.h new file mode 100644 index 000000000000..65b5a687ae08 --- /dev/null +++ b/chinese/mutt/files/patch-init.h @@ -0,0 +1,20 @@ +--- init.h.orig Tue Jul 18 15:47:08 2000 ++++ init.h Mon Aug 14 02:50:40 2000 +@@ -261,7 +261,7 @@ + ** When this variable is set, mutt will include Delivered-To headers when + ** bouncing messages. Postfix users may wish to unset this variable. + */ +- { "charset", DT_STR, R_NONE, UL &Charset, UL "iso-8859-1" }, ++ { "charset", DT_STR, R_NONE, UL &Charset, UL "big5" }, + /* + ** .pp + ** Character set your terminal uses to display and enter textual data. +@@ -2043,7 +2043,7 @@ + ** recipient. The fifth character is used to indicate mail that was sent + ** by \fIyou\fP. + */ +- { "use_8bitmime", DT_BOOL, R_NONE, OPTUSE8BITMIME, 0 }, ++ { "use_8bitmime", DT_BOOL, R_NONE, OPTUSE8BITMIME, 1 }, + /* + ** .pp + ** \fBWarning:\fP do not set this variable unless you are using a version -- cgit v1.2.3