Bump S-nail v14.8.13.ar, 2016-10-19
[s-mailx.git] / nail.rc
blobe83d83fb80f12891a10e8d84ce97e33c116ca7e6
1 #--MKRC-START--
2 # /etc/s-nail.rc - configuration file for S-nail(1)
3 #--MKRC-END--
4 #@ S-nail(1): v14.8.13 / 2016-10-19
6 ## The standard POSIX 2008/Cor 1-2013 mandates the following initial settings:
7 # (Keep in sync: ./main.c:_startup(), ./nail.rc, ./nail.1:"Initial settings"!)
8 # [a]   noallnet, noappend, asksub, noaskbcc, noaskcc, noautoprint,
9 # [b-e] nobang, nocmd, nocrt, nodebug, nodot, escape="~",
10 # [f-i] noflipr, nofolder, header, nohold, noignore, noignoreeof,
11 # [j-o] nokeep, nokeepsave, nometoo, nooutfolder,
12 # [p-r] nopage, prompt="? ", noquiet, norecord,
13 # [s]   save, nosendwait, noshowto, nosign, noSign,
14 # [t-z] toplines="5"
15 # Notes:
16 # - no*onehop* doesn't exist in this implementation.
17 #   (To pass options through to an MTA, either add them after a "--" separator
18 #   on the command line or by setting the *sendmail-arguments* variable.)
19 # - *prompt* is "\\& " by default, which will act POSIX-compliant
20 #   unless the user would set *bsdcompat*
22 ## The remaining content adjusts the standard-imposed default settings.
23 # Note that some of the following flags are specific to S-nail(1) and may thus
24 # not work with other Mail(1) / mailx(1) programs.
25 # Entries are marked [OPTION] if their availability is compile-time dependent
27 ## Variables
29 # If threaded mode is activated, automatically collapse thread
30 set autocollapse
32 # Enter threaded mode automatically
33 #set autosort=thread
35 # Append rather than prepend when writing to mbox automatically.
36 # This has no effect unless *hold* is unset (it is set below)
37 set append
39 # Ask for a message subject.
40 set ask
42 # *bsdannounce* prints a header summary on folder change and thus complements
43 # *header* on a per-folder basis (it is meaningless unless *header* is set)
44 set bsdannounce
46 # Uncomment this in order to get coloured output in $PAGER.
47 # (Coloured output is only used if $TERM is either found in *colour-terms*
48 # or includes the string "color")
49 #set colour-pager
51 # Assume a CRT-like terminal and invoke a $PAGER
52 set crt
54 # Define date display in header summary
55 #set datefield="%R %m-%d" datefield-markout-older="   %g-%m-%d"
57 # When composing messages a line consisting of `.' finalizes a message
58 set dot
60 # Immediately start $EDITOR (or $VISUAL) when composing a message
61 #set editalong
63 # Startup into interactive mode even if the (given) mailbox is empty
64 #set emptystart
66 # When replying to or forwarding a message the comment and name parts of email
67 # addresses are removed unless this variable is set.
68 #set fullnames
70 # [OPTION] Add more entries to the history as is done by default
71 set history-gabby
73 # Do not forward to mbox by default since this is likely to be
74 # irritating for most users today; also see *keepsave*
75 set hold
77 # Quote the original message in replies by "> " as usual on the Internet
78 set indentprefix="> "
80 # Mark messages that have been answered
81 set markanswered
83 # Try to circumvent false or missing MIME Content-Type descriptions
84 # (Can be set to values for extended behaviour, please see the manual.)
85 set mime-counter-evidence
87 # Control loading of mime.types(5) file: the value may be a combination of the
88 # letters "s" and "u": if "u" is seen ~/.mime.types will be loaded if possible;
89 # "s" adds /etc/mime.types, if available; setting this without any value uses
90 # only a set of builtin mimetypes; the default behaviour equals "us".
91 # An extended syntax that allows loading of other, specified files is available
92 # if the value contains an equal sign "=", see the manual for more
93 #set mimetypes-load-control
95 # Do not remove empty mail folders.
96 # This may be relevant for privacy since other users could otherwise create
97 # them with different permissions
98 set keep
100 # Do not move `save'd or `write'n message to mbox by default since this is
101 # likely to be irritating for most users today; also see *hold*
102 set keepsave
104 # When writing mailbox files we strip Content-Length: and Lines: header fields
105 # from edited / changed messages, because S-nail doesn't deal with these
106 # (non-standard) fields -- and since other MUAs may rely on their content, if
107 # present, it seems more useful to strip them than to keep them, now that they
108 # became invalid; set this to include them nonetheless
109 #set keep-content-length
111 # A nice prompt for ISO 6429/ECMA-48 terminals
112 #set prompt="\033[31m?\?[\$ \@]\& \033[0m"
114 # Automatically quote the text of the message that is responded to
115 set quote
117 # On group replies, specify only the sender of the original mail in  To: and
118 # mention it's other recipients in the secondary Cc: instead of placing them
119 # all together in To:
120 set recipients-in-cc
122 # When responding to a message, try to answer in the same character set
123 #set reply-in-same-charset
125 # [OPTION] Outgoing messages are sent in UTF-8 if possible, otherwise LATIN1.
126 # Note: it is highly advisable to read the section "Character sets" of the
127 # manual in order to understand all the possibilities that exist to fine-tune
128 # charset usage (variables also of interest: *ttycharset*, *charset-8bit*,
129 # *sendcharsets-else-ttycharset*; and of course we inherit the $LC_CTYPE /
130 # $LC_ALL / $LANG environment variables and react upon them)
131 set sendcharsets=utf-8,iso-8859-1
133 # When sending a message wait until the MTA (including the builtin SMTP one)
134 # exits before accepting further commands.  Only with this variable set errors
135 # reported by the MTA will be recognizable!
136 #set sendwait
138 # Display real sender names in header summaries instead of only addresses
139 set showname
141 # Show recipients of messages sent by the user himself in header summaries
142 set showto
144 ## Commands
146 # Only include these selected header fields when forwarding messages
147 fwdretain subject date from to
149 # Only include the selected header fields when printing messages
150 retain date from to cc subject message-id mail-followup-to reply-to
152 ## Some pipe-TYPE/SUBTYPE entries
154 # HTML as text, inline display via lynx(1)
155 #if $features !@ HTML-FILTER
156 #   set pipe-text/html="lynx -stdin -dump -force_html"
157 #endif
159 # PDF display, asynchronous display via xpdf(1)
160 #set pipe-application/pdf="@&set -C;\
161 #   : > \"${TMPDIR}/${NAIL_FILENAME_GENERATED}\";\
162 #   trap \"rm -f \\\"${TMPDIR}/${NAIL_FILENAME_GENERATED}\\\"\" \
163 #      EXIT INT QUIT PIPE TERM;\
164 #   set +C;\
165 #   cat > \"${TMPDIR}/${NAIL_FILENAME_GENERATED}\";\
166 #   xpdf \"${TMPDIR}/${NAIL_FILENAME_GENERATED}\""
168 # s-it-mode