]> git.pld-linux.org Git - packages/tin.git/blame_incremental - tin-charset.patch
- up to 1.5.17
[packages/tin.git] / tin-charset.patch
... / ...
CommitLineData
1diff -urN tin-1.5.13.org/doc/tin.defaults tin-1.5.13/doc/tin.defaults
2--- tin-1.5.13.org/doc/tin.defaults Thu Jun 13 17:14:52 2002
3+++ tin-1.5.13/doc/tin.defaults Mon Jul 22 23:27:02 2002
4@@ -1,3 +1,4 @@
5+# tin configuration file V1.3.5
6 #
7 # TIN 1.5 - a threaded newsreader
8 #
9@@ -55,7 +56,11 @@
10 # idea to set mm_charset here for providing a default
11 # in most western countries ISO-8859-1 might be the best value
12 #
13-#mm_charset=iso-8859-1
14+mm_charset=ISO-8859-2
15+
16+# harset used for MIME (Content-Type) header in postings.
17+
18+mm_network_charset=ISO-8859-2
19
20 # post_mime_encoding
21 #
22@@ -63,7 +68,7 @@
23 # idea to set post_mime_encoding here for providing a default
24 # in most western countries 8bit might be the best value
25 #
26-#post_mime_encoding=8bit
27+post_mime_encoding=8bit
28
29 # mail_mime_encoding
30 #
31@@ -144,3 +149,8 @@
32 # to change this setting if your configuration differs
33 #
34 #subscriptionsfile=/usr/lib/news/subscriptions
35+
36+# Thread articles on 0=(nothing) 1=(Subject) 2=(References) 3=(Both)
37+# 4=(Multipart Subject).
38+thread_articles=3
39+
This page took 0.131992 seconds and 4 git commands to generate.