aboutsummaryrefslogtreecommitdiff
path: root/chinese/tin/files
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-08-20 15:55:34 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-08-20 15:55:34 +0000
commit2fde8551ce26da5ed7bc5d6662bbfdc6b130c527 (patch)
tree35d99e551a18587f76fdf3ce1387869a17506529 /chinese/tin/files
parentb373209ef061f35806ffa7f8f696f98be39deabb (diff)
downloadports-2fde8551ce26da5ed7bc5d6662bbfdc6b130c527.tar.gz
ports-2fde8551ce26da5ed7bc5d6662bbfdc6b130c527.zip
catch up with news/tin (tin-1.6.1)
Submitted by: Jia-Shiun Li <jsli@mail2000.com.tw>
Notes
Notes: svn path=/head/; revision=87389
Diffstat (limited to 'chinese/tin/files')
-rw-r--r--chinese/tin/files/patch-attrib.c26
-rw-r--r--chinese/tin/files/patch-init.c13
2 files changed, 20 insertions, 19 deletions
diff --git a/chinese/tin/files/patch-attrib.c b/chinese/tin/files/patch-attrib.c
index 799cd5695b8a..1b08c74ed16c 100644
--- a/chinese/tin/files/patch-attrib.c
+++ b/chinese/tin/files/patch-attrib.c
@@ -1,14 +1,14 @@
---- src/attrib.c.orig Thu Jan 9 10:55:14 2003
-+++ src/attrib.c Thu Jan 9 10:56:45 2003
-@@ -626,6 +626,11 @@
- fprintf(fp, "delete_tmp_files=ON\n");
- fprintf(fp, "followup_to=poster\n\n");
-
-+ fprintf(fp, _("# set charset to Big5 in all newsgroups\n"));
-+ fprintf(fp, "scope=*\n");
-+ fprintf(fp, "mm_network_charset=Big5\n");
-+ fprintf(fp, "undeclared_charset=Big5\n");
+--- src/attrib.c.orig Wed Aug 20 19:19:52 2003
++++ src/attrib.c Wed Aug 20 19:23:06 2003
+@@ -687,6 +687,11 @@
+ fprintf(fp, "post_proc_type=%d\n", POST_PROC_YES);
+ fprintf(fp, "delete_tmp_files=ON\n");
+ fprintf(fp, "followup_to=poster\n\n");
+
- #if 0 /* FIXME */
- for_each_group(i) {
- group = &active[i];
++ fprintf(fp, _("# set charset to Big5 in all newsgroups\n"));
++ fprintf(fp, "scope=*\n");
++ fprintf(fp, "mm_network_charset=Big5\n");
++ printf(fp, "undeclared_charset=Big5\n");
+ } else {
+ char *ptr;
+ char buf[LEN];
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 */