check_logfiles: 3.7.5.1
[omd.git] / packages / nail / skel / etc / mail.rc
blob964c819d17e4a54618dd7c4424b5d0da74a55e91
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.
10 set hold
12 # Append rather than prepend when writing to mbox automatically.
13 # This has no effect unless 'hold' is unset again.
14 set append
16 # Ask for a message subject.
17 set ask
19 # Assume a CRT-like terminal and invoke a pager.
20 set crt
22 # Messages may be terminated by a dot.
23 set 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.
28 set keep
30 # Do not remove empty private mail folders.
31 set emptybox
33 # Quote the original message in replies by "> " as usual on the Internet.
34 set indentprefix="> "
36 # Automatically quote the text of the message that is responded to.
37 set quote
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.
44 set showname
46 # Display the recipients of messages sent by the user himself in
47 # header summaries.
48 set showto
50 # Automatically check for new messages at each prompt, but avoid polling
51 # of IMAP servers or maildir folders.
52 set newmail=nopoll
54 # If threaded mode is activated, automatically collapse thread.
55 set autocollapse
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