]> git.pld-linux.org Git - packages/tin.git/blame - tin.attributes
- release 3 (by relup.sh)
[packages/tin.git] / tin.attributes
CommitLineData
bf981a78 1# $Id$
73875929 2# Group attributes file for the TIN newsreader
3#
4# scope=STRING (ie. alt.sources or *sources*) [mandatory]
5#
6# maildir=STRING (ie. ~/Mail)
7# savedir=STRING (ie. ~user/News)
8# savefile=STRING (ie. =linux)
9# organization=STRING (if beginning with '/' read from file)
10# from=STRING (just append wanted From:-line, don't use quotes)
11# sigfile=STRING (ie. $var/sig)
12# followup_to=STRING
13# printer=STRING
14# auto_select=ON/OFF
15# auto_save=ON/OFF
16# auto_save_msg=ON/OFF
17# batch_save=ON/OFF
18# delete_tmp_files=ON/OFF
19# show_only_unread=ON/OFF
20#
21# thread_arts=NUM
22# 0=none, 1=subj, 2=refs, 3=both
23#
24# show_author=NUM
25# 0=none, 1=name, 2=addr, 3=both
26#
27# sort_art_type=NUM
28# 0=none, 1=subj descend, 2=subj ascend,
29# 3=from descend, 4=from ascend,
30# 5=date descend, 6=date ascend
31#
32# 7=score descend, 8=score ascend
33#
34# post_proc_type=NUM
35# 0=none, 1=unshar, 2=uudecode,
36# 3=uudecode & list zoo archive,
37# 4=uudecode & extract zoo archive
38# 5=uudecode & list zip archive,
39# 6=uudecode & extract zip archive
40#
41# mailing_list=STRING (ie. majordomo@list.org)
42# x_headers=STRING (ie. ~/.tin/extra-headers)
43# x_body=STRING (ie. ~/.tin/extra-body-text)
44# quick_kill_scope = STRING (ie. talk.*)
45# quick_kill_expire = ON/OFF
46# quick_kill_case = ON/OFF
47# quick_kill_header = NUM
48# 0=subj (case sensitive) 1=subj (ignore case)
49# 2=from (case sensitive) 3=from (ignore case)
50# 4=msgid 5=lines
51#
52# quick_select_scope = STRING
53# quick_select_expire = ON/OFF
54# quick_select_case = ON/OFF
55# quick_select_header = NUM
56# 0=subj (case sensitive) 1=subj (ignore case)
57# 2=from (case sensitive) 3=from (ignore case)
58# 4=msgid 5=lines
59#
60# x_comment_to=ON/OFF
61# news_quote_format=STRING
62#
63# quote_chars=STRING (%s, %S for initials)
64#
65# Note that it is best to put general (global scoping)
66# entries first followed by group specific entries.
67#
68############################################################################
69
70# in *sources* set post process type to shar
71scope=*sources*
72post_proc_type=1
73
74scope=*
75x_headers=~/.tin/headers
76
77# in *binaries* set post process type to uudecode, remove tmp files
78# and set Followup-To: poster
79scope=*binaries*
80post_proc_type=2
81delete_tmp_files=ON
82followup_to=poster
83scope=*,!pl.*
84undeclared_charset=ISO-8859-1
85
86scope=pl.*
87undeclared_charset=ISO-8859-2
1f6693fc 88scope=alt.pl.*
89undeclared_charset=ISO-8859-2
73875929 90
This page took 0.104645 seconds and 4 git commands to generate.