Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# This is the configuration file for Heirloom mailx (formerly
2
# known under the name "nail".
3
# See mailx(1) for further options.
4
# This file is not overwritten when 'make install' is run in
5
# the mailx build process again.
6
 
7
# Sccsid @(#)nail.rc	2.10 (gritter) 3/4/06
8
 
9
# Do not forward to mbox by default since this is likely to be
10
# irritating for most users today.
11
set hold
12
 
13
# Append rather than prepend when writing to mbox automatically.
14
# This has no effect unless 'hold' is unset again.
15
set append
16
 
17
# Ask for a message subject.
18
set ask
19
 
20
# Assume a CRT-like terminal and invoke a pager.
21
set crt
22
 
23
# Messages may be terminated by a dot.
24
set dot
25
 
26
# Do not remove empty mail folders in the spool directory.
27
# This may be relevant for privacy since other users could
28
# otherwise create them with different permissions.
29
set keep
30
 
31
# Do not remove empty private mail folders.
32
set emptybox
33
 
34
# Quote the original message in replies by "> " as usual on the Internet.
35
set indentprefix="> "
36
 
37
# Automatically quote the text of the message that is responded to.
38
set quote
39
 
40
# Outgoing messages are sent in ISO-8859-1 if all their characters are
41
# representable in it, otherwise in UTF-8.
42
set sendcharsets=iso-8859-1,utf-8
43
 
44
# Display sender's real names in header summaries.
45
set showname
46
 
47
# Display the recipients of messages sent by the user himself in
48
# header summaries.
49
set showto
50
 
51
# Automatically check for new messages at each prompt, but avoid polling
52
# of IMAP servers or maildir folders.
53
set newmail=nopoll
54
 
55
# If threaded mode is activated, automatically collapse thread.
56
set autocollapse
57
 
58
# Hide some header fields which are uninteresting for most human readers.
59
ignore received in-reply-to message-id references
60
ignore mime-version content-transfer-encoding
61
 
62
# Only include selected header fields when forwarding messages.
63
fwdretain subject date from to
64
 
65
# For Linux and BSD, this should be set.
66
set bsdcompat
67