Bump S-nail v14.9.19 ("Tufted titmouse (Indianermeise)"), 2020-04-26
[s-mailx.git] / nail.rc
blob18f48184f575adf30984f54983a4d872de0f7464
1 #--MKRC-START--
2 #@ /etc/s-nail.rc - configuration file for S-nail(1)
3 #--MKRC-END--
4 #@ The syntax of this file is interpreted as follows:
5 #@ - Any leading and trailing whitespace (space, tabulator, newline: " \t\n"),
6 #@   and all members of (the internal variable) *ifs-ws* are removed.
7 #@ - Empty lines are ignored.
8 #@ - Any other line is a command line.  Such lines may spread over multiple
9 #@   lines if a reverse solidus character \ is placed as the last character of
10 #@   all lines except the final one; any leading whitespace of follow lines is
11 #@   removed, but trailing whitespace before "escaped newlines" is not.
12 #@ - The number sign # is the comment-command and causes the (joined) line
13 #@   (content) to be ignored.
14 #--MKREL-START--
15 #@ S-nail v14.9.19 / 2020-04-26
16 #--MKREL-END--
18 ## Variables
20 # The standard POSIX 2008/Cor 2-2016 mandates the following initial settings:
21 # [a]   noallnet, noappend, asksub, noaskbcc, noaskcc, noautoprint,
22 # [b-e] nobang, nocmd, nocrt, nodebug, nodot, escape="~",
23 # [f-i] noflipr, nofolder, header, nohold, noignore, noignoreeof,
24 # [j-o] nokeep, nokeepsave, nometoo, nooutfolder,
25 # [p-r] nopage, prompt="? ", noquiet, norecord,
26 # [s]   save, nosendwait, noshowto, nosign, noSign,
27 # [t-z] toplines="5"
29 # Notes:
30 # - In this implementation:
31 #   + *sendwait* is set by default (and has extended meaning).
32 #   + no*onehop* does not exist.
33 #     (To pass options through to the MTA, either add them after a "--"
34 #     separator on the command line or set the *mta-arguments* variable.)
35 # - *hold, *keep*, and *keepsave* are deliberately set below.
36 # (Keep in SYNC: mx/nail.h:okeys, ./nail.rc, ./nail.1:"Initial settings"!)
38 # Adjustments of standard imposed default- as well as other settings follow.
39 # - Some of the latter are not portable and may thus have no effect with
40 #   other Mail(1) / mailx(1) / mail(1) programs.
41 # - "wysh" is one of the "Command modifiers" and is not portable: before v15 it
42 #   changes the syntax of some old-style commands to sh(1)ell style quoting,
43 #   also see "COMMANDS" -> "Shell-style argument quoting" in the manual.
44 # - Availability of entries marked [OPTION] is a compile-time decision.
46 # If threaded mode is activated, automatically collapse thread.
47 set autocollapse
49 # Enter threaded mode automatically.
50 #set autosort=thread
52 # Append rather than prepend when writing to mbox automatically.
53 # Has no effect unless *hold* is unset (it is set below).
54 # This is a traditional entry and should usually be set.
55 set append
57 # Ask for a message subject.
58 set ask
60 # Uncomment this in order to get coloured output in $PAGER (if possible).
61 #set colour-pager
62 # If your $PAGER is less(1) or lv(1) you will usually be served with
63 #  ? wysh set PAGER=less; environ unset LESS
64 #  ? wysh set PAGER=lv; environ unset LV
66 # Assume a CRT-like terminal and invoke $PAGER if output does not fit on
67 # the screen.  (Set crt=0 to always page; value treated as number of lines.)
68 set crt
70 # When entering compose mode, directly startup into $EDITOR, as via `~e'.
71 # If the value is "v", startup into $VISUAL instead, as via `~v'.
72 #set editalong=v
74 # When spawning an editor in compose mode (`~e', `~v', *editalong*), allow
75 # editing of headers.
76 set editheaders
78 # Startup into interactive mode even if the (given) mailbox is empty.
79 set emptystart
81 # When `reply'ing etc. name parts and comments are stripped from receiver
82 # addresses unless this variable is set.
83 set fullnames
85 # [OPTION] Add more entries to the history as is done by default.
86 # The latter will cause the built-in editor to save those entries, too.
87 # (The *history-file* variable controls persistency of the history.)
88 set history-gabby=all history-gabby-persist
90 # Do not move read messages of system mailboxes to MBOX by default since this
91 # is likely to be irritating for most users today; also see *keepsave*.
92 set hold
94 # Quote the original message in replies with "> " as usual on the Internet.
95 # POSIX mandates tabulator ("wysh set indentprefix=$'\t'") as default.
96 set indentprefix="> "
98 # Honour Mail-Followup-To: headers when replying etc.
99 set followup-to-honour=ask-yes
101 # Mark messages that have been answered.
102 set markanswered
104 # Try to circumvent false or missing MIME Content-Type descriptions.
105 # Do set a value for extended behaviour (see the manual).
106 #set mime-counter-evidence
107 set mime-counter-evidence=0b1111
109 # Control loading of mime.types(5) file, "s"ystem and/or "u"ser, etc.
110 # Builtin types exist and may be sufficient.  The default equals "us".
111 #set mimetypes-load-control
113 # Do not remove empty (MBOX) system mailboxes.  (_No_ empty (MBOX) mailbox
114 # at all if $POSIXLY_CORRECT a.k.a. *posix* is set!)
115 # This may be relevant for privacy since other users could otherwise create
116 # them with different permissions.
117 set keep
119 # Do not move `save'd or `write'n message to $MBOX by default since this is
120 # likely to be irritating for most users today; also see *hold*.
121 set keepsave
123 # An informational prompt (and see "Gimmicks" below).
124 # Of interest may also be \${^ERRQUEUE-EXISTS} and \${^ERRQUEUE-COUNT}.
125 # Note the _real_ evaluation occurs once used (see *prompt* manual entry).
126 #wysh set prompt='?\$?!\$!/\$^ERRNAME[\${account-name}#\${mailbox-display}]? '
128 # Automatically quote the text of the message that is responded to.
129 set quote
131 # When replying, do not merge From: and To: of the original message
132 # into To:.  Instead old From: -> new To:, old To: -> merge Cc:.
133 set recipients-in-cc
135 # When responding to a message, try to answer in the same character set
136 # (which is subject to `charsetalias' expansion, though).
137 #set reply-in-same-charset
139 # Honour Reply-To: headers when replying etc.
140 set reply-to-honour=ask-yes
142 # [OPTION] Outgoing messages are sent in UTF-8 if possible, otherwise LATIN1.
143 # Note: it is highly advisable to read the section "Character sets" of the
144 # manual in order to understand all the possibilities that exist to fine-tune
145 # charset usage (variables also of interest: *ttycharset*, *charset-8bit*,
146 # *sendcharsets-else-ttycharset*; and of course we inherit the $LC_CTYPE /
147 # $LC_ALL / $LANG environment variables and react upon them).
148 set sendcharsets=utf-8,iso-8859-1
150 # Display real sender names in header summaries instead of only addresses.
151 set showname
153 # Show recipients of messages sent by the user himself in header summaries.
154 set showto
156 ## Commands
158 # Most commands are not portable to other Mail(1) / mailx(1) / mail(1)
159 # programs, which is why most commands are commented out.  To remain portable,
160 # place anything specific in its own file, and then
161 #   set mailx-extra-rc=~/.my-file"
162 # in $MAILRC (usually ~/.mailrc).
163 # The below use the \ command modifier to avoid `commandalias' checks
165 # Map ISO-8859-1 to LATIN1, and LATIN1 to CP1252.
166 # (These mappings are not applied to character sets specified by other
167 # variables, e.g., *sendcharsets*).
168 #\charsetalias iso-8859-1 latin1  latin1 cp1252
170 # Only include the selected header fields when printing messages
171 # (`headerpick' is not portable, so use the standard `retain')
172 retain date sender from to cc subject message-id mail-followup-to reply-to
173 #\headerpick type retain from_ date sender from to cc subject \
174 #   message-id mail-followup-to reply-to
175 # - when forwarding messages
176 #\headerpick forward retain subject date sender from to cc
177 # - and do not include these when saving message, etc.
178 #\if "$features" =@ +regex
179 #  \headerpick save ignore '^Original-.*$' '^X-.*$'
180 #\end
182 ## Some pipe-TYPE/SUBTYPE entries
184 # HTML as text, inline display via lynx(1).
185 #\if "$features" !@ +filter-html-tagsoup
186 #   \set pipe-text/html='?* lynx -stdin -dump -force_html'
187 #\endif
189 # "External body", URL type supported only.
190 #\wysh set pipe-message/external-body='?* echo $MAILX_EXTERNAL_BODY_URL'
192 # PDF display, asynchronous display: via `mimeview' command only.
193 #\wysh set pipe-application/pdf='?=&@\
194 #   trap "rm -f \"${MAILX_FILENAME_TEMPORARY}\"" EXIT;\
195 #   trap "trap \"\" INT QUIT TERM; exit 1" INT QUIT TERM;\
196 #   mupdf "${MAILX_FILENAME_TEMPORARY}"'
198 ## Gimmicks
200 # More key bindings for the Mailx-Line-Editor (when in interactive mode).
201 #\if terminal && "$features" =@ +key-bindings
202 #   \bind base $'\e',d mle-snarf-word-fwd
203 #   \bind base $'\e',$'\c?' mle-snarf-word-bwd
204 #   \bind base $'\e',f mle-go-word-fwd
205 #   \bind base $'\e',b mle-go-word-bwd
206 #   \bind base $'\cL' mle-clear-screen
207 #   \bind compose :kf1 ~v
208 #\endif
210 # Coloured prompt for the Mailx-Line-Editor (when in interactive mode).
211 #\if terminal && "$features" =@ +mle && "$features" =@ +colour
212 #   \colour 256 mle-position fg=202
213 #   \colour 256 mle-prompt fg=203
214 #   \colour 256 mle-error bg=124
215 #   \colour iso mle-position ft=bold
216 #   \colour iso mle-prompt fg=brown
217 #   \colour iso mle-error bg=red
218 #   \colour mono mle-position ft=reverse
219 #   \colour mono mle-prompt ft=bold
220 #   \colour mono mle-error ft=reverse
221 #\endif
223 # Install file-extension handlers to handle MBOXes in various formats.
224 #\filetype \
225 #   bz2 'bzip2 -dc' 'bzip2 -zc' \
226 #   gpg 'gpg -d' 'gpg -e' \
227 #   gz 'gzip -dc' 'gzip -c' \
228 #   xz 'xz -dc' 'xz -zc' \
229 #   zst 'zstd -dc' 'zstd -19 -zc' \
230 #   zst.pgp 'gpg -d | zstd -dc' 'zstd -19 -zc | gpg -e'
232 # If mail is send from cron scripts and iconv(3) is compiled it, it could be
233 # that sending fails because of invalid (according to locale) character input.
234 # This undesired event can be prevented as follows, the (possibly) resulting
235 # octet-stream message data can be read nonetheless via
236 # *mime-counter-evidence*=0b1111:
237 #\if ! terminal && "$LOGNAME" == root
238 #   \set mime-force-sendout
239 #\endif
241 # s-it-mode