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