Lines 1-6
Link Here
|
1 |
--- src/init.c.orig Sat Sep 23 15:52:42 2000 |
1 |
--- src/init.c.orig Wed Jan 8 23:43:57 2003 |
2 |
+++ src/init.c Sat Sep 23 15:55:26 2000 |
2 |
+++ src/init.c Wed Jan 8 23:45:36 2003 |
3 |
@@ -270,8 +270,8 @@ |
3 |
@@ -289,8 +289,8 @@ |
4 |
2, /* recent_time */ |
4 |
2, /* recent_time */ |
5 |
32, /* groupname_max_length */ |
5 |
32, /* groupname_max_length */ |
6 |
KILL_READ, /* kill_level */ |
6 |
KILL_READ, /* kill_level */ |
Lines 10-26
Link Here
|
10 |
+ MIME_ENCODING_8BIT, /* post_mime_encoding */ |
10 |
+ MIME_ENCODING_8BIT, /* post_mime_encoding */ |
11 |
POST_PROC_NONE, /* post_process */ |
11 |
POST_PROC_NONE, /* post_process */ |
12 |
REREAD_ACTIVE_FILE_SECS, /* reread_active_file_secs */ |
12 |
REREAD_ACTIVE_FILE_SECS, /* reread_active_file_secs */ |
13 |
SHOW_FROM_NAME, /* show_author */ |
13 |
1, /* scroll_lines */ |
14 |
@@ -302,7 +302,7 @@ |
14 |
@@ -333,7 +333,7 @@ |
15 |
0, /* col_title (initialised later) */ |
|
|
16 |
2, /* word_h_display_marks */ |
17 |
TRUE, /* word_highlight */ |
15 |
TRUE, /* word_highlight */ |
|
|
16 |
0, /* wrap_column */ |
17 |
#ifdef HAVE_COLOR |
18 |
- FALSE, /* use_color */ |
18 |
- FALSE, /* use_color */ |
19 |
+ TRUE, /* use_color */ |
19 |
+ TRUE, /* use_color */ |
20 |
#endif /* HAVE_COLOR */ |
20 |
#endif /* HAVE_COLOR */ |
21 |
TRUE, /* add_posted_to_filter */ |
21 |
TRUE, /* add_posted_to_filter */ |
22 |
TRUE, /* advertising */ |
22 |
TRUE, /* advertising */ |
23 |
@@ -335,11 +335,11 @@ |
23 |
@@ -364,11 +364,11 @@ |
24 |
TRUE, /* keep_dead_articles */ |
24 |
TRUE, /* keep_dead_articles */ |
25 |
TRUE, /* keep_posted_articles */ |
25 |
TRUE, /* keep_posted_articles */ |
26 |
POSTED_FILE, /* keep_posted_articles_file */ |
26 |
POSTED_FILE, /* keep_posted_articles_file */ |