1 # This is the configuration file for nail, a mail user agent.
2 # See nail(1) for further options.
3 # This file is not overwritten when 'make install' is run in
4 # the nail build process again.
6 # Sccsid @(#)nail.rc 2.9 (gritter) 1/15/05
8 # Do not forward to mbox by default since this is likely to be
9 # irritating for most users today.
12 # Append rather than prepend when writing to mbox automatically.
13 # This has no effect unless 'hold' is unset again.
16 # Ask for a message subject.
19 # Assume a CRT-like terminal and invoke a pager.
22 # Messages may be terminated by a dot.
25 # Do not remove empty mail folders in the spool directory.
26 # This may be relevant for privacy since other users could
27 # otherwise create them with different permissions.
30 # Do not remove empty private mail folders.
33 # Quote the original message in replies by "> " as usual on the Internet.
36 # Automatically quote the text of the message that is responded to.
39 # Outgoing messages are sent in ISO-8859-1 if all their characters are
40 # representable in it, otherwise in UTF-8.
41 set sendcharsets=iso-8859-1,utf-8
43 # Display sender's real names in header summaries.
46 # Display the recipients of messages sent by the user himself in
50 # Automatically check for new messages at each prompt, but avoid polling
51 # of IMAP servers or maildir folders.
54 # If threaded mode is activated, automatically collapse thread.
57 # Hide some header fields which are uninteresting for most human readers.
58 ignore received in-reply-to message-id references
59 ignore mime-version content-transfer-encoding
61 # Only include selected header fields when forwarding messages.
62 fwdretain subject date from to