diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-26 09:43:51 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-26 09:43:51 +0000 |
commit | 90c5078b1c1b78ca35f96267cbb10740541e968f (patch) | |
tree | f62b0202da3c8ef924d457ec4525098831ac269b /chinese/mutt/files/patch-init.h | |
parent | after removal of old postgresql port fix dependencies for postgresql7 port (diff) |
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.
Diffstat (limited to 'chinese/mutt/files/patch-init.h')
-rw-r--r-- | chinese/mutt/files/patch-init.h | 20 |
1 files changed, 20 insertions, 0 deletions
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 |