diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-20 15:55:34 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-20 15:55:34 +0000 |
commit | 2fde8551ce26da5ed7bc5d6662bbfdc6b130c527 (patch) | |
tree | 35d99e551a18587f76fdf3ce1387869a17506529 /chinese/tin/files/patch-init.c | |
parent | Update to 1.04 (diff) |
catch up with news/tin (tin-1.6.1)
Submitted by: Jia-Shiun Li <jsli@mail2000.com.tw>
Diffstat (limited to '')
-rw-r--r-- | chinese/tin/files/patch-init.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chinese/tin/files/patch-init.c b/chinese/tin/files/patch-init.c index 84023bd0cc12..16486b0046cd 100644 --- a/chinese/tin/files/patch-init.c +++ b/chinese/tin/files/patch-init.c @@ -1,8 +1,8 @@ ---- src/init.c.orig Sun May 11 14:06:09 2003 -+++ src/init.c Sun May 11 14:07:53 2003 -@@ -291,8 +291,8 @@ - 2, /* recent_time */ +--- src/init.c.orig Sun Aug 10 09:37:40 2003 ++++ src/init.c Wed Aug 20 19:23:32 2003 +@@ -282,8 +282,8 @@ 32, /* groupname_max_length */ + UUE_NO, /* hide_uue */ KILL_UNREAD, /* kill_level */ - MIME_ENCODING_7BIT, /* mail_mime_encoding */ - MIME_ENCODING_7BIT, /* post_mime_encoding */ @@ -11,7 +11,7 @@ POST_PROC_NO, /* post_process */ REREAD_ACTIVE_FILE_SECS, /* reread_active_file_secs */ 1, /* scroll_lines */ -@@ -339,7 +339,7 @@ +@@ -330,7 +330,7 @@ TRUE, /* word_highlight */ 0, /* wrap_column */ #ifdef HAVE_COLOR @@ -20,12 +20,13 @@ #endif /* HAVE_COLOR */ TRUE, /* add_posted_to_filter */ TRUE, /* advertising */ -@@ -369,11 +369,11 @@ +@@ -360,12 +360,12 @@ #endif /* USE_INVERSE_HACK */ TRUE, /* keep_dead_articles */ POSTED_FILE, /* posted_articles_file */ - FALSE, /* mail_8bit_header */ + TRUE, /* mail_8bit_header */ + FALSE, /* mark_ignore_tags */ TRUE, /* mark_saved_read */ TRUE, /* pgdn_goto_next */ TRUE, /* pos_first_unread */ |