diff options
Diffstat (limited to 'chinese/tin/files/patch-init.c')
-rw-r--r-- | chinese/tin/files/patch-init.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chinese/tin/files/patch-init.c b/chinese/tin/files/patch-init.c index 9c0e57b253a0..253aa5b772c3 100644 --- a/chinese/tin/files/patch-init.c +++ b/chinese/tin/files/patch-init.c @@ -1,6 +1,6 @@ ---- src/init.c.orig Sat Sep 23 15:52:42 2000 -+++ src/init.c Sat Sep 23 15:55:26 2000 -@@ -270,8 +270,8 @@ +--- src/init.c.orig Wed Jan 8 23:43:57 2003 ++++ src/init.c Wed Jan 8 23:45:36 2003 +@@ -289,8 +289,8 @@ 2, /* recent_time */ 32, /* groupname_max_length */ KILL_READ, /* kill_level */ @@ -10,17 +10,17 @@ + MIME_ENCODING_8BIT, /* post_mime_encoding */ POST_PROC_NONE, /* post_process */ REREAD_ACTIVE_FILE_SECS, /* reread_active_file_secs */ - SHOW_FROM_NAME, /* show_author */ -@@ -302,7 +302,7 @@ - 0, /* col_title (initialised later) */ - 2, /* word_h_display_marks */ + 1, /* scroll_lines */ +@@ -333,7 +333,7 @@ TRUE, /* word_highlight */ + 0, /* wrap_column */ + #ifdef HAVE_COLOR - FALSE, /* use_color */ + TRUE, /* use_color */ #endif /* HAVE_COLOR */ TRUE, /* add_posted_to_filter */ TRUE, /* advertising */ -@@ -335,11 +335,11 @@ +@@ -364,11 +364,11 @@ TRUE, /* keep_dead_articles */ TRUE, /* keep_posted_articles */ POSTED_FILE, /* keep_posted_articles_file */ |