Allow *write* with no arguments..
[s-mailx.git] / nail.rc
blob2d4f5485a209802a0a4a60c760a805bd11b79ffe
1 #--MKRC-START--
2 # /etc/s-nail.rc
3 # Configuration file for S-nail(1), a fork of
4 #--MKRC-END--
5 # Heirloom mailx (formerly known under the name "nail").
6 # This file is not overwritten when 'make install' is run in
7 # the mailx build process again.
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
39 # But don't let quoted lines get longer than 79 characters
40 set quote-fold=79
42 # On group replies, specify only the sender of the original mail in  To: and
43 # mention it's other recipients in the secondary Cc: instead of placing them
44 # also in To:
45 set recipients-in-cc
47 # Outgoing messages are sent in ISO-8859-1 if all their characters are
48 # representable in it, otherwise in UTF-8.
49 set sendcharsets=iso-8859-1,utf-8
51 # Display sender's real names in header summaries.
52 set showname
54 # Display the recipients of messages sent by the user himself in
55 # header summaries.
56 set showto
58 # Automatically check for new messages at each prompt, but avoid polling
59 # of IMAP servers or maildir folders.
60 set newmail=nopoll
62 # If threaded mode is activated, automatically collapse thread.
63 set autocollapse
65 # Mark messages that have been answered.
66 set markanswered
68 # Hide some header fields which are uninteresting for most human readers.
69 ignore received in-reply-to message-id references
70 ignore mime-version content-transfer-encoding
72 # Only include selected header fields when forwarding messages.
73 fwdretain subject date from to