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.
13 # Append rather than prepend when writing to mbox automatically.
14 # This has no effect unless 'hold' is unset again.
17 # Ask for a message subject.
20 # Assume a CRT-like terminal and invoke a pager.
23 # Messages may be terminated by a 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.
31 # Do not remove empty private mail folders.
34 # Quote the original message in replies by "> " as usual on the Internet.
37 # Automatically quote the text of the message that is responded to.
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.
47 # Display the recipients of messages sent by the user himself in
51 # Automatically check for new messages at each prompt, but avoid polling
52 # of IMAP servers or maildir folders.
55 # If threaded mode is activated, automatically collapse thread.
58 # Mark messages that have been answered.
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