NEWS: v14.9.10 ("(40th Mail anniversary) Blue tit")
[s-mailx.git] / nail.rc
blob5bef9458271e276948d2b0d6220ed10eb15e6619
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 #--MKREL-START--
15 #@ S-nail v14.9.9 / 2018-03-06
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 # - *hold, *keep*, *keepsave* and *sendwait* are deliberately set below.
31 # - no*onehop* doesn't exist in this implementation.
32 #   (To pass options through to the MTA, either add them after a "--"
33 #   separator on the command line or set the *mta-arguments* variable.)
34 # (Keep in SYNC: ./nail.h:okeys, ./nail.rc, ./nail.1:"Initial settings"!)
36 # Adjust the standard-imposed default variable settings.
37 # Some of the following variables are not portable and may thus have no effect
38 # with other Mail(1) / mailx(1) programs.
39 # Entries are marked [OPTION] if their availability is compile-time dependent.
41 # If threaded mode is activated, automatically collapse thread
42 set autocollapse
44 # Enter threaded mode automatically
45 #set autosort=thread
47 # Append rather than prepend when writing to mbox automatically.
48 # This has no effect unless *hold* is unset (it is set below), it is
49 # a compile-time setting for other cases.
50 # This is a traditional entry and should usually be set.
51 set append
53 # Ask for a message subject.
54 set ask
56 # Uncomment this in order to get coloured output in $PAGER (if possible).
57 #set colour-pager
58 # If your $PAGER is less(1) or lv(1) you will usually be served with
59 #  ? wysh set PAGER=less; environ unset LESS
60 #  ? wysh set PAGER=lv; environ unset LV
62 # Assume a CRT-like terminal and invoke a $PAGER if output doesn't fit on a
63 # the screen.  (Set crt=0 to always page; value treated as number of lines.)
64 set crt
66 # When entering compose mode, directlry startup into $EDITOR, as via `~e'.
67 # If the value is "v", startup into $VISUAL, as via `~v' instead.
68 #set editalong=v
70 # When spawning an editor in compose mode (`~e', `~v', *editalong*), allow
71 # editing of headers.
72 set editheaders
74 # Startup into interactive mode even if the (given) mailbox is empty.
75 set emptystart
77 # When `reply'ing etc. name parts and comments are stripped from receiver
78 # addresses unless this variable is set.
79 set fullnames
81 # [OPTION] Add more entries to the history as is done by default.
82 # The latter will cause the built-in editor to save those entries, too.
83 # (The *history-file* variable controls persistency of the history.)
84 set history-gabby history-gabby-persist
86 # Do not move read messages of system mailboxes to MBOX by default since this
87 # is likely to be irritating for most users today; also see *keepsave*.
88 set hold
90 # Quote the original message in replies by "> " as usual on the Internet.
91 # POSIX mandates tabulator ("wysh set indentprefix=$'\t'") as default.
92 set indentprefix="> "
94 # Mark messages that have been answered.
95 set markanswered
97 # Try to circumvent false or missing MIME Content-Type descriptions.
98 # Do set a value for extended behaviour (see the manual).
99 #set mime-counter-evidence
100 set mime-counter-evidence=0b1111
102 # Control loading of mime.types(5) file, "s"ystem and/or "u"ser, etc.
103 # Builtin types exist and may be sufficient.  The default equals "us".
104 #set mimetypes-load-control
106 # Do not remove empty (MBOX) system mailboxes.  (_No_ empty (MBOX) mailbox
107 # at all if $POSIXLY_CORRECT a.k.a. *posix* is set!)
108 # This may be relevant for privacy since other users could otherwise create
109 # them with different permissions.
110 set keep
112 # Do not move `save'd or `write'n message to $MBOX by default since this is
113 # likely to be irritating for most users today; also see *hold*.
114 set keepsave
116 # An informational prompt (and see "Gimmicks" below).
117 # Note the _real_ evaluation occurs once used (see *prompt* manual entry).
118 #wysh set prompt='?\$?!\$!/\$^ERRNAME[\${account-name}#\${mailbox-display}]? '
120 # Automatically quote the text of the message that is responded to.
121 set quote
123 # When replying, do not merge From: and To: of the original message
124 # into To:.  Instead old From: -> new To:, old To: -> merge Cc:.
125 set recipients-in-cc
127 # When responding to a message, try to answer in the same character set
128 # (which is subject to `charsetalias' expansion, though).
129 #set reply-in-same-charset
131 # [OPTION] Outgoing messages are sent in UTF-8 if possible, otherwise LATIN1.
132 # Note: it is highly advisable to read the section "Character sets" of the
133 # manual in order to understand all the possibilities that exist to fine-tune
134 # charset usage (variables also of interest: *ttycharset*, *charset-8bit*,
135 # *sendcharsets-else-ttycharset*; and of course we inherit the $LC_CTYPE /
136 # $LC_ALL / $LANG environment variables and react upon them).
137 set sendcharsets=utf-8,iso-8859-1
139 # When sending a message wait until the MTA (including the built-in SMTP one)
140 # exits before accepting further commands.  Only with this variable set errors
141 # reported by the MTA will be recognizable!
142 set sendwait
144 # Display real sender names in header summaries instead of only addresses.
145 set showname
147 # Show recipients of messages sent by the user himself in header summaries.
148 set showto
150 ## Commands
152 # Most commands are not portable to other Mail(1) / mailx(1) programs, which is
153 # why most commands are commented out.  To remain portable, place anything
154 # specific in its own file, then "set mailx-extra-rc=~/.my-file" in $MAILRC
155 # (usually ~/.mailrc).
157 # Map ISO-8859-1 to LATIN1, and LATIN1 to CP1252.
158 # (These mappings are not applied to character sets specified by other
159 # variables, e.g., sendcharsets).
160 #charsetalias iso-8859-1 latin1  latin1 cp1252
162 # Only include the selected header fields when printing messages
163 # `headerpick' is not portable, so use the standard `retain'
164 retain from_ date from to cc subject message-id mail-followup-to reply-to
165 #headerpick type retain from_ date from to cc subject \
166 #   message-id mail-followup-to reply-to
167 # ...when forwarding messages
168 #headerpick forward retain subject date from to cc
169 # ...and don't include these when saving message, etc.
170 #if [ "$features" =@ +regex ]
171 #  headerpick save ignore '^Original-.*$' '^X-.*$'
172 #end
174 ## Some pipe-TYPE/SUBTYPE entries
176 # HTML as text, inline display via lynx(1).
177 #if [ "$features" !@ +filter-html-tagsoup ]
178 #   set pipe-text/html='@* lynx -stdin -dump -force_html'
179 #endif
181 # "External body", URL type supported only.
182 #wysh set pipe-message/external-body='@* echo $MAILX_EXTERNAL_BODY_URL'
184 # PDF display, asynchronous display: via `mimeview' command only.
185 #wysh set pipe-application/pdf='@=&@\
186 #   trap "rm -f \"${MAILX_FILENAME_TEMPORARY}\"" EXIT;\
187 #   trap "trap \"\" INT QUIT TERM; exit 1" INT QUIT TERM;\
188 #   mupdf "${MAILX_FILENAME_TEMPORARY}"'
190 ## Gimmicks
192 # More key bindings for the Mailx-Line-Editor (when in interactive mode).
193 #if terminal && [ "$features" =@ +key-bindings ]
194 #   bind base $'\e',d mle-snarf-word-fwd
195 #   bind base $'\e',$'\c?' mle-snarf-word-bwd
196 #   bind base $'\e',f mle-go-word-fwd
197 #   bind base $'\e',b mle-go-word-bwd
198 #   bind compose :kf1 ~v
199 #endif
201 # Coloured prompt for the Mailx-Line-Editor (when in interactive mode).
202 #if terminal && [ "$features" =@ +mle ] && [ "$features" =@ +colour ]
203 #   colour 256 mle-position fg=202
204 #   colour 256 mle-prompt fg=red
205 #   colour iso mle-position ft=reverse
206 #   colour iso mle-prompt fg=red
207 #   colour mono mle-position ft=reverse
208 #   colour mono mle-prompt ft=bold
209 #endif
211 # Install file-extension handlers to handle MBOXes in various formats.
212 #filetype \
213 #   bz2 'bzip2 -dc' 'bzip2 -zc' \
214 #   gpg 'gpg -d' 'gpg -e' \
215 #   gz 'gzip -dc' 'gzip -c' \
216 #   xz 'xz -dc' 'xz -zc' \
217 #   zst 'zstd -dc' 'zstd -19 -zc' \
218 #   zst.pgp 'gpg -d | zstd -dc' 'zstd -19 -zc | gpg -e'
220 # s-it-mode