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