collect.c: fix compiler warnings..
[s-mailx.git] / nail.rc
blob8d1d359115e9f2fb44c851ac4fa1a43e7b61e9eb
1 # This is the configuration file for S-nail(1), a fork of
2 # Heirloom mailx (formerly 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.
7 # Sccsid @(#)nail.rc    2.11 (gritter) 8/2/08
9 # Do not forward to mbox by default since this is likely to be
10 # irritating for most users today.
11 set hold
13 # Append rather than prepend when writing to mbox automatically.
14 # This has no effect unless 'hold' is unset again.
15 set append
17 # Ask for a message subject.
18 set ask
20 # Assume a CRT-like terminal and invoke a pager.
21 set crt
23 # Messages may be terminated by a dot.
24 set dot
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
31 # Do not remove empty private mail folders.
32 set emptybox
34 # Quote the original message in replies by "> " as usual on the Internet.
35 set indentprefix="> "
37 # Automatically quote the text of the message that is responded to.
38 set quote
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
44 # Display sender's real names in header summaries.
45 set showname
47 # Display the recipients of messages sent by the user himself in
48 # header summaries.
49 set showto
51 # Automatically check for new messages at each prompt, but avoid polling
52 # of IMAP servers or maildir folders.
53 set newmail=nopoll
55 # If threaded mode is activated, automatically collapse thread.
56 set autocollapse
58 # Mark messages that have been answered.
59 set markanswered
61 # Hide some header fields which are uninteresting for most human readers.
62 ignore received in-reply-to message-id references
63 ignore mime-version content-transfer-encoding
65 # Only include selected header fields when forwarding messages.
66 fwdretain subject date from to