Bump S-nail v14.9.6.ar ("Marsh tit abiding a snow storm"), 2017-12-05
[s-mailx.git] / nail.rc
blobfb9088b18ec53005b5883a08a79654d58a23388d
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 #@ - Leading and trailing " \t\n" + *ifs* whitespace is removed.
6 #@ - Empty lines are ignored.
7 #@ - Any other line is a command line.  Such lines can be spread over
8 #@   multiple lines if the newline character is "escaped" by placing
9 #@   a reverse solidus character \ as the last character of the line; any
10 #@   leading whitespace of follow lines is ignored, trailing whitespace before
11 #@   the escaped newline is not.
12 #@ - The number sign # is the comment-command and causes the (joined) line
13 #@   (content) to be ignored.
14 #@ S-nail v14.9.6 / 2017-12-05
16 ## Variables
18 # The standard POSIX 2008/Cor 2-2016 mandates the following initial settings:
19 # [a]   noallnet, noappend, asksub, noaskbcc, noaskcc, noautoprint,
20 # [b-e] nobang, nocmd, nocrt, nodebug, nodot, escape="~",
21 # [f-i] noflipr, nofolder, header, nohold, noignore, noignoreeof,
22 # [j-o] nokeep, nokeepsave, nometoo, nooutfolder,
23 # [p-r] nopage, prompt="? ", noquiet, norecord,
24 # [s]   save, nosendwait, noshowto, nosign, noSign,
25 # [t-z] toplines="5"
27 # Notes:
28 # - *hold, *keep*, *keepsave* and *sendwait* are deliberately set below.
29 # - no*onehop* doesn't exist in this implementation.
30 #   (To pass options through to the MTA, either add them after a "--"
31 #   separator on the command line or set the *mta-arguments* variable.)
32 # (Keep in SYNC: ./nail.h:okeys, ./nail.rc, ./nail.1:"Initial settings"!)
34 # Adjust the standard-imposed default variable settings.
35 # Some of the following variables are not portable and may thus have no effect
36 # with other Mail(1) / mailx(1) programs.
37 # Entries are marked [OPTION] if their availability is compile-time dependent.
39 # If threaded mode is activated, automatically collapse thread
40 set autocollapse
42 # Enter threaded mode automatically
43 #set autosort=thread
45 # Append rather than prepend when writing to mbox automatically.
46 # This has no effect unless *hold* is unset (it is set below), it is
47 # a compile-time setting for other cases.
48 # This is a traditional entry and should usually be set.
49 set append
51 # Ask for a message subject.
52 set ask
54 # Uncomment this in order to get coloured output in $PAGER (if possible).
55 #set colour-pager
56 # If your $PAGER is less(1) or lv(1) you will usually be served with
57 #  ? wysh set PAGER=less; environ unset LESS
58 #  ? wysh set PAGER=lv; environ unset LV
60 # Assume a CRT-like terminal and invoke a $PAGER if output doesn't fit on a
61 # the screen.  (Set crt=0 to always page; value treated as number of lines.)
62 set crt
64 # Startup into $EDITOR in compose mode ("automatic `~e'").
65 #set editalong
67 # When spawning an editor in compose mode (*editalong*, ~e), edit headers.
68 set editheaders
70 # Startup into interactive mode even if the (given) mailbox is empty.
71 set emptystart
73 # When `reply'ing etc. name parts and comments are stripped from receiver
74 # addresses unless this variable is set.
75 set fullnames
77 # [OPTION] Add more entries to the history as is done by default.
78 # The latter will cause the built-in editor to save those entries, too.
79 # (The *history-file* variable controls persistency of the history.)
80 set history-gabby history-gabby-persist
82 # Do not move read messages of system mailboxes to MBOX by default since this
83 # is likely to be irritating for most users today; also see *keepsave*.
84 set hold
86 # Quote the original message in replies by "> " as usual on the Internet.
87 # POSIX mandates tabulator ("wysh set indentprefix=$'\t'") as default.
88 set indentprefix="> "
90 # Mark messages that have been answered.
91 set markanswered
93 # Try to circumvent false or missing MIME Content-Type descriptions.
94 # Do set a value for extended behaviour (see the manual).
95 #set mime-counter-evidence
96 set mime-counter-evidence=0b1111
98 # Control loading of mime.types(5) file, "s"ystem and/or "u"ser, etc.
99 # Builtin types exist and may be sufficient.  The default equals "us".
100 #set mimetypes-load-control
102 # Do not remove empty (MBOX) system mailboxes.  (_No_ empty (MBOX) mailbox
103 # at all if $POSIXLY_CORRECT a.k.a. *posix* is set!)
104 # This may be relevant for privacy since other users could otherwise create
105 # them with different permissions.
106 set keep
108 # Do not move `save'd or `write'n message to $MBOX by default since this is
109 # likely to be irritating for most users today; also see *hold*.
110 set keepsave
112 # An informational prompt (and see "Gimmicks" below).
113 # Note the _real_ evaluation occurs once used (see *prompt* manual entry).
114 #wysh set prompt='?\$?!\$!/\$^ERRNAME[\${account-name}#\${mailbox-display}]? '
116 # Automatically quote the text of the message that is responded to.
117 set quote
119 # When replying, do not merge From: and To: of the original message
120 # into To:.  Instead old From: -> new To:, old To: -> merge Cc:.
121 set recipients-in-cc
123 # When responding to a message, try to answer in the same character set
124 # (which is subject to `charsetalias' expansion, though).
125 #set reply-in-same-charset
127 # [OPTION] Outgoing messages are sent in UTF-8 if possible, otherwise LATIN1.
128 # Note: it is highly advisable to read the section "Character sets" of the
129 # manual in order to understand all the possibilities that exist to fine-tune
130 # charset usage (variables also of interest: *ttycharset*, *charset-8bit*,
131 # *sendcharsets-else-ttycharset*; and of course we inherit the $LC_CTYPE /
132 # $LC_ALL / $LANG environment variables and react upon them).
133 set sendcharsets=utf-8,iso-8859-1
135 # When sending a message wait until the MTA (including the built-in SMTP one)
136 # exits before accepting further commands.  Only with this variable set errors
137 # reported by the MTA will be recognizable!
138 set sendwait
140 # Display real sender names in header summaries instead of only addresses.
141 set showname
143 # Show recipients of messages sent by the user himself in header summaries.
144 set showto
146 ## Commands
148 # Most commands are not portable to other Mail(1) / mailx(1) programs, which is
149 # why most commands are commented out.  To remain portable, place anything
150 # specific in its own file, then "set mailx-extra-rc=~/.my-file" in $MAILRC
151 # (usually ~/.mailrc).
153 # Map ISO-8859-1 to LATIN1, and LATIN1 to CP1252.
154 # (These mappings are not applied to character sets specified by other
155 # variables, e.g., sendcharsets).
156 #charsetalias iso-8859-1 latin1  latin1 cp1252
158 # Only include the selected header fields when printing messages
159 # `headerpick' is not portable, so use the standard `retain'
160 retain from_ date from to cc subject message-id mail-followup-to reply-to
161 #headerpick type retain from_ date from to cc subject \
162 #   message-id mail-followup-to reply-to
163 # ...when forwarding messages
164 #headerpick forward retain subject date from to cc
165 # ...and don't include these when saving message, etc.
166 #if [ "$features" =@ +regex ]
167 #  headerpick save ignore '^Original-.*$' '^X-.*$'
168 #end
170 ## Some pipe-TYPE/SUBTYPE entries
172 # HTML as text, inline display via lynx(1).
173 #if [ "$features" !@ +filter-html-tagsoup ]
174 #   set pipe-text/html='@* lynx -stdin -dump -force_html'
175 #endif
177 # "External body", URL type supported only.
178 #wysh set pipe-message/external-body='@* echo $MAILX_EXTERNAL_BODY_URL'
180 # PDF display, asynchronous display: via `mimeview' command only.
181 #wysh set pipe-application/pdf='@=&@\
182 #   trap "rm -f \"${MAILX_FILENAME_TEMPORARY}\"" EXIT;\
183 #   trap "trap \"\" INT QUIT TERM; exit 1" INT QUIT TERM;\
184 #   mupdf "${MAILX_FILENAME_TEMPORARY}"'
186 ## Gimmicks
188 # More key bindings for the Mailx-Line-Editor (when in interactive mode).
189 #if terminal && [ "$features" =@ +key-bindings ]
190 #   bind base $'\e',d mle-snarf-word-fwd
191 #   bind base $'\e',$'\c?' mle-snarf-word-bwd
192 #   bind base $'\e',f mle-go-word-fwd
193 #   bind base $'\e',b mle-go-word-bwd
194 #endif
196 # Coloured prompt for the Mailx-Line-Editor (when in interactive mode).
197 #if terminal && [ "$features" =@ +mle ] && [ "$features" =@ +colour ]
198 #   colour 256 mle-position fg=202
199 #   colour 256 mle-prompt fg=red
200 #   colour iso mle-position ft=reverse
201 #   colour iso mle-prompt fg=red
202 #   colour mono mle-position ft=reverse
203 #   colour mono mle-prompt ft=bold
204 #endif
206 # Install file-extension handlers to handle MBOXes in various formats.
207 #filetype \
208 #   bz2 'bzip2 -dc' 'bzip2 -zc' \
209 #   gpg 'gpg -d' 'gpg -e' \
210 #   gz 'gzip -dc' 'gzip -c' \
211 #   xz 'xz -dc' 'xz -zc' \
212 #   zst 'zstd -dc' 'zstd -19 -zc' \
213 #   zst.pgp 'gpg -d | zstd -dc' 'zstd -19 -zc | gpg -e'
215 # s-it-mode