mime.c:mime_write_tohdr(): complete rewrite (Peter Hofmann)..
[s-mailx.git] / nail.1
blob36c3d0205ae4f0638d51ea583a462a589d0f4c86
1 .\" Copyright (c) 1980, 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\" Copyright (c) 2000
4 .\"     Gunnar Ritter.  All rights reserved.
5 .\" Copyright (c) 2012 - 2014 Steffen (Daode) Nurpmeso <sdaoden@users.sf.net>.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. All advertising materials mentioning features or use of this software
16 .\"    must display the following acknowledgement:
17 .\"     This product includes software developed by the University of
18 .\"     California, Berkeley and its contributors.
19 .\"     This product includes software developed by Gunnar Ritter
20 .\"     and his contributors.
21 .\" 4. Neither the name of the University nor the names of its contributors
22 .\"    may be used to endorse or promote products derived from this software
23 .\"    without specific prior written permission.
24 .\"
25 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS 'AS IS' AND
26 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 .\" SUCH DAMAGE.
36 .\"
37 .\" S-nail(1): v14.7.6 / 2014-08-15
38 .Dd Aug 15, 2014
39 .ds VV \\%v14.7.6
40 .\"
41 .ds UV \\*(UA\ \\*(XX
42 .\"--MKMAN-START--
43 .ds XX \\%[\\*(VV]
44 .ds UU \\%S-NAIL
45 .ds UA \\%S-nail
46 .ds ua \\%s-nail
47 .ds UR \\%s-nail.rc
48 .\"--MKMAN-END--
49 .\" If not ~/.mailrc, it breaks POSIX compatibility.  And adjust main.c.
50 .ds ur \\%~/.mailrc
51 .\"
52 .ds OP [Option]
53 .ds IN [v15-compat]
54 .ds OU [no v15-compat]
55 .\"
56 .Dt "\*(UU" 1
57 .Sh NAME
58 .Nm \*(UV
59 .Nd send and receive Internet mail
60 .\"
61 .\" .Sh SYNOPSIS {{{
62 .Sh SYNOPSIS
63 .Nm \*(ua
64 .Op Fl BDdEFintv~
65 .Op Fl A Ar account
66 .Op Fl a Ar attachment
67 .Op Fl b Ar bcc-addr
68 .Op Fl c Ar cc-addr
69 .Op Fl q Ar quote-file
70 .Op Fl r Ar from-addr
71 .Op Fl S Ar variable Ns Op Ns = Ns Ar value
72 .Op Fl s Ar subject
73 .Bk
74 .Ar to-addr ...
75 .Ek
76 .Bk
77 .Op Fl - Ar mta-option ...
78 .Ek
79 .Nm \*(ua
80 .Op Fl BDdEeHiNnRv~#
81 .Op Fl A Ar account
82 .Op Fl L Ar spec-list
83 .Bk
84 .Op Fl S Ar variable Ns Op Ns = Ns Ar value
85 .Ek
86 .Bk
87 .Fl f Op Ar file
88 .Ek
89 .Bk
90 .Op Fl - Ar mta-option ...
91 .Ek
92 .Nm \*(ua
93 .Op Fl BDdEeHiNnRv~#
94 .Op Fl A Ar account
95 .Op Fl L Ar spec-list
96 .Op Fl S Ar variable Ns Op Ns = Ns Ar value
97 .Op Fl u Ar user
98 .Bk
99 .Op Fl - Ar mta-option ...
101 .\" }}}
103 .\" TOC {{{
104 .if d WANT_TOC \{
105 .Sh "TABLE OF CONTENTS"
106 .Bl -item
108 . Sx DESCRIPTION
110 . Sx USAGE INTRODUCTION
112 . Sx MESSAGE STATES
114 . Sx SPECIFYING MESSAGES
116 . Sx URL SYNTAX AND CREDENTIAL LOOKUP
118 . Sx CHARACTER SETS
120 . Sx COMMAND LINE EDITOR
122 . Sx COMMANDS
124 . Sx TILDE ESCAPES
126 . Sx VARIABLE OPTIONS
128 . Sx ENVIRONMENT
130 . Sx FILES
132 . Sx THE mime.types FILES
134 . Sx THE .netrc FILE
136 . Sx EXAMPLES
138 . Sx SEE ALSO
140 . Sx IMPLEMENTATION NOTES
142 . Sx HISTORY
145 .\" }}} (TOC)
147 .\" .Sh DESCRIPTION {{{
148 .Sh DESCRIPTION
149 .Bd -filled -offset indent -compact
150 .Sy Compatibility note:
151 \*(UA and part of its configuration syntax will change in v15.0.
152 Until then there will exist a partial but growing number of
153 backward and forward compatibility configuration options.
154 To choose the new syntax and behaviour already today, the binary option
155 .Va v15-compat
156 must be set.
157 The manual will refer to it via \*(IN and \*(OU as necessary.
160 \*(UA is a mail processing system with a command syntax reminiscent of
161 .Xr ed 1
162 with lines replaced by messages.
163 It is intended to provide the functionality of the POSIX
164 .Xr mailx 1
165 command and offers (mostly optional) extensions for line editing, IDNA,
166 MIME, S/MIME, SMTP and POP3 (and IMAP).
167 It is usable as a mail batch language.
169 In the following list of supported command line options,
170 .Fl D ,
171 .Fl d ,
172 .Fl E ,
173 .Fl i ,
174 .Fl N
176 .Fl v
177 are implemented by means of setting the respective option, as via
178 .Fl S .
180 .Op Ar mta-option ...
182 arguments that are given at the end of the command line after an `--'
183 separator persist for an entire (interactive) session and will be passed
184 through unchanged to the mail-transfer-agent (MTA).
185 Additional MTA arguments can be specified via the option
186 .Va sendmail-arguments .
187 All of these are ignored when mail is send via SMTP data transfer.
188 .\" ---
189 .Bl -tag -width ".Fl A Ar account"
190 .It Fl A Ar account
191 Executes an
192 .Ic account
193 command (see below) for
194 .Ar account
195 after the startup files have been read.
196 .It Fl a Ar file
197 Attach the given file to the message.
198 The same filename conventions as described in the section
199 .Sx "Commands"
200 apply.
201 .It Fl B
202 Make standard input and standard output line-buffered.
203 .It Fl b Ar address
204 Send blind carbon copies to the given list of addresses.
205 .Sx "Sending mail"
206 below goes into more detail on that.
207 .It Fl c Ar address
208 Send carbon copies to the given list of addresses.
209 .It Fl D
210 \*(OP Set the
211 .Va disconnected
212 variable.
213 .It Fl d
214 Set the
215 .Va debug
216 variable, which enables debug messages and disables message delivery.
217 Note that this is not a real `sandbox' mode.
218 .It Fl E
219 Set the
220 .Va skipemptybody
221 variable and thus discard messages with an empty message part body.
222 This is useful for sending messages from scripts.
223 .It Fl e
224 Just check if mail is present in the system mailbox.
225 If yes, return an exit status of zero, a non-zero value otherwise.
226 .It Fl F
227 Save the message to send in a file named after the local part of the
228 first recipient's address.
229 .It Fl f Op Ar file
230 Read in the contents of the user's
231 .Ev MBOX
232 (or the specified file) for processing;
233 when \*(UA is quit, it writes undeleted messages back to this file.
234 Some special conventions are recognized for the string
235 .Ar file
236 which are documented for the
237 .Ic file
238 command below.
239 Note that
240 .Ar file
241 is not a direct argument to the flag
242 .Fl f ,
243 but is instead taken from the command line after option processing has
244 been completed.
245 .It Fl H
246 Print a header summary of all messages and exit.
247 A configurable summary view is available via the
248 .Fl L
249 option.
250 .It Fl i
251 Set the
252 .Va ignore
253 variable to ignore tty interrupt signals.
254 .It Fl L Ar spec-list
255 Print a header summary of only those messages that match the given
256 .Ar spec-list ,
257 then exit.
258 See the section
259 .Sx "Specifying messages"
260 for the format of
261 .Ar spec-list .
262 If the
263 .Fl H
264 option has been given in addition to
265 .Fl L ,
266 then printing of the header summary is suppressed,
267 and \*(UA will instead indicate via its exit status wether
268 .Ar spec-list
269 matched any messages (`0') or not (`1');
270 note that messages are forcefully suppressed, then, and unless verbosity
271 is explicitly enabled (e.g., by using the
272 .Fl v
273 option).
274 .It Fl N
275 Unset the
276 .Va header
277 variable and thus inhibits the initial display of message headers when
278 reading mail or editing a mail folder.
279 .It Fl n
280 Inhibits reading \*(UR upon startup.
281 This option should be activated for \*(UA scripts that are invoked on
282 more than one machine, because the contents of that file may differ
283 between them.
284 (The same behaviour can be achieved by setting the
285 .Ev NAIL_NO_SYSTEM_RC
286 environment variable.)
287 .It Fl q Ar file
288 Start the message with the contents of the specified file.
289 May be given in send mode only.
290 .It Fl R
291 Opens any folders read-only.
292 .It Fl r Ar address
293 Sets the envelope sender address by passing an
294 .Ns ` Ns Fl f
295 .Ar address Ns '
296 option to the MTA when a message is send.
297 If a non-empty
298 .Ar address
299 argument is given it'll be checked for validity and then fixated to
300 the given value, but otherwise the content of the variable
301 .Va from
302 will be used for that purpose \(en i.e., it'll be passed through to
303 the MTA via the
304 .Fl f
305 option whenever a message is send.
306 A valid non-empty value will also be set as if an additional
307 .Ns ` Ns Li "-Sfrom=VALUE" Ns '
308 option had been used and therefore affect sending of messages via SMTP
309 (as a consideration for `From:').
310 .It Fl S Ar variable Ns Op = Ns value
311 Sets the internal option
312 .Ar variable
313 and, in case of a value option, assigns
314 .Ar value
315 to it.
316 Even though options set via
317 .Fl S
318 may be overwritten from within resource files,
319 the command line setting will be reestablished after all resources have
320 been loaded.
321 .It Fl s Ar subject
322 Specify the subject on the command line
323 (be careful to quote subjects containing spaces).
324 .It Fl t
325 The message to be sent is expected to contain a message header with
326 `To:', `Cc:', or `Bcc:' fields giving its recipients and `Subject:'
327 giving the subject of the message.
328 Recipients and subject specified on the command line are ignored.
329 .It Fl u Ar user
330 Read the system mailbox of
331 .Ar user
332 (appropriate privileges presumed), and `assume to be'
333 .Ar user
334 in some aspects, e.g. in respect to expansions of `%' etc.
335 Also see
336 .Ev USER .
337 .It Fl V
338 Print \*(UA's version and exit.
339 .It Fl v
340 Setting the
341 .Va verbose
342 option causes some verbosity (like printing of certificate chains).
343 Using it twice increases the level of verbosity.
344 .It Fl ~
345 Enable
346 .Sx "TILDE ESCAPES"
347 even if not in interactive mode.
348 .It Fl #
349 This sets multiple options to prepare \*(UA for working in batch mode
350 (most likely in non-interactive mode):
351 .Va dot ,
352 .Va emptystart ,
353 .Va noheader ,
354 .Va quiet ,
355 .Va sendwait ,
356 as well as
357 .Ev MBOX
359 .Va folder
361 .Pa /dev/null .
362 it also enables processing of
363 .Sx "TILDE ESCAPES" .
364 E.g., the following should send an email message to `alias'.
366 .Dl printf 'm alias\en~s Subject\enBody\en.\enx\en' | \
367    MAILRC=/dev/null s-nail -n -#
369 .\" }}}
371 .\" .Sh "USAGE INTRODUCTION" {{{
372 .Sh "USAGE INTRODUCTION"
374 .\" .Ss "A starter" {{{
375 .Ss "A starter"
376 The following sections will give a short usage introduction.
377 Because \*(UA strives for compliance with POSIX
378 .Xr mailx 1
379 it is likely that some configuration settings have to be adjusted before
380 using it is a smooth experience.
381 The default global \*(UR file already bends those standard settings
382 a bit towards more user friendliness and safety, e.g., it sets the
383 .Va hold
384 option in order to suppress the automatic moving of messages to
385 .Ev MBOX
386 that otherwise would occur (see
387 .Sx MESSAGE STATES )
389 .Va emptybox
390 as well as
391 .Va keep
392 to not remove empty files in order not to mangle file permissions when
393 files eventually get recreated.
394 It does not set the
395 .Va folder
396 option so that by default file grouping (via the `+' prefix as
397 documented also for
398 .Ic file )
399 is not enabled.
400 The section
401 .Sx "EXAMPLES"
402 contains some further suggestions.
403 .\" }}}
405 .\" .Ss "Sending mail" {{{
406 .Ss "Sending mail"
407 To send a message to one or more people,
408 \*(UA can be invoked with arguments which are the names of people to
409 whom the mail will be sent, e.g., it can be as simple as
410 .Bd -literal -offset indent
411 $ \*(ua bill@host1.x1 bob@host2.y1
412 # But... try it in an almost dry-run mode first
413 $ \*(ua -dvv bill@host1.x1 bob@host2.y1
416 The user is then expected to type in the message contents.
417 In this compose mode \*(UA treats lines beginning with the character `~'
418 specially \(en these are so-called
419 .Sx "TILDE ESCAPES"
420 which can be used to read in files, process shell commands, add and edit
421 attachments and more; e.g., the tilde escape `~e' will start the text
422 editor to revise the message in it's current state and `~h' allows
423 editing of the message recipients.
424 Typing `control-D' (`^D') at the beginning of an empty line leaves
425 compose mode and causes the message to be send, whereas typing
426 `control-C' (`^C') twice will abort the current letter (saving the
427 contents which yet have been collected in
428 .Ev DEAD Ns . Ns )
430 A number of options can be used to alter default behavior; e.g.,
431 .Ic "set editalong"
432 will automatically startup a text editor when compose mode is entered,
433 .Va askcc
434 will cause the user to be prompted actively for carbon-copy recipients
435 and the
436 .Va dot
437 option will allow leaving compose mode by writing a line consisting
438 solely of a dot (`.').
439 Very importantly, though, is to define which
440 .Sx "CHARACTER SETS"
441 may be used when sending messages, usually by setting the option
442 .Va sendcharsets
443 accordingly.
444 Saving a copy of the sent messages in a
445 .Va record
446 may also be desireable \(en as for most mailbox file targets some
447 special conventions are recognized, see the
448 .Ic file
449 command for the documentation.
450 The section
451 .Sx "EXAMPLES"
452 contains an example configuration for sending messages via some of the
453 well-known public mail providers.
455 Message recipients (as specified in `To:', `Cc:' or `Bcc:') may not only
456 be email addressees but can also be names of mailboxes and even
457 complete pipe-command specifications.
458 Proper quoting may be necessary, e.g., to embed whitespace characters.
459 The rules are:
460 Any name which starts with a `|' (vertical bar) character
461 specifies a pipe \(en the command string following the `|' is executed
462 and the message is sent to its standard input;
463 Any other name which contains a `@' (at sign) character is treated as
464 a network address;
465 Any other name which starts with a `+' (plus sign) character specifies
466 a mailbox name;
467 Any other name which contains a `/' (slash) character but no `!'
468 (exclamation mark) or `%' (percent sign) character before also specifies
469 a mailbox name;
470 What remains is treated as a network address (see
471 .Xr mailaddr 7
472 for a description of mail addresses).
474 It is possible to create personal distribution lists via the
475 .Ic alias
476 command so that, for instance, the user can send mail to `cohorts'
477 and have it go to a group of people:
479 .Dl alias cohorts bill jkf mark kridle@ucbcory ~/mail/cohorts.mbox
481 Please note that this mechanism has nothing in common with the system
482 wide aliases that may be used by the local MTA (mail-transfer-agent)
483 and are often tracked in a file
484 .Pa /etc/aliases
485 (and documented in
486 .Xr aliases 5
488 .Xr sendmail 1 Ns
490 Personal aliases will be expanded by \*(UA before the message is sent.
491 They are a convenient alternative to specifying each addressee by
492 itself.
493 .\" }}}
495 .\" .Ss "Reading mail" {{{
496 .Ss "Reading mail"
497 When invoked without addressees \*(UA enters interactive mode in which
498 mails may be read.
499 When used like that \*(UA checks mail out of the user's system mailbox,
500 then prints out a one line header of each message found.
501 Unless the
502 .Va emptystart
503 option is set \*(UA will only print a notification message and exit if
504 the mailbox is empty.
506 At the
507 .Va prompt
508 the command
509 .Ic list
510 will give a listing of all available commands and
511 .Ic help
512 will give a summary of the most useful ones.
513 If the \*(OPal documentation strings are available one can type `?X'
514 to see to which command `X' expands to and what it's purpose is,
515 i.e., commands can be abbreviated (note that POSIX defines some
516 abbreviations, so that the alphabetical order of commands doesn't
517 necessarily relate to the abbreviations; it is possible to define
518 overwrites with the
519 .Ic ghost
520 command, however).
522 Messages are given numbers (starting at 1) which uniquely identify
523 messages; the current message \(en the dot \(en will either be the first
524 new message, or the first unread message, or the first message of the
525 mailbox; the option
526 .Va showlast
527 will reverse this behaviour by instead making the last respective
528 message the initial dot.
530 Messages can be printed with the
531 .Ic print
532 command, or short: `p'.
533 By default the current message (dot) is printed, but just like many
534 other commands it is possible to specify lists of messages, as is
535 documented in
536 .Sx "SPECIFYING MESSAGES" ;
537 e.g., `p:u' will display all unread messages, `p.' will print the dot,
538 `p 1 5' will print the messages 1 and 5 and `p-' and `p+' will print the
539 last and the next message, respectively.
540 Dependent upon the configuration a
541 .Sx "Command line editor"
542 aims at making user experience with the many
543 .Sx "COMMANDS"
544 a bit nicer.
545 When reading the system mailbox or when
546 .Fl f
548 .Ic file )
549 specified a mailbox explicitly prefixed with the special `%:' modifier
550 then messages which have been read will be moved to the user's
551 .Ev MBOX
552 file automatically when the mailbox is left, either by changing the
553 active mailbox or by quitting \*(UA (also see
554 .Sx "MESSAGE STATES" Ns ) Ns .
556 After examining a message the user can also
557 .Ic delete
558 (`d') the message,
559 .Ic reply
560 (`r') to it or
561 .Ic Reply
562 (`R') to exclusively to it's originator.
563 Deletion causes the \*(UA program to forget about the message.
564 This is not irreversible;
565 one can
566 .Ic undelete
567 (`u') the message by giving its number,
568 or the \*(UA session can be ended by giving the
569 .Ic exit
570 (`x') command.
571 Deleted messages will, however, usually disappear never to be seen
572 again.
574 To end a mail processing session one may either issue
575 .Ic quit
576 (`q') to cause a full program exit, which includes the possible
577 automatic move of read messages to
578 .Ev MBOX
579 as well as updating the \*(OPal command line editor history file,
580 or perform the command
581 .Ic exit
582 (`x') instead, which will not perform any of these actions.
583 .\" }}}
585 .\" .Ss "Viewing HTML mail and MIME attachments" {{{
586 .Ss "Viewing HTML mail and MIME attachments"
587 Messages which are HTML-only get more and more common and of course many
588 messages come bundled with a bouquet of MIME attachments.
589 \*(UA can't deal with any of these itself, but instead programs need to
590 become registered to deal with specific MIME types or file extensions;
591 these programs may either prepare a plain text version of its input,
592 i.e., in order to enable \*(UA to display the content on the terminal
593 (or, as necessary and desired, through
594 .Ev PAGER Ns
595 ), or display the content themselves, for example in a graphical window.
596 The latter type of programs by default "blocks" \*(UA until the external
597 viewer has terminated, but asynchronous side-by-side execution is also
598 possible, in which case \*(UA will continue to display the message and
599 remain responsive.
601 To install an external handler program for a specific MIME type set an
602 according
603 .Va pipe-CONTENT/SUBCONTENT
604 variable.
605 To define a handler for a specific file extension set the respective
606 .Va pipe-EXTENSION
607 variable \(en these handlers take precedence.
608 The variable
609 .Va mime-counter-evidence
610 can be set to improve dealing with faulty MIME part declarations as are
611 often seen in real-life messages.
612 E.g., to display a HTML message inline (that is, converted to plain
613 text) with either of the text-mode browsers
614 .Xr lynx 1
616 .Xr elinks 1 ,
617 to view shell scripts as plain text
618 and to open PDF attachments in an external PDF viewer, asynchronously:
619 .Bd -literal -offset indent
620   #set pipe-text/html="elinks -force-html -dump 1"
621   set pipe-text/html="lynx -stdin -dump -force_html"
622   set pipe-application/x-sh=@
623   set pipe-application/pdf="@&cat > \e"/tmp/${NAIL_FILENAME}\e";\e
624       acroread \e"/tmp/${NAIL_FILENAME}\e";\e
625       rm \e"/tmp/${NAIL_FILENAME}\e""
628 Note: special care must be taken when using such commands as mail
629 viruses may be distributed by this method;
630 if messages of type `application/x-sh' or files with the extensions `sh'
631 were blindly filtered through the shell, for example, a message sender
632 could easily execute arbitrary code on the system \*(UA is running on.
633 For more on MIME, also in respect to sending of messages, see the
634 section
635 .Sx "THE mime.types FILES"
636 and the command
637 .Ic mimetypes .
638 .\" }}}
640 .\" }}} (Usage introduction)
642 .\" .Sh "MESSAGE STATES" {{{
643 .Sh "MESSAGE STATES"
644 \*(UA differentiates in between the following message states:
645 .Bl -tag -width ".It Ar preserved"
646 .It Ar new
647 Message has neither been viewed nor moved to any other state.
648 Such messages are retained even in the system mailbox.
649 .It Ar unread
650 Message has neither been viewed nor moved to any other state, but the
651 message was present already when the mailbox has been opened last:
652 Such messages are retained even in the system mailbox.
653 .It Ar read
654 The message has been processed by one of the following commands:
655 .Ic ~f ,
656 .Ic ~m ,
657 .Ic ~F ,
658 .Ic ~M ,
659 .Ic copy ,
660 .Ic mbox ,
661 .Ic next ,
662 .Ic pipe  ,
663 .Ic print ,
664 .Ic Print ,
665 .Ic top ,
666 .Ic type ,
667 .Ic Type ,
668 .Ic undelete .
670 .Ic delete ,
671 .Ic dp ,
673 .Ic dt
674 commands may also cause the next message to be marked as read, depending
675 on the value of the
676 .Va autoprint
677 variable.
678 Messages that are in the system mailbox or in mailboxes which were
679 opened with the special `%:' prefix and are in read state when the
680 mailbox is left (except when the
681 .Ic exit
682 command is used) will be saved in
683 .Ev MBOX
684 unless the option
685 .Va hold
686 it set.
687 .It Ar deleted
688 The message has been processed by one of the following commands:
689 .Ic delete ,
690 .Ic dp ,
691 .Ic dt .
692 Only
693 .Ic undelete
694 can be used to access such messages.
695 .It Ar preserved
696 The message has been processed by a
697 .Ic preserve
698 command and it will be retained in its current location.
699 .It Ar saved
700 The message has been processed by one of the following commands:
701 .Ic save
703 .Ic write .
704 Messages that are in the system mailbox or in mailboxes which were
705 opened with the special `%:' prefix and are in saved state when the
706 mailbox is left (except when the
707 .Ic exit
708 command is used) will be deleted; they will be saved in
709 .Ev MBOX
710 when the option
711 .Va keepsave
712 is set.
714 .\" }}}
716 .\" .Sh "SPECIFYING MESSAGES" {{{
717 .Sh "SPECIFYING MESSAGES"
718 Commands such as
719 .Ic print
721 .Ic delete
722 can be given a list of message numbers as arguments to apply to a number
723 of messages at once.
724 Thus
725 .Ns ` Ns Li "delete 1 2" Ns '
726 deletes messages 1 and 2,
727 whereas
728 .Ns ` Ns Li "delete 1-5" Ns '
729 will delete the messages 1 through 5.
730 In sorted or threaded mode (see the
731 .Ic sort
733 .Ic thread
734 commands),
735 .Ns ` Ns Li "delete 1-5" Ns '
736 will delete the messages that are located between (and including)
737 messages 1 through 5 in the sorted/threaded order, as shown in the
738 header summary.
739 The following special message names exist:
740 .\" ---
741 .Bl -tag -width ".It Ar :n:u"
742 .It Ar :n
743 All new messages.
744 .It Ar :o
745 All old messages (any not in state read or new).
746 .It Ar :u
747 All unread messages.
748 .It Ar :d
749 All deleted messages (for the
750 .Ic undelete
751 command).
752 .It Ar :r
753 All read messages.
754 .It Ar :f
755 All `flagged' messages.
756 .It Ar :a
757 All answered messages
758 (cf. the
759 .Va markanswered
760 variable).
761 .It Ar :t
762 All messages marked as draft.
763 .It Ar :s
764 \*(OP All messages classified as spam.
765 .It Ar \&.
766 The current message.
767 .It Ar \&;
768 The message that was previously the current message.
769 .It Ar \&,
770 The parent message of the current message,
771 that is the message with the Message-ID given in the `In-Reply-To:' field
772 or the last entry of the `References:' field of the current message.
773 .It Ar -
774 The next previous undeleted message,
775 or the next previous deleted message for the
776 .Ic undelete
777 command.
778 In sorted/threaded mode,
779 the next previous such message in the sorted/threaded order.
780 .It Ar +
781 The next undeleted message,
782 or the next deleted message for the
783 .Ic undelete
784 command.
785 In sorted/threaded mode,
786 the next such message in the sorted/threaded order.
787 .It Ar ^
788 The first undeleted message,
789 or the first deleted message for the
790 .Ic undelete
791 command.
792 In sorted/threaded mode,
793 the first such message in the sorted/threaded order.
794 .It Ar $
795 The last message.
796 In sorted/threaded mode,
797 the last message in the sorted/threaded order.
798 .It Ar & Ns Ar x
799 In threaded mode,
800 selects the message addressed with
801 .Ar x ,
802 where
803 .Ar x
804 is any other message specification,
805 and all messages from the thread that begins at it.
806 Otherwise it is identical to
807 .Ar x .
809 .Ar x
810 is omitted,
811 the thread beginning with the current message is selected.
812 .It Ar *
813 All messages.
814 .It Ar `
815 All messages that were included in the message list for the previous
816 command.
817 .It Ar / Ns Ar string
818 All messages that contain
819 .Ar string
820 in the subject field (case ignored).
821 See also the
822 .Va searchheaders
823 variable.
825 .Ar string
826 is empty,
827 the string from the previous specification of that type is used again.
828 .It Xo Op Ar @ Ns Ar name-list Ns
829 .Ar @ Ns Ar expr
831 All messages that contain the given case-insensitive search
832 .Ar expr Ns
833 ession; if the \*(OPal regular expression (see
834 .Xr re_format 7 )
835 support is available
836 .Ar expr
837 will be interpreted as one if any of the `magic'al regular expression
838 characters is seen.
839 If the optional
840 .Ar @ Ns Ar name-list
841 part is missing, the search is restricted to the subject field body,
842 but otherwise
843 .Ar name-list
844 specifies a comma-separated list of header fields to search, as in
846 .Dl '@to,from,cc@Someone i ought to know'
848 The special name `header' (or `<') can be used to search in the header
849 of the message, and the special names `body' (or `>') and `text' (or `=')
850 can be used to perform full text searches \(en whereas the former
851 searches only the body, the latter also searches the message header.
852 In order to search for a string that includes a `@' (commercial at)
853 character the
854 .Ar name-list
855 is effectively non-optional, but may be given as the empty string.
856 .It Ar address
857 All messages from
858 .Ar address .
859 By default, this is a case-sensitive search for the complete email
860 address.
861 If the
862 .Va allnet
863 variable is set,
864 only the local part of the addresses is evaluated for the comparison.
865 Otherwise if the
866 .Va showname
867 variable is set,
868 a case-sensitive search for the complete real name of a sender is
869 performed.
870 The IMAP-style
871 .Ns ` Ns Li "(from address)" Ns '
872 expression can be used instead if substring matches are desired.
874 .\" ---
876 \*(OP IMAP-style SEARCH expressions may also be used.
877 This addressing mode is available with all types of folders;
878 for folders not located on IMAP servers,
879 or for servers unable to execute the SEARCH command,
880 \*(UA will perform the search locally.
881 Strings must be enclosed by double quotes `"' in their entirety
882 if they contain white space or parentheses;
883 within the quotes,
884 only backslash `\e' is recognized as an escape character.
885 All string searches are case-insensitive.
886 When the description indicates that the `envelope' representation of an
887 address field is used,
888 this means that the search string is checked against both a list
889 constructed as
891 .Dl ( \*q Ns name Ns \*q \*q Ns source Ns \*q \*q Ns \
892     local-part Ns \*q \*q Ns domain-part Ns \*q )
894 for each address,
895 and the addresses without real names from the respective header field.
896 These search expressions can be nested using parentheses, see below for
897 examples.
898 .Bl -tag -width ".It Ar :n:u"
899 .It Ar ( criterion )
900 All messages that satisfy the given
901 .Ar criterion .
902 .It Ar ( criterion1 criterion2 ... criterionN )
903 All messages that satisfy all of the given criteria.
904 .It Ar ( or criterion1 criterion2 )
905 All messages that satisfy either
906 .Ar criterion1
908 .Ar criterion2 ,
909 or both.
910 To connect more than two criteria using `or',
911 (or) specifications have to be nested using additional parentheses,
912 as with
913 .Ns ` Ns Li "(or a (or b c))" Ns ',
914 since
915 .Ns ` Ns Li "(or a b c)" Ns '
916 really means
917 .Ns ` Ns Li "((a or b) and c)" Ns '.
918 For a simple `or' operation of independent criteria on the lowest
919 nesting level,
920 it is possible to achieve similar effects by using three separate
921 criteria, as with
922 .Ns ` Ns Li "(a) (b) (c)" Ns '.
923 .It Ar ( not criterion )
924 All messages that do not satisfy
925 .Ar criterion .
926 .It Ar ( bcc \*q Ns Ar string Ns Ar \*q )
927 All messages that contain
928 .Ar string
929 in the `envelope' representation of the `Bcc:' field.
930 .It Ar ( cc \*q Ns Ar string Ns Ar \*q )
931 All messages that contain
932 .Ar string
933 in the `envelope' representation of the `Cc:' field.
934 .It Ar ( from \*q Ns Ar string Ns Ar \*q )
935 All messages that contain
936 .Ar string
937 in the `envelope' representation of the `From:' field.
938 .It Ar ( subject \*q Ns Ar string Ns Ar \*q )
939 All messages that contain
940 .Ar string
941 in the `Subject:' field.
942 .It Ar ( to \*q Ns Ar string Ns Ar \*q )
943 All messages that contain
944 .Ar string
945 in the `envelope' representation of the `To:' field.
946 .It Ar ( header name \*q Ns Ar string Ns Ar \*q )
947 All messages that contain
948 .Ar string
949 in the specified
950 .Ar Name:
951 field.
952 .It Ar ( body \*q Ns Ar string Ns Ar \*q )
953 All messages that contain
954 .Ar string
955 in their body.
956 .It Ar ( text \*q Ns Ar string Ns Ar \*q )
957 All messages that contain
958 .Ar string
959 in their header or body.
960 .It Ar ( larger size )
961 All messages that are larger than
962 .Ar size
963 (in bytes).
964 .It Ar ( smaller size )
965 All messages that are smaller than
966 .Ar size
967 (in bytes).
968 .It Ar ( before date )
969 All messages that were received before
970 .Ar date ,
971 which must be in the form
972 .Li "d[d]-mon-yyyy" ,
973 where `d' denotes the day of the month as one or two digits,
974 `mon' is the name of the month \(en one of
975 `Jan', `Feb', `Mar', `Apr', `May', `Jun',
976 `Jul', `Aug', `Sep', `Oct', `Nov', or `Dec',
977 and `yyyy' is the year as four digits, e.g., "28-Dec-2012".
978 .It Ar ( on date )
979 All messages that were received on the specified date.
980 .It Ar ( since date )
981 All messages that were received since the specified date.
982 .It Ar ( sentbefore date )
983 All messages that were sent on the specified date.
984 .It Ar ( senton date )
985 All messages that were sent on the specified date.
986 .It Ar ( sentsince date )
987 All messages that were sent since the specified date.
988 .It Ar ()
989 The same criterion as for the previous search.
990 This specification cannot be used as part of another criterion.
991 If the previous command line contained more than one independent
992 criterion then the last of those criteria is used.
994 .\" }}}
996 .\" .Sh URL SYNTAX AND CREDENTIAL LOOKUP {{{
997 .Sh URL SYNTAX AND CREDENTIAL LOOKUP
998 \*(IN For accessing protocol-specific resources, like an IMAP mailbox,
999 usage of compact and standardized Uniform Resource Locators
1000 (URL, RFC 1738) has become omnipresent.
1001 \*(UA expects and understands URLs in the following form;
1002 parts in brackets `[]' denote optional parts, optional either because
1003 there also exist other ways to define the information in question or
1004 because support of the part is protocol-specific \(en
1005 e.g., `/path' is used by the IMAP protocol but not by POP3.
1007 .Dl PROTOCOL://[USER[:PASSWORD]@]server[:port][/path]
1009 If `USER' and `PASSWORD' are specified as part of an URL they must be
1010 given in URL percent encoded (RFC 3986) form \(en the command
1011 .Ic urlencode
1012 can be used to perform the encoding and show the encoded value.
1013 (This doesn't really conform to any standard, but for one it isn't
1014 used for any data exchange over the internet, and second it's easier for
1015 users to simply call
1016 .Ic urlencode
1017 on a string and use that instead of having to deal with several
1018 different standards.)
1019 On the other hand, values given in variables are expected not to be URL
1020 percent encoded.
1022 Many variable options of \*(UA exist in multiple versions, called
1023 variable-chains for the rest of this document: the plain `variable' as
1024 well as `variable-HOST' and `variable-USER@HOST'.
1025 Here `HOST' indeed means `server:port' if a `port' had been specified in
1026 the respective URL, otherwise it refers to the plain `server'.
1027 Also, `USER' isn't truly the `USER' that had been found when doing the
1028 user chain lookup as is described below, i.e., this `USER' will never be
1029 in URL percent encoded form, wether it came from an URL or not.
1031 E.g., wether an hypothetic URL `smtp://hey%3Ayou@our.house' had been
1032 given that includes a user, or wether the URL was `smtp://our.house' and
1033 the user had been found differently, to lookup the variable chain
1034 .Va smtp-use-starttls
1035 \*(UA first looks for wether `smtp-use-starttls-hey:you@our.house'
1036 is defined, then wether `smtp-use-starttls-our.house' exists before
1037 finally ending up looking at the plain variable itself.
1039 \*(UA adheres to the following logic scheme when dealing with the
1040 necessary credential informations of an account:
1041 .Bl -bullet -offset indent
1043 If no `USER' is given the variables
1044 .Va user-HOST
1046 .Va user
1047 are looked up; if no such variable(s) can be found then \*(UA will,
1048 when enforced by the \*(OPal variables
1049 .Va netrc-lookup-HOST
1051 .Va netrc-lookup ,
1052 search the users
1053 .Pa .netrc
1054 file for a `HOST' specific entry which provides a `login' name.
1056 If there is still no `USER' then \*(UA will fall back to the user who is
1057 supposed to run \*(UA: either the name that has been given with the
1058 .Fl u
1059 command line option (or, equivalent, but with less precedence, the
1060 environment variable
1061 .Ev USER ) Ns ,
1062 or `getpwuid(getuid())' a.k.a. the current user.
1063 The identity of this user has been fixated during \*(UA startup and is
1064 known to be a valid user on the current host.
1066 Authentication: unless otherwise noted this will lookup the
1067 .Va PROTOCOL-auth-USER@HOST ,
1068 .Va PROTOCOL-auth-HOST ,
1069 .Va PROTOCOL-auth
1070 variable chain, falling back to a protocol-specific default should this
1071 have no success.
1073 If no `PASSWORD' has been given in the URL \(en it should be noted once
1074 that specifying the password in the URL is only syntactic sugar for the
1075 user, it'll never be part of an URL that \*(UA uses itself \(en,
1076 then if the `USER' has been found through the \*(OPal
1077 .Pa .netrc
1078 then that may have already provided the password, too.
1079 Otherwise the variable chain
1080 .Va password-USER@HOST ,
1081 .Va password-HOST ,
1082 .Va password
1083 is looked up.
1085 \*(OP Then if any of the variables of the chain
1086 .Va agent-shell-lookup-USER@HOST ,
1087 .Va agent-shell-lookup-HOST
1089 .Va agent-shell-lookup
1090 is set the shell command specified therein is run and the output (less
1091 newline characters) will be used as the password.
1092 It is perfectly valid for such an agent to simply not return any data,
1093 in which case the password lookup is continued somewhere else;
1094 Any command failure is treated as a hard error, however.
1096 The next variable chain that is inspected is the \*(OPal
1097 .Va netrc-lookup-USER@HOST ,
1098 .Va netrc-lookup-HOST ,
1099 .Va netrc-lookup ,
1100 but this time looking only for the password (multiple user accounts
1101 for a single machine may exist as well as a fallback entry without
1102 user but with a password).
1104 If at that point there is still no password available, but the
1105 (protocols') chosen authentication type requires a password, then in
1106 interactive mode the user will be prompted on the terminal.
1109 Note:
1110 For SMTP the rules are a bit more complicated, since \*(UA will always
1111 work relative to
1112 .Va from
1113 instead of a given SMTP account in respect to S/MIME
1114 .Ns ( Va smime-sign ,
1115 .Va smime-sign-cert
1117 .Va smime-sign-include-certs )
1118 \(en this is because S/MIME verification works relative to the values
1119 found in `From:' (or `Sender:').
1120 In unusual cases multiple and different `USER' and `HOST' combinations
1121 may therefore be involved when looking up values that make up an SMTP
1122 account; on the other hand those unusual cases become possible.
1123 The usual case may be as short as:
1125 .Dl set smtp=USER:PASS@HOST smtp-auth=plain smtp-use-starttls \e
1126 .Dl \ \ \ \ smime-sign smime-sign-cert=+smime.pair
1127 .\" }}}
1129 .\" .Sh CHARACTER SETS {{{
1130 .Sh CHARACTER SETS
1131 \*(OP \*(UA detects the character set of the terminal by using
1132 mechanisms that are controlled by the
1133 .Ev LC_CTYPE
1134 locale setting
1135 (the manual for
1136 .Xr setlocale 3
1137 should give an overview); the \*(UA internal variable
1138 .Va ttycharset
1139 will be set to the detected terminal character set accordingly
1140 and will thus show up in the output of the command
1141 .Ic set .
1143 However, a user supplied
1144 .Va ttycharset
1145 value is not overwritten by this detection mechanism;
1146 this feature must be used if the detection doesn't work properly,
1147 and it may be used to adjust the name of the locale character set.
1148 E.g., on BSD systems one may use a locale with the character set
1149 `ISO8859-1', which is not a valid name for this character set;
1150 to be on the safe side, one may set
1151 .Va ttycharset
1152 to the correct name, `ISO-8859-1'.
1154 Note that changing the value doesn't mean much beside that,
1155 since several aspects of the real character set are implied by the
1156 locale environment of the system,
1157 and that stays unaffected by the content of an overwritten
1158 .Va ttycharset
1159 variable.
1160 (This is mostly an issue when interactively using \*(UA, though.
1161 It is actually possible to send mail in a completely "faked" locale
1162 environment.)
1164 If no character set conversion capabilities have been compiled into
1165 \*(UA (i.e., no
1166 .Xr iconv 3
1167 library has been found), then
1168 .Va ttycharset
1169 will be the only supported character set,
1170 it is simply assumed that it can be used to exchange 8 bit messages,
1171 and the rest of this section does not apply;
1172 it may however still be necessary to explicitly set it if automatic
1173 detection fails, since in that case it defaults to `ISO-8859-1'.
1175 When reading messages, their text is converted into
1176 .Va ttycharset
1177 as necessary in order to display them on the users terminal.
1178 Unprintable characters and invalid byte sequences are detected
1179 and replaced by proper substitution characters
1180 (unless the variable
1181 .Va print-all-chars
1182 was set once \*(UA was started).
1184 When sending messages all their parts and attachments are classified.
1185 Whereas no character set conversion is performed on those parts which
1186 appear to be binary data,
1187 the character set being used must be declared within the MIME header of
1188 an outgoing text part if it contains characters that do not conform to
1189 the set of characters that are allowed by the email standards.
1190 Permissible values for character sets can be declared using the
1191 .Va sendcharsets
1192 variable, and
1193 .Va charset-8bit ,
1194 which defines a catch-all last-resort fallback character set that is
1195 implicitly appended to the list of character-sets in
1196 .Va sendcharsets .
1198 All the specified character sets are tried in order unless the
1199 conversion of the part or attachment succeeds.
1200 If none of the tried (8 bit) character sets is capable to represent the
1201 content of the part or attachment,
1202 then the message will not be sent and its text will be saved to
1203 .Ev DEAD .
1204 In general, if the message `Cannot convert from a to b' appears, either
1205 some characters are not appropriate for the currently selected
1206 (terminal) character set,
1207 or the needed conversion is not supported by the system.
1208 In the first case, it is necessary to set an appropriate `LC_CTYPE'
1209 locale and/or the variable
1210 .Va ttycharset .
1212 The best results are usually achieved when \*(UA is run in a UTF-8
1213 locale on a UTF-8 capable terminal,
1214 in which case the full Unicode spectrum of characters is available.
1215 In this setup characters from various countries can be displayed,
1216 while it is still possible to use more simple character sets for sending
1217 to retain maximum compatibility with older mail clients.
1218 .\" }}}
1220 .\" .Sh COMMAND LINE EDITOR {{{
1221 .Sh COMMAND LINE EDITOR
1222 \*(OP \*(UA can be configured to support a command line editor and
1223 command history lists which are saved in between sessions.
1224 One may link against fully-fledged external libraries
1225 .Ns ( Ns Xr readline 3 ,
1226 .Xr editline 3 Ns
1227 ) or use \*(UA's own command line editor NCL (nail-command-line)
1228 instead, which should work in all environments which comply to ISO
1229 C (ISO/IEC 9899:1990/Amendment 1:1995).
1230 When an external library is used, interactive behaviour of \*(UA relies
1231 on that library and may not correspond one-to-one to what is described
1232 in this manual.
1234 Regardless of the actually used command line editor history entries
1235 will be created for lines entered in command mode only, and creation of
1236 such an entry can be forcefully suppressed by starting the line with
1237 a space character.
1238 Note that history handling is by itself an optional feature and may
1239 therefore not be available.
1240 For more information see the documentation of the options
1241 .Va emptystart ,
1242 .Va history-gabby ,
1243 .Va line-editor-disable ,
1244 .Va NAIL_HISTFILE
1246 .Va NAIL_HISTSIZE .
1248 The builtin \*(UA command line editor supports the following operations;
1249 the notation `^-character' stands for the combination of the `control'
1250 key plus the mentioned character, e.g., `^A' means "hold control key
1251 while adding an A key on top of it":
1252 .Bl -tag -width "^M^"
1253 .It ^A
1254 Go to the start of the line.
1255 .It ^B
1256 Move the cursor backward one character.
1257 .It ^D
1258 Forward delete the character under the cursor;
1259 quits \*(UA if used on the empty line, unless the
1260 .Va ignoreeof
1261 option is set.
1262 .It ^E
1263 Go to the end of the line.
1264 .It ^F
1265 Move the cursor forward one character.
1266 .It ^G
1267 Cancel current operation, full reset.
1268 If there is an active history search or tabulator expansion then this
1269 command will first reset that, reverting to the former line content;
1270 thus a second reset is needed for a full reset in this case.
1271 In all cases \*(UA will reset a possibly used multibyte character input
1272 state machine.
1273 .It ^H
1274 The same as `backspace': backward delete one character.
1275 .It ^I
1276 \*(OP The same as `horizontal tabulator': try to expand the "word"
1277 before the cursor.
1278 Here "expansion" refers to the \*(UA expansion, as documented for
1279 .Ic file ,
1280 and thus includes shell word expansion (as a last step).
1281 I.e., this is \*(UA "expansion", not what one usually expects from
1282 "tab-completion".
1283 .It ^J
1284 The same as `ENTER': complete this line of input.
1285 .It ^K
1286 Delete all characters from the cursor to the end of the line.
1287 .It ^L
1288 Repaint the line.
1289 .It ^N
1290 \*(OP Go to the next history entry.
1291 .It ^O
1292 Execute the command
1293 .Ic dp .
1294 .It ^P
1295 \*(OP Go to the previous history entry.
1296 .It ^R
1297 \*(OP Complete the current line from (the remaining older) history entries.
1298 .It ^U
1299 The same as `^A' followed by `^K'.
1300 .It ^W
1301 Delete the characters from the one preceding the cursor to the preceding
1302 word boundary.
1303 .It ^X
1304 Move the cursor forward one word boundary.
1305 .It ^Y
1306 Move the cursor backward one word boundary.
1309 If problems with commands that are based upon rightwise movement are
1310 encountered, adjustments of the option
1311 .Va line-editor-cursor-right
1312 may solve the problem, as documented for it.
1314 If the terminal produces key sequences which are compatible with
1315 .Xr xterm 1
1316 then the left and right cursor keys will map to `^B' and `^F',
1317 respectively, the up and down cursor keys will map to `^P' and `^N',
1318 and the Home/End/PgUp/PgDown keys will call the
1319 .Ic z
1320 command with the respective arguments `0', `$', `-' and `+'
1321 (i.e., perform scrolling through the header summary list).
1322 .\" }}}
1324 .\" .Ss "Coloured message display" {{{
1325 .Ss "Coloured message display"
1326 \*(OP \*(UA can be configured to support coloured message display.
1327 Colours are used only when the
1328 .Ev TERM
1329 environment variable is set and the terminal type can be found in
1330 .Va colour-terms
1331 (or includes the string "color").
1332 On top of that the binary option
1333 .Va colour-pager
1334 defines wether ANSI colour sequences are generated when the output
1335 of a command needs to go through the
1336 .Ev PAGER
1337 (also see
1338 .Va crt Ns
1339 ); this is not enabled by default.
1341 "Coloured message display" can be configured through font attributes
1342 (`ft=' \(en `bold', `invers' and `underline'), foreground (`fg=') and
1343 background (`bg=') colours (`black', `blue', `green', `red', `brown',
1344 `magenta', `cyan' and `white').
1345 Multiple specifications can be joined in a comma separated list, as in
1347 .Dl set colour-msginfo="ft=bold,fg=magenta,bg=cyan"
1349 Options to be set are
1350 .Va colour-msginfo ,
1351 .Va colour-partinfo ,
1352 .Va colour-from_ ,
1353 .Va colour-header
1355 .Va colour-uheader ,
1356 as well as
1357 .Va colour-user-headers ,
1358 which is a list of headers to be colourized via
1359 .Va colour-uheader
1360 instead of the default
1361 .Va colour-header .
1362 To forcefully disable colours, set
1363 .Va colour-disable .
1364 .\" }}}
1366 .\" .Sh "COMMANDS" {{{
1367 .Sh "COMMANDS"
1368 Each command is typed on a line by itself,
1369 and may take arguments following the command word.
1370 The command need not be typed in its entirety \(en
1371 the first command which matches the typed prefix is used.
1372 (The command
1373 .Ic list
1374 prints a sorted list of available commands, and the command
1375 .Ic ? ,
1376 when given an argument, will show a documentation string for the
1377 expansion, as in
1378 .Ns ` Ns Ic ? Ns Ar unc Ns ' ;
1379 documentation strings are however \*(OP.)
1381 For commands which take message lists as arguments,
1382 if no message list is given,
1383 then the next message forward which satisfies the command's requirements
1384 is used.
1385 If there are no messages forward of the current message,
1386 the search proceeds backwards,
1387 and if there are no good messages at all,
1388 \*(UA types `no applicable messages' and aborts the command.
1389 If the command begins with a `#' (number sign) character,
1390 the line is ignored.
1392 The arguments to commands can be quoted, using the following methods:
1393 .Bl -bullet -offset indent
1395 An argument can be enclosed between paired double-quotes `"argument"' or
1396 single-quotes `'argument'';
1397 any white space, shell word expansion, or backslash characters (except
1398 as described next) within the quotes are treated literally as part of
1399 the argument.
1400 A double-quote will be treated literally within single-quotes and vice
1401 versa.
1402 Inside such a quoted string the actually used quote character can be
1403 used nonetheless by escaping it with a backslash `\\', as in
1404 `"y\\"ou"'.
1406 An argument that is not enclosed in quotes, as above, can usually still
1407 contain space characters if those spaces are backslash-escaped.
1409 A backslash outside of the enclosing quotes is discarded
1410 and the following character is treated literally as part of the argument.
1412 An unquoted backslash at the end of a command line is discarded and the
1413 next line continues the command.
1416 Filenames, where expected, are subsequently subjected to the following
1417 transformations, in sequence:
1418 .Bl -bullet -offset indent
1420 If the filename begins with an unquoted plus sign, and the
1421 .Va folder
1422 variable is defined,
1423 the plus sign will be replaced by the value of the
1424 .Va folder
1425 variable followed by a slash.
1426 If the
1427 .Va folder
1428 variable is unset or is set to null, the filename will be unchanged.
1430 Shell word expansions are applied to the filename.
1431 If more than a single pathname results from this expansion and the
1432 command is expecting one file, an error results.
1436 The following commands are available:
1437 .Bl -tag -width ".Ic account"
1438 .It Ic #
1439 This is the comment-command and causes the entire line to be ignored.
1440 Note: since it is a normal command you cannot have trailing comments in
1441 lines from resource files etc.
1442 .It Ic ~
1443 Interprets the remainder of the word as a macro name and passes it
1444 through to the
1445 .Ic call
1446 command; e.g.,
1447 .Ns ` Ns Ic ~ Ns Ar mymacro Ns '
1448 is a shorter synonym for
1449 .Ns ` Ns Ic call Ar mymacro Ns ' .
1450 .It Ic -
1451 Print out the preceding message.
1452 If given a numeric argument n,
1453 goes to the n'th previous message and prints it.
1454 .It Ic \&?
1455 Prints a brief summary of commands.
1456 \*(OP Given an argument a synopsis for the command in question is
1457 printed instead;
1458 note it is possible to abbreviate the command and see the expansion
1459 \(en try, e.g., `?h', `?hel' and `?help' and see how the display changes.
1460 .It Ic \&!
1461 Executes the shell (see
1462 .Xr sh 1
1464 .Xr csh 1 Ns
1465 ) command which follows.
1466 .It Ic \&|
1467 A synonym for the
1468 .Ic pipe
1469 command.
1470 .It Ic account
1471 (ac) Creates, selects or lists an email account.
1472 An account is formed by a group of commands,
1473 primarily of those to set variables.
1474 With two arguments,
1475 of which the second is a `{',
1476 the first argument gives an account name,
1477 and the following lines create a group of commands for that account
1478 until a line containing a single `}' appears.
1479 With one argument the previously created group of commands for the
1480 account name is executed, and a
1481 .Ic file
1482 command is executed for the system mailbox or inbox of that account.
1483 Without arguments the list of accounts and their contents are printed.
1484 As an example,
1485 .Bd -literal -offset indent
1486    account myisp {
1487       set folder=imaps://mylogin@imap.myisp.example
1488       set record=+Sent
1489       set from="myname@myisp.example (My Name)"
1490       set smtp=smtp://mylogin@smtp.myisp.example
1491    }
1494 creates an account named `myisp' which can later be selected by
1495 specifying `account myisp'.
1496 The special account `null' (case-insensitive) always exists.
1497 .Ic localopts
1498 can be used to localize account settings.
1499 Accounts can be deleted via
1500 .Ic unaccount .
1501 .It Ic alias
1502 (a) With no arguments, prints out all currently-defined aliases.
1503 With one argument, prints out that alias.
1504 With more than one argument,
1505 creates a new alias or changes an old one.
1506 .Ic unalias
1507 can be used to delete aliases.
1508 .It Ic alternates
1509 (alt) The alternates command is useful if the user has accounts on
1510 several machines.
1511 It can be used to inform \*(UA that the listed addresses all belong to
1512 the invoking user.
1513 When replying to messages \*(UA will not send a copy of the message
1514 to any of the addresses listed on the alternates list.
1515 If the alternates command is given with no argument,
1516 the current set of alternate names is displayed.
1517 .It Ic answered
1518 (ans) Takes a message list and marks each message as having been
1519 answered.
1520 This mark has no technical meaning in the mail system;
1521 it just causes messages to be marked in the header summary,
1522 and makes them specially addressable.
1523 .It Ic cache
1524 \*(OP Only applicable to cached IMAP mailboxes;
1525 takes a message list and reads the specified messages into the IMAP
1526 cache.
1527 .It Ic call
1528 Calls a macro (see the
1529 .Ic define
1530 command).
1531 .It Ic cd
1532 Same as
1533 .Ic chdir .
1534 .It Ic certsave
1535 \*(OP Only applicable to S/MIME signed messages.
1536 Takes a message list and a file name and saves the certificates
1537 contained within the message signatures to the named file in both
1538 human-readable and PEM format.
1539 The certificates can later be used to send encrypted messages to the
1540 respective message senders by setting
1541 .Va smime-encrypt-USER@HOST
1542 variables.
1543 .It Ic chdir
1544 (ch) Changes the user's working directory to the specified one,
1545 or to the user's login directory, if none was given.
1546 .It Ic collapse
1547 (coll)
1548 Only applicable to threaded mode.
1549 Takes a message list and makes all replies to these messages invisible
1550 in header summaries,
1551 unless they are in state `new'.
1552 .It Ic connect
1553 \*(OP (conn) If operating in disconnected mode on an IMAP mailbox,
1554 switch to online mode and connect to the mail server while retaining the
1555 mailbox status.
1556 See the description of the
1557 .Va disconnected
1558 variable for more information.
1559 .It Ic copy
1560 (c) The copy command does the same thing that
1561 .Ic save
1562 does except that it does not mark the given messages for deletion when
1563 the user quits.
1564 Compressed files and IMAP mailboxes are handled as described for the
1565 .Ic file
1566 command.
1567 .It Ic Copy
1568 (C) Similar to
1569 .Ic copy ,
1570 but saves the messages in a file named after the local part of the
1571 sender address of the first message.
1572 .It Ic cwd
1573 Print the current working directory.
1574 .It Ic decrypt
1575 \*(OP (dec) For unencrypted messages,
1576 this command is identical to
1577 .Ic copy .
1578 Encrypted messages are first decrypted, if possible, and then copied.
1579 .It Ic Decrypt
1580 \*(OP (Dec) Similar to
1581 .Ic decrypt ,
1582 but saves the messages in a file named after the local part of the
1583 sender address of the first message.
1584 .It Ic define
1585 (def) Without arguments the current list of macros, including their
1586 content, is printed.
1587 If arguments are given this command defines a macro.
1588 A macro definition is a sequence of commands in the following form:
1589 .Bd -literal -offset indent
1590    define name {
1591       command1
1592       command2
1593       ...
1594       commandN
1595    }
1598 A defined macro can be explicitly invoked using
1599 .Ic call
1601 .Ic ~ ,
1602 or it can be implicitly invoked by setting the
1603 .Va folder-hook
1605 .Va folder-hook-fullname
1606 variables.
1607 Macros can be deleted via
1608 .Ic undefine .
1609 .It Ic delete
1610 (d) Takes a list of messages as argument and marks them all as deleted.
1611 Deleted messages will not be saved in
1612 .Ev MBOX ,
1613 nor will they be available for most other commands.
1614 .It Ic discard
1615 Same as
1616 .Ic ignore .
1617 .It Ic disconnect
1618 \*(OP (disco) If operating in online mode on an IMAP mailbox,
1619 switch to disconnected mode while retaining the mailbox status.
1620 See the description of the
1621 .Va disconnected
1622 variable for more.
1623 A list of messages may optionally be given as argument;
1624 the respective messages are then read into the cache before the
1625 connection is closed.
1626 Thus `disco *' makes the entire mailbox available for disconnected use.
1627 .It Ic dp Ns \ or Ic dt
1628 Deletes the current message and prints the next message.
1629 If there is no next message, \*(UA says `at EOF'.
1630 .It Ic draft
1631 Takes a message list and marks each given message as a draft.
1632 This mark has no technical meaning in the mail system;
1633 it just causes messages to be marked in the header summary,
1634 and makes them specially addressable.
1635 .It Ic echo
1636 Echoes its arguments,
1637 resolving special names as documented for the command
1638 .Ic file .
1639 The escape sequences `\ea', `\eb', `\ec', `\ef', `\en', `\er', `\et',
1640 `\ev', `\e\e', and `\e0octal-num\fR' are interpreted just as they are by
1641 .Xr printf 1
1642 (proper quoting provided).
1643 .It Ic edit
1644 (e) Point the text editor at each message from the given list in turn.
1645 Modified contents are discarded unless the
1646 .Va writebackedited
1647 variable is set.
1648 .It Ic elif
1649 Part of the
1650 .Ic if /
1651 .Ic elif /
1652 .Ic else /
1653 .Ic endif
1654 conditional \(em if the condition of a preceeding
1655 .Ic if
1656 was false, check the following condition and execute the following block
1657 if it evaluates true.
1658 .It Ic else
1659 Part of the
1660 .Ic if /
1661 .Ic elif /
1662 .Ic else /
1663 .Ic endif
1664 conditional \(em if none of the conditions of the preceeding
1665 .Ic if
1667 .Ic elif
1668 commands was true, the
1669 .Ic else
1670 block is executed.
1671 .It Ic endif
1672 Marks the end of an
1673 .Ic if /
1674 .Ic elif /
1675 .Ic else /
1676 .Ic endif
1677 conditional execution block.
1678 .It Ic exit
1679 (ex or x) Effects an immediate return to the Shell without modifying the
1680 user's system mailbox, his
1681 .Ev MBOX
1682 file, or his edit file in
1683 .Fl f ,
1684 as well as a possibly tracked command line editor history file.
1685 .It Ic features
1686 Print the list of features that have been compiled into \*(UA.
1687 .It Ic File
1688 Like
1689 .Ic file ,
1690 but open the mailbox readonly.
1691 .It Ic file
1692 (fi) The file command switches to a new mailbox.
1693 With no arguments, it tells the user which mailbox is the active one.
1694 If an argument is given, it will write out changes (such as deletions)
1695 the user has made and open a new mailbox.
1696 Some special conventions are recognized for the
1697 .Ar name
1698 argument:
1699 .Bl -tag -offset indent -width ".Ar %:filespec"
1700 .It Ar #
1701 (number sign) means the previous file,
1702 .It Ar %
1703 (percent sign) means the invoking user's system mailbox
1704 (or the value of
1705 .Va folder
1706 for IMAP folders),
1707 .It Ar %user
1708 means the system mailbox of `user'
1709 (and never the value of
1710 .Va folder ,
1711 regardless of its actual setting),
1712 .It Ar &
1713 (ampersand) means the invoking user's
1714 .Ev MBOX
1715 file and
1716 .It Ar +file
1717 means a `file' in the
1718 .Va folder
1719 directory.
1720 .It Ar %:filespec
1721 expands to the same value as `filespec',
1722 but the file is handled as a system mailbox by, e.g., the
1723 .Ic mbox
1725 .Ic save
1726 commands, meaning that messages that have been read in the current
1727 session will be moved to the
1728 .Ev MBOX
1729 mailbox instead of simply being flagged as read.
1732 If the name matches one of the strings defined with the command
1733 .Ic shortcut ,
1734 it is replaced by its long form and expanded.
1735 If the name ends with `.gz', `.bz2' or `.xz' it is treated as being
1736 compressed with
1737 .Xr gzip 1 ,
1738 .Xr bzip2 1
1740 .Xr xz 1 ,
1741 respectively, and transparently handled through an intermediate
1742 (un)compression step (using a temporary file) with the respective
1743 utility, which thus must be available in the path.
1744 Likewise, if the named file doesn't exist, but a file with one of the
1745 mentioned compression extensions does, then the name is automatically
1746 expanded and the compressed file is used.
1747 If `name' refers to a directory with the subdirectories `tmp', `new',
1748 and `cur', then it is treated as a folder in `maildir' format.
1749 A name of the form
1751 .Dl \*(IN protocol://[user[:password]@]host[:port][/path]
1752 .Dl \*(OU protocol://[user@]host[:port][/path]
1754 is taken as an Internet mailbox specification.
1755 The \*(OPally supported protocols are `imap' (IMAP v4r1), `imaps'
1756 (IMAP with SSL/TLS encrypted transport), `pop3' (POP3) and `pop3s' (POP3
1757 with SSL/TLS encrypted transport).
1758 The `[/path]' part is valid only for IMAP; there it defaults to `INBOX'.
1759 Also see the section
1760 .Sx "URL SYNTAX AND CREDENTIAL LOOKUP" .
1762 \*(OU If `user' contains special characters, in particular `/' or `%',
1763 they must be escaped in URL notation \(en the command
1764 .Ic urlencode
1765 can be used to show the necessary conversion.
1766 The optional `path' part applies to IMAP only;
1767 if it is omitted, the default `INBOX' is used.
1769 If \*(UA is connected to an IMAP server,
1770 a name of the form `@mailbox' refers to the `mailbox' on that server,
1771 but otherwise a `@' prefix has no special meaning.
1772 .It Ic flag
1773 (fl) Takes a message list and marks the messages as `flagged' for
1774 urgent/special attention.
1775 This mark has no technical meaning in the mail system;
1776 it just causes messages to be highlighted in the header summary,
1777 and makes them specially addressable.
1778 .It Ic folder
1779 (fold) The same as
1780 .Ic file .
1781 .It Ic folders
1782 With no arguments, list the names of the folders in the folder directory.
1783 With an existing folder as an argument,
1784 lists the names of folders below the named folder;
1785 e.\|g. the command `folders @' lists the folders on the base level of
1786 the current IMAP server.
1787 See also the variable
1788 .Va imap-list-depth .
1789 .It Ic Followup
1790 (F) Similar to
1791 .Ic Respond ,
1792 but saves the message in a file named after the local part of the first
1793 recipient's address.
1794 .It Ic followup
1795 (fo) Similar to
1796 .Ic respond ,
1797 but saves the message in a file named after the local part of the first
1798 recipient's address.
1799 .It Ic followupall
1800 Similar to
1801 .Ic followup ,
1802 but responds to all recipients regardless of the
1803 .Va flipr
1805 .Va Replyall
1806 variables.
1807 .It Ic followupsender
1808 Similar to
1809 .Ic Followup ,
1810 but responds to the sender only regardless of the
1811 .Va flipr
1813 .Va Replyall
1814 variables.
1815 .It Ic forward
1816 (fwd) Takes a message and the address of a recipient
1817 and forwards the message to him.
1818 The text of the original message is included in the new one,
1819 with the value of the
1820 .Va fwdheading
1821 variable printed before.
1823 .Ic fwdignore
1825 .Ic fwdretain
1826 commands specify which header fields are included in the new message.
1827 Only the first part of a multipart message is included unless the
1828 .Va forward-as-attachment
1829 option is set.
1830 .It Ic Forward
1831 (Fwd) Similar to
1832 .Ic forward ,
1833 but saves the message in a file named after the local part of the
1834 recipient's address.
1835 .It Ic from
1836 (f) Takes a list of messages and prints their message headers,
1837 piped through the pager if the output does not fit on the screen.
1838 .It Ic fwdignore
1839 Specifies which header fields are to be ignored with the command
1840 .Ic forward .
1841 This command has no effect when the
1842 .Va forward-as-attachment
1843 option is set.
1844 .It Ic fwdretain
1845 Specifies which header fields are to be retained with the command
1846 .Ic forward .
1847 .Ic fwdretain
1848 overrides
1849 .Ic fwdignore .
1850 This command has no effect when the
1851 .Va forward-as-attachment
1852 option is set.
1853 .It Ic ghost
1854 Without arguments it lists all currently defined command aliases,
1855 so-called ghosts.
1856 With two arguments it defines a new command alias: the first argument is
1857 the name under which the second should be accessible.
1858 The content of the second argument can be just about anything.
1859 A ghost can be used everywhere a normal command can be used, but always
1860 takes precedence; any arguments that are given to the command alias are
1861 joined onto the alias content, and the resulting string forms the
1862 command line that is, in effect, executed.
1863 Also see
1864 .Ic unghost .
1866 .Dl ? ghost ls '!ls -latro'
1867 .Dl ? ls /usr/local
1868 .It Ic headers
1869 (h) Show the current group of headers, the size of which depends on
1870 the variable
1871 .Va screen .
1872 If a message-specification is given the group of headers containing the
1873 first message therein is shown and the message at the top of the screen
1874 becomes the new dot.
1875 .It Ic help
1876 A synonym for
1877 .Ic \&? .
1878 .It Ic history
1879 \*(OP Either
1880 .Ar show
1882 .Ar clear
1883 the list of history entries;
1884 a decimal
1885 .Ar NUMBER
1886 argument selects and shows the respective history entry \(en
1887 press `ENTER' to accept it, and the history entry will become the new
1888 history top.
1889 The default mode if no arguments are given is
1890 .Ar show .
1891 .It Ic hold
1892 (ho, also preserve) Takes a message list and marks each message therein
1893 to be saved in the user's system mailbox instead of in
1894 .Ev MBOX .
1895 Does not override the
1896 .Ic delete
1897 command.
1898 \*(UA deviates from the POSIX standard with this command,
1899 as a
1900 .Ic next
1901 command issued after
1902 .Ic hold
1903 will display the following message, not the current one.
1904 .It Ic if
1905 Part of the nestable
1906 .Ic if /
1907 .Ic elif /
1908 .Ic else /
1909 .Ic endif
1910 conditional execution construct \(em if the given condition is false
1911 execute the following block.
1912 .Bd -literal -offset indent
1913    if receive
1914       commands ...
1915    else
1916       commands ...
1917    endif
1920 Note that POSIX only supports the conditions `[Rr]eceive', `[Ss]end'
1921 and `[Tt]erm' (execute if standard input is a tty).
1922 Extensions are `0' (never execute) and `1' (always execute);
1923 it is also possible to conditionalize upon wether an option is set,
1924 or set to a specific value, by using the `$' conditional trigger, e.g.:
1925 .Bd -literal -offset indent
1926    if $debug
1927       commands ...
1928    endif
1929    if $encoding == "UTF-8"
1930       commands ...
1931    endif
1932    if $encoding != "UTF-8"
1933       commands ...
1934    endif
1937 The first form simply checks wether an option is set, the other two also
1938 perform value content comparison (equality and non-equality,
1939 respectively); an unset value is treated as the empty string, then.
1940 The \*(OPal regular expression support adds `=~' and `!~' tests, which
1941 treat the right hand side as a regular expression that is matched
1942 case-insensitively, e.g., `^UTF.*' (see
1943 .Xr re_format 7 Ns
1945 .It Ic ignore
1946 Add the list of header fields named to the ignored list.
1947 Header fields in the ignore list are not printed on the terminal when
1948 a message is printed.
1949 This command is very handy for suppression of certain machine-generated
1950 header fields.
1952 .Ic Type
1954 .Ic Print
1955 commands can be used to print a message in its entirety, including
1956 ignored fields.
1957 It lists the current set of ignored fields if no arguments were given.
1958 .It Ic imap
1959 \*(OP Sends command strings directly to the current IMAP server.
1960 \*(UA operates always in IMAP `selected state' on the current mailbox;
1961 commands that change this will produce undesirable results and should be
1962 avoided.
1963 Useful IMAP commands are:
1964 .Bl -tag -offset indent -width ".Ic getquotearoot"
1965 .It create
1966 Takes the name of an IMAP mailbox as an argument and creates it.
1967 .It getquotaroot
1968 (RFC 2087) Takes the name of an IMAP mailbox as an argument
1969 and prints the quotas that apply to the mailbox.
1970 Not all IMAP servers support this command.
1971 .It namespace
1972 (RFC 2342) Takes no arguments and prints the Personal Namespaces,
1973 the Other User's Namespaces and the Shared Namespaces.
1974 Each namespace type is printed in parentheses;
1975 if there are multiple namespaces of the same type,
1976 inner parentheses separate them.
1977 For each namespace a prefix and a hierarchy separator is listed.
1978 Not all IMAP servers support this command.
1980 .It Ic inc
1981 Same as
1982 .Ic newmail .
1983 .It Ic list
1984 Prints the names of all available commands, alphabetically sorted.
1985 .It Ic localopts
1986 Can only be used inside of a macro definition block introduced by
1987 .Ic account
1989 .Ic define ,
1990 and is interpreted as a boolean (value `0' means false, everything
1991 else true).
1992 Any option that had been set while `localopts' was in effect will be
1993 reverted to its former value once the block is left / the `account'
1994 is switched.
1995 .Bd -literal -offset indent
1996 define temporary_settings {
1997         set global_option1
1998         localopts 1
1999         set local_option1
2000         set local_option2
2001         localopts 0
2002         set global_option2
2006 Note that these options stack upon each other, i.e., if macro1 sets
2007 `localopts' and calls macro2, which explicitly resets `localopts', then
2008 any values set within macro2 will still be cleaned up by macro1.
2009 .It Ic Mail
2010 (M) Similar to
2011 .Ic mail ,
2012 but saves the message in a file named after the local part of the first
2013 recipient's address.
2014 .It Ic mail
2015 (m) Takes a (list of) recipient address(es) as (an) argument(s),
2016 or asks on standard input if none were given;
2017 then collects the remaining mail content and sends it out.
2018 .It Ic mbox
2019 The given message list is to be sent to `mbox' when \*(UA is quit.
2020 This is the default action unless the
2021 .Va hold
2022 option is set.
2023 \*(UA deviates from the POSIX standard with this command, as a
2024 .Ic next
2025 command issued after
2026 .Ic mbox
2027 will display the following message, not the current one.
2028 .It Ic mimetypes
2029 Either
2030 .Ns ( Ar show
2032 .Ar clear
2034 .Xr mime.types 5
2035 cache.
2036 In the former case all sources are loaded first as necessary.
2038 .Va mimetypes-load-control
2039 option can be used to fine-tune which sources are loaded.
2040 .It Ic move
2041 (mv) Acts like
2042 .Ic copy
2043 but marks the messages for deletion if they were transferred
2044 successfully.
2045 .It Ic more
2046 Takes a message list and invokes the
2047 .Ev PAGER
2048 on that list, printing a form-feed (`\\f') in between messages.
2049 .It Ic More
2050 Like
2051 .Ic more ,
2052 but also prints ignored header fields and all MIME parts.
2053 .It Ic Move
2054 (Mv) Similar to
2055 .Ic move ,
2056 but moves the messages to a file named after the local part of the
2057 sender address of the first message.
2058 .It Ic netrc
2059 \*(OP Either
2060 .Ns ( Ar show
2062 .Ar clear
2063 the current
2064 .Pa .netrc
2065 cache, loading the file first as necessary in the former case.
2066 Note that \*(UA will try to read the file only once, use `netrc clear'
2067 to unlock the next attempt.
2069 .Va netrc-lookup
2070 and the section
2071 .Sx "URL SYNTAX AND CREDENTIAL LOOKUP" ;
2072 the section
2073 .Sx THE .netrc FILE
2074 documents the file format in detail.
2075 .It Ic newmail
2076 Checks for new mail in the current folder without committing any changes
2077 before.
2078 If new mail is present, a message is printed.
2079 If the
2080 .Va header
2081 variable is set,
2082 the headers of each new message are also printed.
2083 .It Ic next
2084 (n) (like `+' or `ENTER') Goes to the next message in sequence
2085 and types it.
2086 With an argument list, types the next matching message.
2087 .It Ic New
2088 Same as
2089 .Ic unread .
2090 .It Ic new
2091 Same as
2092 .Ic unread .
2093 .It Ic noop
2094 If the current folder is located on an IMAP or POP3 server,
2095 a `NOOP' command is sent.
2096 Otherwise, no operation is performed.
2097 .It Ic Pipe
2098 (Pi) Like
2099 .Ic pipe
2100 but also pipes ignored header fields and all parts of MIME
2101 `multipart/alternative' messages.
2102 .It Ic pipe
2103 (pi) Takes a message list and a shell command
2104 and pipes the messages through the command.
2105 Without an argument the current message is piped through the command
2106 given by the
2107 .Va cmd
2108 variable.
2109 If the
2110 .Va page
2111 variable is set,
2112 every message is followed by a formfeed character.
2113 .It Ic preserve
2114 (pre) A synonym for
2115 .Ic hold .
2116 .It Ic Print
2117 (P) Like
2118 .Ic print
2119 but also prints out ignored header fields and all parts of MIME
2120 `multipart/alternative' messages.
2121 See also
2122 .Ic print ,
2123 .Ic ignore
2125 .Ic retain .
2126 .It Ic print
2127 (p) Takes a message list and types out each message on the user's
2128 terminal.
2129 If the message is a MIME multipart message,
2130 all parts with a content type of `text' or `message' are shown,
2131 the other are hidden except for their headers.
2132 Messages are decrypted and converted to the terminal character set
2133 if necessary.
2134 .It Ic quit
2135 (q) Terminates the session, saving all undeleted, unsaved messages in
2136 the current
2137 .Ev MBOX ,
2138 preserving all messages marked with
2139 .Ic hold
2141 .Ic preserve
2142 or never referenced in his system mailbox,
2143 and removing all other messages from his system mailbox.
2144 If new mail has arrived during the session,
2145 the message `You have new mail' is given.
2146 If given while editing a mailbox file with the command line flag
2147 .Fl f ,
2148 then the edit file is rewritten.
2149 A return to the shell is effected,
2150 unless the rewrite of edit file fails,
2151 in which case the user can escape with the exit command.
2152 .It Ic redirect
2153 (red) Same as
2154 .Ic resend .
2155 .It Ic Redirect
2156 (Red) Same as
2157 .Ic Resend .
2158 .It Ic remove
2159 (rem) Removes the named folders.
2160 The user is asked for confirmation in interactive mode.
2161 .It Ic rename
2162 (ren) Takes the name of an existing folder
2163 and the name for the new folder
2164 and renames the first to the second one.
2165 Both folders must be of the same type
2166 and must be located on the current server for IMAP.
2167 .It Ic Reply
2168 (R) Reply to originator.
2169 Does not reply to other recipients of the original message.
2170 .It Ic reply
2171 (r) Takes a message list and sends mail to the sender and all recipients
2172 of the specified messages.
2173 The default message must not be deleted.
2174 .It Ic replyall
2175 Similar to
2176 .Ic reply ,
2177 but responds to all recipients regardless of the
2178 .Va flipr
2180 .Va Replyall
2181 variables.
2182 .It Ic replysender
2183 Similar to
2184 .Ic Reply ,
2185 but responds to the sender only regardless of the
2186 .Va flipr
2188 .Va Replyall
2189 variables.
2190 .It Ic Resend
2191 Like
2192 .Ic resend ,
2193 but does not add any header lines.
2194 This is not a way to hide the sender's identity,
2195 but useful for sending a message again to the same recipients.
2196 .It Ic resend
2197 Takes a list of messages and a user name
2198 and sends each message to the named user.
2199 `Resent-From:' and related header fields are prepended to the new copy
2200 of the message.
2201 .It Ic Respond
2202 Same as
2203 .Ic Reply .
2204 .It Ic respond
2205 Same as
2206 .Ic reply .
2207 .It Ic respondall
2208 Same as
2209 .Ic replyall .
2210 .It Ic respondsender
2211 Same as
2212 .Ic replysender .
2213 .It Ic retain
2214 Add the list of header fields named to the retained list.
2215 Only the header fields in the retain list are shown on the terminal when
2216 a message is printed, all other header fields are suppressed.
2218 .Ic Type
2220 .Ic Print
2221 commands can be used to print a message in its entirety.
2222 The current set of retained fields is shown if
2223 .Ic retain
2224 is used without arguments.
2225 .It Ic File
2226 Without arguments this prints informations about the current mailbox,
2227 otherwise it switches to a new mailbox and makes it readonly; also see
2228 .Ic file .
2229 .It Ic Folder
2230 Alias for
2231 .Ic File .
2232 .It Ic Save
2233 (S) Similar to
2234 .Ic save,
2235 but saves the messages in a file named after the local part of the
2236 sender of the first message instead of taking a filename argument.
2237 .It Ic save
2238 (s) Takes a message list and a filename and appends each message in turn
2239 to the end of the file.
2240 If no filename is given, the
2241 .Ev MBOX
2242 file is used.
2243 The filename in quotes, followed by the line count and character count
2244 is echoed on the user's terminal.
2245 If editing a system mailbox the messages are marked for deletion.
2246 Compressed files and IMAP mailboxes are handled as described for the
2247 .Fl f
2248 command line option above.
2249 .It Ic savediscard
2250 Same as
2251 .Ic saveignore .
2252 .It Ic saveignore
2253 Is to
2254 .Ic save
2255 what
2256 .Ic ignore
2257 is to
2258 .Ic print
2260 .Ic type .
2261 Header fields thus marked are filtered out when saving a message by
2262 .Ic save
2263 or when automatically saving to
2264 .Ev MBOX .
2265 This command should only be applied to header fields that do not contain
2266 information needed to decode the message,
2267 as MIME content fields do.
2268 If saving messages on an IMAP account ignoring fields makes it
2269 impossible to copy the data directly on the server,
2270 thus operation usually becomes much slower.
2271 .It Ic saveretain
2272 Is to
2273 .Ic save
2274 what
2275 .Ic retain
2276 is to
2277 .Ic print
2279 .Ic type .
2280 Header fields thus marked are the only ones saved with a message when
2281 saving by
2282 .Ic save
2283 or when automatically saving to
2284 .Ev MBOX .
2285 .Ic saveretain
2286 overrides
2287 .Ic saveignore .
2288 The use of this command is strongly discouraged since it may strip
2289 header fields that are needed to decode the message correctly.
2290 .It Ic seen
2291 Takes a message list and marks all messages as having been read.
2292 .It Ic set
2293 (se) With no arguments, prints all variable values.
2294 Otherwise, sets an option.
2295 Arguments are of the form `option=value' (no space before or after `='),
2296 or plain `option' if there is no value.
2297 Quotation marks may be placed around any part of the assignment
2298 statement to quote blanks or tabs, e.g.,
2300 .Dl set indentprefix="->"
2302 If an argument begins with `no', as in `set nosave',
2303 the effect is the same as invoking the
2304 .Ic unset
2305 command with the remaining part of the variable (`unset save').
2306 .It Ic setenv
2307 Identical to
2308 .Ic set
2309 except that the options are also exported into the program environment;
2310 since this task requires native host support the command will always
2311 report error if that is not available (but still act like
2312 .Ic set Ns
2314 This operation is a no-op unless all resource files have been loaded.
2315 Also see
2316 .Ic unsetenv .
2317 .It Ic shell
2318 (sh) Invokes an interactive version of the shell.
2319 .It Ic shortcut
2320 Defines a shortcut name and its string for expansion,
2321 as described for the
2322 .Ic file
2323 command.
2324 If used without arguments the currently defined shortcuts are printed.
2325 .It Ic show
2326 (Sh) Like
2327 .Ic print ,
2328 but performs neither MIME decoding nor decryption so that the raw
2329 message text is shown.
2330 .It Ic size
2331 Print the size in characters of each message of the given message-list.
2332 .It Ic sort
2333 Create a sorted representation of the current folder,
2334 and change the
2335 .Ic next
2336 command and the addressing modes such that they refer to messages in the
2337 sorted order.
2338 Message numbers are the same as in regular mode.
2339 If the
2340 .Va header
2341 variable is set,
2342 a header summary in the new order is also printed.
2343 Possible sorting criteria are:
2344 .Bl -tag -offset indent -width "subject"
2345 .It date
2346 Sort the messages by their `Date:' field,
2347 that is by the time they were sent.
2348 .It from
2349 Sort messages by the value of their `From:' field,
2350 that is by the address of the sender.
2351 If the
2352 .Va showname
2353 variable is set,
2354 the sender's real name (if any) is used.
2355 .It size
2356 Sort the messages by their size.
2357 .It spam
2358 \*(OP Sort the message by their spam score, as has been classified via
2359 the command
2360 .Ic spamrate .
2361 .It status
2362 Sort the messages by their message status (new, read, old, etc.).
2363 .It subject
2364 Sort the messages by their subject.
2365 .It thread
2366 Create a threaded order,
2367 as with the command
2368 .Ic thread .
2369 .It to
2370 Sort messages by the value of their `To:' field,
2371 that is by the address of the recipient.
2372 If the
2373 .Va showname
2374 variable is set,
2375 the recipient's real name (if any) is used.
2378 If no argument is given,
2379 the current sorting criterion is printed.
2380 .It Ic source
2381 The source command reads commands from a file.
2382 .It Ic spamclear
2383 \*(OP Takes a list of messages and clears their `is-spam' flag.
2384 .It Ic spamforget
2385 \*(OP Takes a list of messages and forces the spam detector to forget it
2386 has ever used them to train its Bayesian filter, wether as `ham' or
2387 `spam'.
2388 .It Ic spamham
2389 \*(OP Takes a list of messages and teaches them to the spam detector as
2390 being `ham'.
2391 This also clears the `is-spam' flag of the messages in question.
2392 .It Ic spamrate
2393 \*(OP Takes a list of messages and rates them using the configured spam
2394 detector, setting their `is-spam' flag as appropriate.
2395 Note that the messages are not modified, and due to that the rating will
2396 get lost once the mailbox is left.
2397 Refer to the manual section
2398 .Sx "Handling spam"
2399 for the complete picture of spam handling in \*(UA.
2400 .It Ic spamset
2401 \*(OP Takes a list of messages and sets their `is-spam' flag.
2402 .It Ic spamspam
2403 \*(OP Takes a list of messages and teaches them to the spam detector as
2404 being `spam'.
2405 This also sets the `is-spam' flag of the messages in question.
2406 .It Ic thread
2407 (th) Create a threaded representation of the current folder,
2408 i.\|e. indent messages that are replies to other messages in the header
2409 display and change the
2410 .Ic next
2411 command and the addressing modes such that they refer to messages in the
2412 threaded order.
2413 Message numbers are the same as in unthreaded mode.
2414 If the
2415 .Va header
2416 variable is set,
2417 a header summary in threaded order is also printed.
2418 .It Ic top
2419 Takes a message list and prints the top few lines of each.
2420 The number of lines printed is controlled by the variable
2421 .Va toplines
2422 and defaults to five.
2423 .It Ic touch
2424 Takes a message list and marks the messages for saving in
2425 .Ev MBOX .
2426 \*(UA deviates from the POSIX standard with this command,
2427 as a
2428 .Ic next
2429 command issued after `touch' will display the following message instead
2430 of the current one.
2431 .It Ic Type
2432 (T) Identical to the
2433 .Ic Print
2434 command.
2435 .It Ic type
2436 (t) A synonym for
2437 .Ic print .
2438 .It Ic unaccount
2439 Delete all given accounts.
2440 An error message is printed if a given account is not defined.
2441 Attempts to delete the currently active account are rejected.
2442 .It Ic unalias
2443 Takes a list of names defined by alias commands
2444 and discards the remembered groups of users.
2445 .It Ic unanswered
2446 Takes a message list and marks each message as not having been answered.
2447 .It Ic uncollapse
2448 (unc) Only applicable to threaded mode.
2449 Takes a message list and makes the message and all replies to it visible
2450 in header summaries again.
2451 When a message becomes the current message,
2452 it is automatically made visible.
2453 Also when a message with collapsed replies is printed,
2454 all of these are automatically uncollapsed.
2455 .It Ic undefine
2456 Undefine all given macros.
2457 An error message is printed if a given macro is not defined.
2458 .It Ic undelete
2459 (u) Takes a message list and marks each message as not being deleted.
2460 .It Ic undraft
2461 Takes a message list and
2462 .Ns un Ns Ic draft Ns
2463 s each message.
2464 .It Ic unflag
2465 Takes a message list and marks each message as not being
2466 .Ic flag Ns ged .
2467 .It Ic unfwdignore
2468 Removes the header field names from the list of ignored fields for the
2469 .Ic forward
2470 command.
2471 The special name `*' will remove all fields.
2472 .It Ic unfwdretain
2473 Removes the header field names from the list of retained fields for the
2474 .Ic forward
2475 command.
2476 The special name `*' will remove all fields.
2477 .It Ic unghost
2478 Remove an existing command
2479 .Ic ghost .
2480 .It Ic unignore
2481 Removes the header field names from the list of ignored fields.
2482 The special name `*' will remove all fields.
2483 .It Ic Unread
2484 Same as
2485 .Ic unread .
2486 .It Ic unread
2487 (U) Takes a message list and marks each message as not having been read.
2488 .It Ic unretain
2489 Removes the header field names from the list of retained fields.
2490 The special name `*' will remove all fields.
2491 .It Ic unsaveignore
2492 Removes the header field names from the list of ignored fields for
2493 saving.
2494 The special name `*' will remove all fields.
2495 .It Ic unsaveretain
2496 Removes the header field names from the list of retained fields for
2497 saving.
2498 The special name `*' will remove all fields.
2499 .It Ic unset
2500 Takes a list of option names and discards their remembered values;
2501 the inverse of
2502 .Ic set .
2503 .It Ic unsetenv
2504 Identical to
2505 .Ic unset
2506 except that the options are also removed from the program environment;
2507 since this task requires native host support the command will always
2508 report error if that is not available (but still act like
2509 .Ic unset Ns
2511 This operation is a no-op unless all resource files have been loaded.
2512 Also see
2513 .Ic setenv .
2514 .It Ic unshortcut
2515 Deletes the shortcut names given as arguments.
2516 .It Ic unsort
2517 Disable sorted or threaded mode
2518 (see the
2519 .Ic sort
2521 .Ic thread
2522 commands),
2523 return to normal message order and,
2524 if the
2525 .Va header
2526 variable is set,
2527 print a header summary.
2528 .It Ic unthread
2529 (unth) Same as
2530 .Ic unsort .
2531 .It Ic urldecode
2532 Decode the given URL-encoded string arguments and show the results.
2533 .It Ic urlencode
2534 URL-encode the given arguments and show the results.
2535 .It Ic varedit
2536 Edit the values of the given variable(s) in the
2537 .Ev EDITOR .
2538 Binary variables, as well as variables which are not currently set are
2539 skipped over.
2540 .It Ic varshow
2541 Show information about all given options.
2542 .It Ic verify
2543 \*(OP (verif) Takes a message list and verifies each message.
2544 If a message is not an S/MIME signed message,
2545 verification will fail for it.
2546 The verification process checks if the message was signed using a valid
2547 certificate,
2548 if the message sender's email address matches one of those contained
2549 within the certificate,
2550 and if the message content has been altered.
2551 .It Ic visual
2552 (v) Takes a message list and invokes the display editor on each message.
2553 Modified contents are discarded unless the
2554 .Va writebackedited
2555 variable is set.
2556 .It Ic write
2557 (w) For conventional messages the body without all headers is written.
2558 The output is decrypted and converted to its native format as necessary.
2559 If the output file exists, the text is appended.
2560 If a message is in MIME multipart format its first part is written to
2561 the specified file as for conventional messages,
2562 and the user is asked for a filename to save each other part.
2563 For convience saving of each part may be skipped by giving an empty value;
2564 the same result can also be achieved by writing it to
2565 .Pa /dev/null .
2566 For the second and subsequent parts a leading `|' character causes the
2567 part to be piped to the remainder of the user input interpreted as
2568 a shell command;
2569 otherwise the user input is expanded as usually for folders,
2570 e.g., tilde expansion is performed.
2571 In non-interactive mode, only the parts of the multipart message
2572 that have a filename given in the part header are written,
2573 the others are discarded.
2574 The original message is never marked for deletion in the originating
2575 mail folder.
2576 For attachments,
2577 the contents of the destination file are overwritten if the file
2578 previously existed.
2579 No special handling of compressed files is performed.
2580 .It Ic xit
2581 (x) A synonym for
2582 .Ic exit .
2583 .It Ic z
2584 \*(UA presents message headers in windowfuls as described under the
2585 .Ic headers
2586 command.
2587 This command scrolls to the next window of messages.
2588 If an argument is given,
2589 it specifies the window to use.
2590 A number prefixed by `+' or `\-' indicates
2591 that the window is calculated in relation to the current position.
2592 A number without a prefix specifies an absolute window number,
2593 and a `$' lets \*(UA scroll to the last window of messages.
2594 .It Ic Z
2595 Similar to
2596 .Ic z ,
2597 but scrolls to the next or previous window that contains at least one
2598 new or `flagged' message.
2600 .\" }}}
2602 .\" .Sh "TILDE ESCAPES" {{{
2603 .Sh "TILDE ESCAPES"
2604 Here is a summary of the tilde escapes,
2605 which are used to perform special functions when composing messages.
2606 Tilde escapes are only recognized at the beginning of lines.
2607 The name `tilde escape' is somewhat of a misnomer since the actual
2608 escape character can be set by the option
2609 .Va escape .
2610 .Bl -tag -width ".Ic ~< filename"
2611 .It Ic ~~ Ar string
2612 Insert the string of text in the message prefaced by a single `~'.
2613 (If the escape character has been changed,
2614 that character must be doubled
2615 in order to send it at the beginning of a line.)
2616 .It Ic ~! Ar command
2617 Execute the indicated shell
2618 .Ar command ,
2619 then return to the message.
2620 .It Ic ~.
2621 Same effect as typing the end-of-file character.
2622 .It Ic ~: Ar \*(UA-command Ns \ or Ic ~_ Ar \*(UA-command
2623 Execute the given \*(UA command.
2624 Not all commands, however, are allowed.
2625 .It Ic ~?
2626 Write a summary of command escapes.
2627 .It Ic ~< Ar filename
2628 Identical to
2629 .Ic ~r .
2630 .It Ic ~<! Ar command
2631 .Ar command
2632 is executed using the shell.
2633 Its standard output is inserted into the message.
2634 .It Ic ~@ Op Ar filename...
2635 With no arguments, edit the attachment list interactively.
2636 If an attachment's file name is left empty,
2637 that attachment is deleted from the list.
2638 When the end of the attachment list is reached,
2639 \*(UA will ask for further attachments until an empty name is given.
2640 If a given file name solely consists of the number sign `#' followed
2641 by a valid message number of the currently active mailbox, the given
2642 message is attached as a MIME `message/rfc822' and the rest of this
2643 section does not apply.
2645 If character set conversion has been compiled into \*(UA, then this mode
2646 gives the user the option to specify input and output character sets,
2647 unless the file extension indicates binary content, in which case \*(UA
2648 asks wether this step shall be skipped for the attachment in question.
2649 If not skipped, then the charset that succeeds to represent the
2650 attachment data will be used in the `charset=' MIME parameter of the
2651 mail message.
2652 .Bl -bullet
2654 If input and output character sets are specified, then the conversion is
2655 performed on the fly.
2656 The user will be asked repeatedly until the desired conversion succeeds.
2658 If only an output character set is specified, then the input is assumed
2659 to be in the
2660 .Va ttycharset
2661 charset and will be converted to the given output charset on the fly.
2662 The user will be asked repeatedly until the desired conversion succeeds.
2664 If no character sets are specified at all then the algorithm that is
2665 documented in the section
2666 .Sx CHARACTER SETS
2667 is applied, but directly and on the fly.
2668 The user will be asked repeatedly until the desired conversion succeeds.
2670 Finally, if an input-, but no output character set is specified, then no
2671 conversion is ever performed, but the `charset=' MIME parameter will
2672 still be set to the user input.
2674 The character set selection loop can be left by typing `control-C',
2675 i.e., causing an interrupt.
2676 .\" \*(OU next sentence
2677 Note that before \*(UA version 15.0 this terminates the entire
2678 current attachment selection, not only the character set selection.
2681 Without character set conversion support, \*(UA will ask for the input
2682 character set only, and it'll set the `charset=' MIME parameter to the
2683 given input, if any;
2684 if no user input is seen then the
2685 .Va ttycharset
2686 character set will be used for the `charset=' parameter instead.
2687 Note that the file extension check isn't performed in this mode, since
2688 no conversion will take place anyway.
2690 Note that in non-interactive mode, for reproduceabilities sake, there
2691 will always be two questions for each attachment, regardless of wether
2692 character set conversion is available and what the file extension is.
2693 The first asks for the filename, and the second asks for the input
2694 character set to be passed through to the `charset=' MIME parameter;
2695 no conversion will be tried if there is input to the latter question,
2696 otherwise the usual conversion algorithm, as above, is applied.
2697 For message attachments, the answer to the second question is completely
2698 ignored.
2701 .Ar filename
2702 arguments are specified,
2703 they are treated as a comma separated list of files,
2704 which are all expanded and appended to the end of the attachment list.
2705 (Filenames with commas, or with leading or trailing whitespace can only
2706 be added via the command line or the first method.
2707 Message attachments can only be added via the first method;
2708 filenames which clash with message numbers can only be added via the
2709 command line or the second method.)
2710 In this mode the (text) attachments are assumed to be in
2711 .Va ttycharset
2712 encoding, and will be evaluated as documented in the section
2713 .Sx "CHARACTER SETS" .
2714 .It Ic ~A
2715 Inserts the string contained in the
2716 .Va Sign
2717 variable (same as `~i Sign').
2718 The escape sequences `\et' (tabulator) and `\en' (newline) are understood.
2719 .It Ic ~a
2720 Inserts the string contained in the
2721 .Va sign
2722 variable (same as `~i sign').
2723 The escape sequences `\et' (tabulator) and `\en' (newline) are understood.
2724 .It Ic ~b Ar name ...
2725 Add the given names to the list of blind carbon copy recipients.
2726 .It Ic ~c Ar name ...
2727 Add the given names to the list of carbon copy recipients.
2728 .It Ic ~d
2729 Read the file specified by the
2730 .Ev DEAD
2731 variable into the message.
2732 .It Ic ~e
2733 Invoke the text editor on the message collected so far.
2734 After the editing session is finished,
2735 the user may continue appending text to the message.
2736 .It Ic ~F Ar messages
2737 Read the named messages into the message being sent, including all
2738 message headers and MIME parts.
2739 If no messages are specified, read in the current message.
2740 .It Ic ~f Ar messages
2741 Read the named messages into the message being sent.
2742 If no messages are specified, read in the current message.
2743 Message headers currently being ignored (by the
2744 .Ic ignore
2746 .Ic retain
2747 command) are not included.
2748 For MIME multipart messages,
2749 only the first printable part is included.
2750 .It Ic ~H
2751 Edit the message header fields `From:', `Reply-To:', `Sender:' and
2752 `Organization:' by typing each one in turn and allowing the user to edit
2753 the field.
2754 The default values for these fields originate from the
2755 .Va from ,
2756 .Va replyto ,
2757 .Va sender
2759 .Va ORGANIZATION
2760 variables.
2761 .It Ic ~h
2762 Edit the message header fields `To:', `Cc:', `Bcc:', and `Subject:' by
2763 typing each one in turn and allowing the user to edit the field.
2764 .It Ic ~i Ar variable
2765 Insert the value of the specified variable into the message,
2766 adding a newline character at the end.
2767 The message remains unaltered if the variable is unset or empty.
2768 The escape sequences `\et' (tabulator) and `\en' (newline) are understood.
2769 .It Ic ~M Ar messages
2770 Read the named messages into the message being sent,
2771 indented by
2772 .Va indentprefix .
2773 If no messages are specified, read the current message.
2774 .It Ic ~m Ar messages
2775 Read the named messages into the message being sent,
2776 indented by
2777 .Va indentprefix .
2778 If no messages are specified, read the current message.
2779 Message headers currently being ignored (by the
2780 .Ic ignore
2782 .Ic retain
2783 commands) are not included.
2784 For MIME multipart messages,
2785 only the first printable part is included.
2786 .It Ic ~p
2787 Print out the message collected so far,
2788 prefaced by the message header fields
2789 and followed by the attachment list, if any.
2790 .It Ic ~q
2791 Abort the message being sent,
2792 copying it to the file specified by the
2793 .Ev DEAD
2794 variable if
2795 .Va save
2796 is set.
2797 .It Ic ~R Ar filename
2798 Read the named file into the message, indented by
2799 .Va indentprefix .
2800 .It Ic ~r Ar filename
2801 Read the named file into the message.
2802 .It Ic ~s Ar string
2803 Cause the named string to become the current subject field.
2804 .It Ic ~t Ar name ...
2805 Add the given name(s) to the direct recipient list.
2806 .It Ic ~U Ar messages
2807 Like `~m', but exclude all message headers.
2808 .It Ic ~u Ar messages
2809 Like `~f', but exclude all message headers.
2810 .It Ic ~v
2811 Invoke an alternate editor (defined by the
2812 .Ev VISUAL
2813 option) on the message collected so far.
2814 Usually, the alternate editor will be a screen editor.
2815 After the editor is quit,
2816 the user may resume appending text to the end of the message.
2817 .It Ic ~w Ar filename
2818 Write the message onto the named file.
2819 If the file exists,
2820 the message is appended to it.
2821 .It Ic ~x
2822 Same as `~q', except that the message is not saved at all.
2823 .It Ic ~| Ar command
2824 Pipe the message through the specified filter command.
2825 If the command gives no output or terminates abnormally,
2826 retain the original text of the message.
2827 E.g., the command
2828 .Xr fmt 1
2829 is often used as a rejustifying filter.
2831 .\" }}}
2833 .\" .Sh "VARIABLE OPTIONS" {{{
2834 .Sh "VARIABLE OPTIONS"
2835 Options are controlled via
2836 .Ic set
2838 .Ic unset
2839 commands, see the corresponding entries for a syntax description;
2840 in general using
2841 .Ic unset
2842 can also be accomplished by prefixing a variable name with the string
2843 "no" and calling
2844 .Ic set ,
2845 e.g., "unset crt" will have the same effect as "set nocrt".
2847 An option is also set if it has been passed to \*(UA as part of the
2848 program environment or when it has been set explicitly via the
2849 .Fl S
2850 command line option.
2852 \*(UA differentiates in between different kind of options:
2853 binary options, which can only be in the two states set and unset,
2854 as well as value options which have an assigned string value.
2855 (For the latter kind proper quoting is important upon assignment time.)
2856 The command
2857 .Ic varshow
2858 will show informations about all given variables and
2859 .Ic set ,
2860 when used without arguments, will print a listing of all currently set
2861 variables, including values of string variables.
2862 Beside those internal variables \*(UA uses several
2863 .Sx ENVIRONMENT
2864 variables, too.
2866 .\" .Ss "Initial settings" {{{
2867 .\" (Keep in sync: ./main.c:_startup(), ./nail.rc, ./nail.1:"Initial settings"!)
2868 .Ss "Initial Settings"
2869 The standard POSIX 2008/Cor 1-2013 mandates the following initial
2870 variable settings:
2871 .Ns no Ns Va allnet ,
2872 .Ns no Ns Va append ,
2873 .Va asksub ,
2874 .Ns no Ns Va askbcc ,
2875 .Ns no Ns Va autoprint ,
2876 .Ns no Ns Va bang ,
2877 .Ns no Ns Va cmd ,
2878 .Ns no Ns Va crt ,
2879 .Ns no Ns Va debug ,
2880 .Ns no Ns Va dot ,
2881 .Va escape
2882 set to "~",
2883 .Ns no Ns Va flipr ,
2884 .Ns no Ns Va folder ,
2885 .Va header ,
2886 .Ns no Ns Va hold ,
2887 .Ns no Ns Va ignore ,
2888 .Ns no Ns Va ignoreeof ,
2889 .Ns no Ns Va keep ,
2890 .Ns no Ns Va keepsave ,
2891 .Ns no Ns Va metoo ,
2892 .Ns no Ns Va outfolder ,
2893 .Ns no Ns Va page ,
2894 .Va prompt
2895 set to "? "
2896 (note that \*(UA deviates from the standard by using "\\& ", but the
2897 `\\&' special
2898 .Va prompt
2899 escape results in "?" being printed unless
2900 .Va bsdcompat
2901 is set),
2902 .Ns no Ns Va quiet,
2903 .Ns no Ns Va record ,
2904 .Va save ,
2905 .Ns no Ns Va sendwait ,
2906 .Ns no Ns Va showto ,
2907 .Ns no Ns Va sign ,
2908 .Ns no Ns Va Sign ,
2909 .Va toplines
2910 set to "5".
2912 Notes: \*(UA doesn't support the
2913 .Ns no Ns Va onehop
2914 variable \(en use command line options or
2915 .Va sendmail-arguments
2916 to pass options through to a MTA.
2917 .\" }}}
2919 .\" .Ss "Binary options" {{{
2920 .Ss "Binary options"
2921 .Bl -tag -width ".Va autoprint"
2922 .It Va add-file-recipients
2923 When file or pipe recipients have been specified,
2924 mention them in the corresponding address fields of the message instead
2925 of silently stripping them from their recipient list.
2926 By default such addressees are not mentioned.
2927 .It Va allnet
2928 Causes only the local part to be evaluated
2929 when comparing addresses.
2930 .It Va append
2931 Causes messages saved in
2932 .Ev MBOX
2933 to be appended to the end rather than prepended.
2934 This should always be set.
2935 .It Va ask Ns \ or Va asksub
2936 Causes \*(UA to prompt for the subject of each message sent.
2937 If the user responds with simply a newline,
2938 no subject field will be sent.
2939 .It Va askatend
2940 Causes the prompts for `Cc:' and `Bcc:' lists to appear after the
2941 message has been edited.
2942 .It Va askattach
2943 If set, \*(UA asks for files to attach at the end of each message.
2944 An empty line finalizes the list.
2945 .It Va askcc
2946 Causes the user to be prompted for additional carbon copy recipients (at
2947 the end of each message if
2948 .Va askatend
2950 .Va bsdcompat
2951 are set).
2952 An empty line finalizes the list.
2953 .It Va askbcc
2954 Causes the user to be prompted for additional blind carbon copy
2955 recipients (at the end of each message if
2956 .Va askatend
2958 .Va bsdcompat
2959 are set).
2960 An empty line finalizes the list.
2961 .It Va asksign
2962 \*(OP Causes the user to be prompted if the message is to be signed at
2963 the end of each message.
2965 .Va smime-sign
2966 variable is ignored when this variable is set.
2967 .It Va autocollapse
2968 Causes threads to be collapsed automatically when threaded mode is
2969 entered (see the
2970 .Ic collapse
2971 command).
2972 .It Va autoprint
2973 Causes the delete command to behave like `dp -';
2974 thus, after deleting a message the next one will be typed automatically.
2975 .It Va autothread
2976 Causes threaded mode (see the
2977 .Ic thread
2978 command) to be entered automatically when a folder is opened.
2979 .It Va bang
2980 Enables the substitution of `!' by the contents of the last command line
2981 in shell escapes.
2982 .It Va batch-exit-on-error
2983 If the batch mode has been enabled via the
2984 .Fl #
2985 command line option, then this variable will be consulted whenever \*(UA
2986 completes one operation (returns to the command prompt); if it is set
2987 then \*(UA will terminate if the last operation generated an error.
2988 .It Va bsdannounce
2989 Causes automatic display of a header summary after executing a
2990 .Ic file
2991 command.
2992 .It Va bsdcompat
2993 Sets some cosmetical features to traditional BSD style;
2994 has the same affect as setting
2995 .Va askatend
2996 and all other variables prefixed with `bsd';
2997 it also changes the meaning of the \*(UA specific `\\&'
2998 .Va prompt
2999 escape sequence.
3000 .It Va bsdflags
3001 Changes the letters printed in the first column of a header summary
3002 to traditional BSD style.
3003 .It Va bsdheadline
3004 Changes the display of columns in a header summary to traditional BSD
3005 style.
3006 .It Va bsdmsgs
3007 Changes some informational messages to traditional BSD style.
3008 .It Va bsdorder
3009 Causes the `Subject:' field to appear immediately after the `To:' field
3010 in message headers and with the `~h'
3011 .Sx "TILDE ESCAPES" .
3012 .It Va bsdset
3013 Changes the output format of the
3014 .Ic set
3015 command to traditional BSD style.
3016 .It Va colour-disable
3017 \*(OP Forcefully disable usage of colours.
3018 Also see the section
3019 .Sx "Coloured message display" .
3020 .It Va colour-pager
3021 \*(OP Wether colour shall be used for output that is paged through
3022 .Ev PAGER .
3023 Note that pagers may need special flags, e.g.,
3024 .Xr less 1
3025 requires the option
3026 .Fl R
3028 .Xr lv 1
3029 the option
3030 .Fl c
3031 in order to support colours; therefore \*(UA will inspect the variable
3032 .Ev PAGER
3033 \(en if that starts with the string `less' a non-existing
3034 environment variable
3035 .Va LESS
3036 will be set to "FRSXi", likewise for `lv'
3037 .Va LV
3038 will be optionally set to "-c".
3039 Also see the section
3040 .Sx "Coloured message display"
3041 for more on this.
3042 .It Va debug
3043 Prints debugging messages and disables the actual delivery of messages.
3044 Unlike
3045 .Va verbose ,
3046 this option is intended for \*(UA development only.
3047 .It Va disconnected
3048 \*(OP When an IMAP mailbox is selected and this variable is set,
3049 no connection to the server is initiated.
3050 Instead, data is obtained from the local cache (see
3051 .Va imap-cache Ns
3053 Mailboxes that are not present in the cache
3054 and messages that have not yet entirely been fetched from the server
3055 are not available;
3056 to fetch all messages in a mailbox at once,
3057 the command
3058 .Ns ` Ns Li copy * /dev/null Ns '
3059 can be used while still in connected mode.
3060 Changes that are made to IMAP mailboxes in disconnected mode are queued
3061 and committed later when a connection to that server is made.
3062 This procedure is not completely reliable since it cannot be guaranteed
3063 that the IMAP unique identifiers (UIDs) on the server still match the
3064 ones in the cache at that time.
3065 Data is saved to
3066 .Ev DEAD
3067 when this problem occurs.
3068 .It Va disconnected-USER@HOST
3069 The specified account is handled as described for the
3070 .Va disconnected
3071 variable above,
3072 but other accounts are not affected.
3073 .It Va disposition-notification-send
3074 \*(OP Emit a `Disposition-Notification-To:' header (RFC 3798) with the
3075 message.
3076 This requires the
3077 .Va from
3078 variable to be set.
3079 .\" TODO .It Va disposition-notification-send-HOST
3080 .\"Overrides
3081 .\".Va disposition-notification-send
3082 .\" for SMTP accounts on a specific host.
3083 .\" TODO .It Va disposition-notification-send-USER@HOST
3084 .\"Overrides
3085 .\".Va disposition-notification-send
3086 .\"for a specific account.
3087 .It Va dot
3088 When dot is set, a dot (`.') on a line by itself during message input
3089 from a terminal shall be treated as end-of-message (in addition to the
3090 normal end-of-file condition).
3092 .Va ignoreeof
3093 is set
3094 .Va nodot
3095 is ignored and using a dot is the only method to terminate input mode.
3096 .It Va editalong
3097 If this variable is set then the editor is started automatically when
3098 composing a message in an interactive mode,
3099 as if the `~e'
3100 .Sx "TILDE ESCAPES"
3101 had been specified.
3103 .Va editheaders
3104 variable is implied for this automatically spawned editor session.
3105 .It Va editheaders
3106 When a message is edited while being composed,
3107 its header is included in the editable text.
3108 The `To:', `Cc:', `Bcc:', `Subject:', `From:', `Reply-To:', `Sender:',
3109 and 'Organization:' fields are accepted within the header,
3110 other fields are ignored.
3111 .It Va emptybox
3112 If set, an empty mailbox file is not removed.
3113 This may improve the interoperability with other mail user agents
3114 when using a common folder directory.
3115 .It Va emptystart
3116 If the mailbox is empty \*(UA normally prints `No mail for user' and
3117 exits immediately.
3118 If this option is set \*(UA starts even with an empty mailbox.
3119 .It Va flipr
3120 Exchanges the
3121 .Ic Respond
3122 with the
3123 .Ic respond
3124 commands and vice-versa.
3125 .It Va forward-as-attachment
3126 Original messages are normally sent as inline text with the
3127 .Ic forward
3128 command,
3129 and only the first part of a multipart message is included.
3130 With this option messages are sent as MIME `message/rfc822' attachments
3131 with all of their parts included.
3133 .Va fwdignore
3135 .Va fwdretain
3136 options are ignored when the
3137 .Va forward-as-attachment
3138 option is set.
3139 .It Va fullnames
3140 When replying to a message \*(UA normally removes the comment parts of
3141 email addresses,
3142 which by convention contain the full names of the recipients.
3143 If this variable is set such stripping is not performed,
3144 and comments are retained.
3145 .It Va header
3146 Causes the header summary to be written at startup and after commands
3147 that affect the number of messages or the order of messages in the
3148 current folder; enabled by default.
3149 The command line option
3150 .Fl N
3151 can be used to set
3152 .Va noheader .
3153 .It Va history-gabby
3154 \*(OP Add more entries to the history as is normally done.
3155 .It Va history-gabby-persist
3156 \*(OP \*(UAs own NCL will not save the additional (gabby) history
3157 entries in persistent storage unless this variable is also set.
3158 Also see
3159 .Va NAIL_HISTFILE .
3160 .It Va hold
3161 This option is used to hold messages in the system mailbox by default.
3162 .It Va idna-disable
3163 \*(OP Can be used to turn off the automatic conversion of domain names
3164 according to the rules of IDNA (internationalized domain names for
3165 applications).
3166 Since the IDNA code assumes domain names are specified with the
3167 .Va ttycharset
3168 character set, an UTF-8 locale charset is required to represent
3169 all possible international domain names (before conversion, that is).
3170 .It Va ignore
3171 Ignore interrupt signals from the terminal while entering messages;
3172 instead echo them as `@' characters and discard the current line.
3173 .It Va ignoreeof
3174 Ignore end-of-file conditions (`control-D') on message input,
3175 which instead can be terminated only by entering a
3176 .Va dot
3177 (`.') on a line by itself or by using the `~.'
3178 .Sx "TILDE ESCAPES" .
3179 This option also applies to \*(UA command mode.
3180 .It Va imap-use-starttls
3181 \*(OP Causes \*(UA to issue a `STARTTLS' command to make an unencrypted
3182 IMAP session SSL/TLS encrypted.
3183 This functionality is not supported by all servers,
3184 and is not used if the session is already encrypted by the IMAPS method.
3185 .It Va imap-use-starttls-USER@HOST
3186 Activates
3187 .Va imap-use-starttls
3188 for a specific account.
3189 .It Va keep
3190 This option causes \*(UA to truncate the user's system mailbox instead
3191 of deleting it when it is empty.
3192 This should always be set since it prevents malicious users from
3193 creating fake mail folders in a world-writable spool directory.
3194 .It Va keepsave
3195 When a message is saved it is usually discarded from the originating
3196 folder when \*(UA is quit.
3197 Setting this option causes all saved message to be retained.
3198 .It Va line-editor-disable
3199 Turn off any enhanced command line editing capabilities (see
3200 .Sx COMMAND LINE EDITOR
3201 for more).
3202 .It Va markanswered
3203 When a message is replied to and this variable is set,
3204 it is marked as having been answered.
3205 This mark has no technical meaning in the mail system;
3206 it just causes messages to be marked in the header summary,
3207 and makes them specially addressable.
3208 .It Va message-id-disable
3209 By setting this option the generation of `Message-ID:' can be completely
3210 suppressed, effectively leaving this task up to the mail-transfer-agent
3211 (MTA) or the SMTP server.
3212 (According to RFC 5321 your SMTP server is not required to add this
3213 field by itself, so you should ensure that it accepts messages without
3214 a `Message-ID'.)
3215 .It Va metoo
3216 Usually, when a group is expanded that contains the sender,
3217 the sender is removed from the expansion.
3218 Setting this option causes the sender to be included in the group.
3219 .It Va mime-allow-text-controls
3220 When sending messages, each part of the message is MIME-inspected in
3221 order to classify the `Content-Type:' and `Content-Transfer-Encoding:'
3222 that is required to send this part over mail transport, i.e.,
3223 a computation rather similar to what the
3224 .Xr file 1
3225 command produces when used with the
3226 .Fl -mime
3227 option.
3229 This classification however treats text files which are encoded in
3230 UTF-16 (often found for HTML files) and similar character sets as binary
3231 octet-streams, forcefully changing any `text/plain' or `text/html'
3232 specification to `application/octet-stream';
3233 if that actually happens, then a yet unset charset MIME parameter is set
3234 to `binary', effectively making it impossible for the receiving MUA to
3235 automatically interpret the contents of the part.
3237 If this option is set, and the data was unambiguously identified as text
3238 data at first glance (by a `.txt' or `.html' file extension), then the
3239 original `Content-Type:' will not be overwritten.
3240 .It Va netrc-lookup-USER@HOST , \
3241   Va netrc-lookup-HOST , \
3242   Va netrc-lookup
3243 \*(IN \*(OP Used to control usage of the users
3244 .Pa .netrc
3245 file for lookup of account credentials, as documented in the section
3246 .Sx "URL SYNTAX AND CREDENTIAL LOOKUP"
3247 and for the command
3248 .Ic netrc ;
3249 the section
3250 .Sx THE .netrc FILE
3251 documents the file format.
3252 .It Va outfolder
3253 Causes the filename given in the
3254 .Va record
3255 variable
3256 and the sender-based filenames for the
3257 .Ic Copy
3259 .Ic Save
3260 commands to be interpreted relative to the directory given in the
3261 .Va folder
3262 variable rather than to the current directory,
3263 unless it is set to an absolute pathname.
3264 .It Va page
3265 If set, each message the
3266 .Ic pipe
3267 command prints out is followed by a formfeed character.
3268 .It Va piperaw
3269 Send messages to the
3270 .Ic pipe
3271 command without performing MIME and character set conversions.
3272 .It Va pop3-bulk-load
3273 \*(OP When accessing a POP3 server \*(UA loads the headers of the
3274 messages, and only requests the message bodies on user request.
3275 For the POP3 protocol this means that the message headers will be
3276 downloaded twice.
3277 If this option is set then \*(UA will download only complete messages
3278 from POP3 servers instead.
3279 It may be useful to
3280 .Ic define
3281 a macro that temporarily sets this option, then accesses a POP3 account
3282 that is known to only get small text messages, and then unsets this
3283 variable again.
3284 .It Va pop3-no-apop
3285 \*(OP Unless this variable is set the `APOP' authentication method
3286 will be used when connecting to a POP3 server that advertises support.
3287 The advantage of APOP over `USER/PASS' authentication is that the
3288 password is not sent in clear text over the wire and that only a single
3289 packet is sent for the user/password tuple.
3290 .It Va pop3-no-apop-HOST
3291 \*(IN Disables the `APOP' authentication method for a specific host.
3292 .It Va pop3-no-apop-USER@HOST
3293 Disables the `APOP' authentication method for a specific account.
3294 .It Va pop3-use-starttls
3295 \*(OP Causes \*(UA to issue a `STLS' command to make an unencrypted POP3
3296 session SSL/TLS encrypted.
3297 This functionality is not supported by all servers,
3298 and is not used if the session is already encrypted by the POP3S method.
3299 .It Va pop3-use-starttls-HOST
3300 \*(IN Activates
3301 .Va pop3-use-starttls
3302 for a specific host.
3303 .It Va pop3-use-starttls-USER@HOST
3304 Activates
3305 .Va pop3-use-starttls
3306 for a specific account.
3307 .It Va print-all-chars
3308 This option causes all characters to be considered printable.
3309 It is only effective if given in a startup file.
3310 With this option set some character sequences in messages may put the
3311 user's terminal in an undefined state when printed;
3312 it should only be used as a last resort if no working system locale can
3313 be found.
3314 .It Va print-alternatives
3315 When a MIME message part of type `multipart/alternative' is displayed
3316 and it contains a subpart of type `text/plain',
3317 other parts are normally discarded.
3318 Setting this variable causes all subparts to be displayed,
3319 just as if the surrounding part was of type `multipart/mixed'.
3320 .It Va quiet
3321 Suppresses the printing of the version when first invoked.
3322 .It Va quote-as-attachment
3323 If this is set, then the original message is added in its entirety
3324 as a `message/rfc822' MIME attachment when replying to a message.
3325 Note this works regardless of the setting of
3326 .Va quote .
3327 .It Va recipients-in-cc
3328 On group replies, specify only the sender of the original mail in `To:'
3329 and mention it's other recipients in the secondary `Cc:'.
3330 .It Va record-resent
3331 If both this variable and the
3332 .Va record
3333 variable are set,
3335 .Ic resend
3337 .Ic Resend
3338 commands save messages to the
3339 .Va record
3340 folder as it is normally only done for newly composed messages.
3341 .It Va reply-in-same-charset
3342 If this variable is set \*(UA first tries to use the same character set
3343 of the original message for replies.
3344 If this fails, the mechanism described in
3345 .Sx CHARACTER SETS
3346 is evaluated as usual.
3347 .It Va Replyall
3348 Reverses the sense of
3349 .Ic reply
3351 .Ic Reply
3352 commands.
3353 .It Va rfc822-body-from_
3354 This variable can be used to force the display of a so-called `From_'
3355 line for messages that are embedded into an envelope mail via the
3356 `message/rfc822' MIME mechanism.
3357 .It Va save
3358 When the user aborts a message with two `RUBOUT' (interrupt,
3359 `control-C') characters,
3360 \*(UA will copy the partial letter to the file
3361 .Ev DEAD .
3362 This option is set by default.
3363 .It Va searchheaders
3364 Expand message-list specifiers in the form `/x:y' to all messages
3365 containing the substring `y' in the header field `x'.
3366 The string search is case insensitive.
3367 .It Va sendcharsets-else-ttycharset
3368 \*(OP If this variable is set, but
3369 .Va sendcharsets
3370 is not, then \*(UA acts as if
3371 .Va sendcharsets
3372 had been set to the value of the variable
3373 .Va ttycharset .
3374 In effect this combination passes through the message data in the
3375 character set of the current locale (given that
3376 .Va ttycharset
3377 hasn't been set manually), i.e., without converting it to the
3378 .Va charset-8bit
3379 fallback character set.
3380 Thus, mail message text will be in `ISO-8859-1' encoding when send from
3381 within a `ISO-8859-1' locale, and in `UTF-8' encoding when send from
3382 within an `UTF-8' locale.
3383 If no character set conversion capabilities are available in \*(UA then
3384 the only supported character set is
3385 .Va ttycharset .
3386 .It Va sendwait
3387 When sending a message wait until the MTA exits before accepting further
3388 commands.
3389 If the MTA returns a non-zero exit status,
3390 the exit status of \*(ua will also be non-zero.
3391 .It Va showlast
3392 Setting this option causes \*(UA to start at the last message instead of
3393 the first one when opening a mail folder.
3394 .It Va showname
3395 Causes \*(UA to use the sender's real name instead of the plain address
3396 in the header field summary and in message specifications.
3397 .It Va showto
3398 Causes the recipient of the message to be shown in the header summary
3399 if the message was sent by the user.
3400 .It Va skipemptybody
3401 If an outgoing message does not contain any text in its first or only
3402 message part,
3403 do not send it but discard it silently (see also the command line option
3404 .Fl E Ns
3406 .It Va smime-force-encryption
3407 \*(OP Causes \*(UA to refuse sending unencrypted messages.
3408 .It Va smime-sign
3409 \*(OP S/MIME sign outgoing messages with the user's private key and
3410 include the user's certificate as a MIME attachment.
3411 Signing a message enables a recipient to verify that the sender used
3412 a valid certificate,
3413 that the email addresses in the certificate match those in the message
3414 header and that the message content has not been altered.
3415 It does not change the message text,
3416 and people will be able to read the message as usual.
3417 Also see
3418 .Va smime-sign-cert
3420 .Va smime-sign-include-certs .
3421 .It Va smime-no-default-ca
3422 \*(OP Don't load default CA locations when verifying S/MIME signed
3423 messages.
3424 .It Va smtp-use-starttls
3425 \*(OP Causes \*(UA to issue a `STARTTLS' command to make an SMTP session
3426 SSL/TLS encrypted.
3427 .It Va smtp-use-starttls-HOST
3428 Overrides
3429 .Va smtp-use-starttls
3430 for SMTP accounts on a specific host.
3431 .It Va smtp-use-starttls-USER@HOST
3432 Overrides
3433 .Va smtp-use-starttls
3434 for a specific account.
3435 .It Va ssl-no-default-ca
3436 \*(OP Don't load default CA locations to verify SSL/TLS server
3437 certificates.
3438 .It Va ssl-v2-allow
3439 \*(OP Accept SSLv2 connections.
3440 These are normally not allowed because this protocol version is insecure.
3441 .It Va keep-content-length
3442 When (editing messages and) writing
3443 .Ev MBOX
3444 mailbox files \*(UA can be told to keep the `Content-Length:' and
3445 `Lines:' header fields that some MUAs generate by setting this variable.
3446 Since \*(UA does neither use nor update these non-standardized header
3447 fields (which in itself shows one of their conceptual problems),
3448 stripping them should increase interoperability in between MUAs that
3449 work with with same mailbox files.
3450 Note that, if this is not set but
3451 .Va writebackedited ,
3452 as below, is, a possibly performed automatic stripping of these header
3453 fields already marks the message as being modified.
3454 .It Va v15-compat
3455 Setting this option enables upward compatibility with \*(UA version 15.0
3456 in respect to which configuration options are available and how they are
3457 handled.
3458 This manual uses \*(IN and \*(OU to refer to the new and the old way of
3459 doing things, respectively.
3460 .It Va verbose
3461 Setting this option, also controllable via the command line option
3462 .Fl v ,
3463 causes \*(UA to be more verbose, so that, e.g., certificate chains will
3464 be displayed on the users terminal.
3465 Setting this binary options twice increases the level of verbosity, in
3466 which case even details of the actual message delivery and protocol
3467 conversations are also shown.
3468 A single
3469 .Va noverbose
3470 is sufficient to disable verbosity as such.
3471 .It Va writebackedited
3472 If this variable is set messages modified using the
3473 .Ic edit
3475 .Ic visual
3476 commands are written back to the current folder when it is quit;
3477 it is only honoured for writable folders in MBOX format, though.
3478 Note that the editor will be pointed to the raw message content in that
3479 case, i.e., neither MIME decoding nor decryption will have been
3480 performed,
3481 and proper RFC 4155 `From ' quoting of newly added or edited content is
3482 also left as an excercise to the user.
3484 .\" }}}
3486 .\" .Ss "Value options" {{{
3487 .Ss "Value options"
3488 .Bl -tag -width ".Va autoprint"
3489 .It Va agent-shell-lookup-USER@HOST , \
3490   Va agent-shell-lookup-HOST , \
3491   Va agent-shell-lookup
3492 \*(IN \*(OP Account passwords can be fetched via an external agent
3493 program in order to permit encrypted password storage \(en see
3494 .Sx "URL SYNTAX AND CREDENTIAL LOOKUP"
3495 for more on credential lookup.
3496 If this is set then the content is interpreted as a shell command the
3497 output of which (with newline characters removed) is treated as the
3498 account password shall the command succeed; e.g., via
3499 .Xr gpg 1 :
3500 .Bd -literal -offset indent
3501 $ echo PASSWORD > .pass
3502 $ gpg -e .pass
3503 $ eval `gpg-agent --daemon \e
3504     --pinentry-program=/usr/bin/pinentry-curses \e
3505     --max-cache-ttl 99999 --default-cache-ttl 99999`
3506 $ echo 'set agent-shell-lookup="gpg -d .pass.gpg"' \e
3507     >> \*(ur
3510 A couple of environment variables will be set for the agent:
3511 .Bl -tag -width ".It Ev NAIL_HOST_PORT"
3512 .It Ev NAIL_USER
3513 The user (`USER') for which the password is looked up.
3514 .It Ev NAIL_USER_ENC
3515 The URL percent-encoded variant of
3516 .Ev NAIL_USER .
3517 .It Ev NAIL_HOST
3518 The plain machine hostname of the user account.
3519 .It Ev NAIL_HOST_PORT
3520 The `HOST' (hostname possibly including port) of the user account.
3522 .It Va attrlist
3523 A sequence of characters to print in the `attribute' column of a header
3524 summary,
3525 each for one type of messages in the following order:
3526 new (N), unread but old (U), new but read (R), read and old (O), saved
3527 (S), preserved (P), mboxed (M), flagged (F), answered (A), draft (T),
3528 start of a collapsed thread (+), collapsed (\-), classified as spam ($).
3529 The default is `NUROSPMFAT+\-$',
3530 or `NU\ \ *HMFAT+\-$' if
3531 .Va bsdflags
3532 or the
3533 .Va SYSV3
3534 environment variable are set.
3535 .It Va autobcc
3536 Specifies a list of recipients to which a blind carbon copy of each
3537 outgoing message will be sent automatically.
3538 .It Va autocc
3539 Specifies a list of recipients to which a carbon copy of each outgoing
3540 message will be sent automatically.
3541 .It Va autosort
3542 Causes sorted mode (see the
3543 .Ic sort
3544 command) to be entered automatically with the value of this option as
3545 sorting method when a folder is opened.
3546 .It Va charset-7bit
3547 The value that should appear in the `charset=' parameter of
3548 `Content-Type:' MIME header fields when no character set conversion of
3549 the message data was performed.
3550 This defaults to `US-ASCII', and the chosen character set should be
3551 `US-ASCII' compatible.
3552 .It Va charset-8bit
3553 \*(OP The default 8 bit character set that is used as an implied last
3554 member of the variable
3555 .Va sendcharsets .
3556 Defaults to `UTF-8'.
3557 If no character set conversion capabilities are available in \*(UA then
3558 the only supported character set is
3559 .Va ttycharset .
3560 Refer to the section
3561 .Sx CHARACTER SETS
3562 for the complete picture of character set conversion in \*(UA.
3563 .It Va cmd
3564 The default value for the
3565 .Ic pipe
3566 command.
3567 .It Va colour-from_
3568 \*(OP The colour specification for so-called `From_' lines.
3569 See the section
3570 .Sx "Coloured message display"
3571 for the format of the value.
3572 .It Va colour-header
3573 \*(OP The colour specification for header lines.
3574 See the section
3575 .Sx "Coloured message display"
3576 for the format of the value.
3577 .It Va colour-msginfo
3578 \*(OP The colour specification for the introductional message info line.
3579 See the section
3580 .Sx "Coloured message display"
3581 for the format of the value.
3582 .It Va colour-partinfo
3583 \*(OP The colour specification for MIME part info lines.
3584 See the section
3585 .Sx "Coloured message display"
3586 for the format of the value.
3587 .It Va colour-terms
3588 \*(OP A comma-separated list of
3589 .Ev TERM Ns
3590 inals for which coloured message display can be used.
3591 Entries only need to be added if the string "color" isn't part of the
3592 terminal name itself; the default value is
3594 .Dl cons25,linux,rxvt,rxvt-unicode,\:screen,\:sun,\:vt100,\:vt220,\:\
3595 wsvt25,\:xterm
3596 .It Va colour-uheader
3597 \*(OP The colour specification for those header lines that have been
3598 placed in the
3599 .Va colour-user-headers
3600 list.
3601 See the section
3602 .Sx "Coloured message display"
3603 for the format of the value.
3604 .It Va colour-user-headers
3605 A comma separated list of (case-insensitive) header names which should
3606 be colourized with the alternative
3607 .Va colour-uheader
3608 colours.
3609 The default value is `from,subject'.
3610 .It Va crt
3611 The valued option crt is used as a threshold to determine how long
3612 a message must be before
3613 .Ev PAGER
3614 is used to read it.
3616 .Va crt
3617 is set without a value then the height of the terminal screen stored in
3618 the system is used to compute the threshold (see
3619 .Va LINES
3621 .Xr stty 1 Ns
3623 .It Va datefield
3624 The date in a header summary is normally the date of the mailbox `From\ '
3625 line of the message.
3626 If this variable is set, then the date as given in the `Date:' field is
3627 used, converted to local time.
3628 It is possible to control the display of the date by assigning a value,
3629 in which case the
3630 .Xr strftime 3
3631 function will be used to format the date accordingly.
3632 Please read your system manual for the available formats.
3633 Note that the `%n' format should not be used, because \*(UA doesn't
3634 take embedded newlines into account when calculating how many lines fit
3635 onto the screen.
3636 .It Va datefield-markout-older
3637 This option, when set in addition to
3638 .Va datefield ,
3639 modifies the display of messages that are not really current in a way
3640 that is rather comparable to the
3641 .Fl l
3642 option of the POSIX
3643 .Xr ls 1
3644 command.
3645 The interpretation of the value is identical to what has been described
3647 .Va datefield .
3648 .It Va encoding
3649 Suggestion for the MIME encoding to use in outgoing text messages
3650 and message parts.
3651 Valid values are the default `quoted-printable', `8bit' and `base64'.
3652 `8bit' may cause problems with when transferring mail messages over
3653 channels that are not ESMTP (RFC 1869) compliant.
3654 If there is no need to encode a message,
3655 `7bit' transfer mode is always used regardless of this variable.
3656 Binary data is always encoded as `base64'.
3657 .It Va escape
3658 If defined, the first character of this option
3659 gives the character to use in place of `~' to denote
3660 .Sx "TILDE ESCAPES" .
3661 .It Va folder
3662 The name of the directory to use for storing folders of messages.
3663 All folder names that begin with `+' refer to files below it.
3664 The same special conventions as documented for the
3665 .Ic file
3666 command may be used when specifying a new value for
3667 .Va folder ,
3668 but be aware that the expansion is fully performed immediately.
3669 E.g., if the expanded name refers to an IMAP account, all names that
3670 begin with `+' refer to IMAP mailboxes below the
3671 .Va folder
3672 target box.
3674 Note: some IMAP servers do not accept the creation of mailboxes in
3675 the hierarchy base, but require that they are created as subfolders of
3676 `INBOX' \(en with such servers a folder name of the form
3678 .Dl imaps://mylogin@imap.myisp.example/INBOX.
3680 should be used (the last character is the server's hierarchy delimiter).
3681 Folder names prefixed by `+' will then refer to folders below `INBOX',
3682 while folder names prefixed by `@' refer to folders below the hierarchy
3683 base.
3684 See the
3685 .Ic imap
3686 namespace command for a method to detect the appropriate prefix and
3687 delimiter.
3688 .It Va folder-hook
3689 When a folder is opened and this variable is set,
3690 the macro corresponding to the value of this variable is executed.
3691 The macro is also invoked when new mail arrives,
3692 but message lists for commands executed from the macro
3693 only include newly arrived messages then.
3694 .It Va folder-hook-fullname
3695 When a folder named `fullname' is opened,
3696 the macro corresponding to the value of this variable is executed.
3697 Unlike other folder specifications,
3698 the fully expanded name of a folder, without metacharacters,
3699 is used to avoid ambiguities.
3700 The macro specified with
3701 .Va folder-hook
3702 is not executed if this variable is effective for a folder
3703 (but it can be
3704 .Ic call Ns
3705 ed from within the actually executed macro).
3706 .It Va from
3707 The address (or a list of addresses) to put into the `From:' field of
3708 the message header, quoting RFC 5322:
3709 the author(s) of the message, that is, the mailbox(es) of the person(s)
3710 or system(s) responsible for the writing of the message.
3711 If replying to messages these addresses are handled as if they were in
3713 .Ic alternates
3714 list.
3715 If the machine's hostname is not valid at the Internet (for example at
3716 a dialup machine) then either this variable or
3717 .Va hostname
3718 (\*(IN and with
3719 .Va smtp
3720 .Va smtp-hostname
3721 adds even more fine-tuning capabilities),
3722 have to be set.
3724 .Va from
3725 contains more than one address,
3726 setting the
3727 .Va sender
3728 variable is required (according to the standard RFC 5322).
3729 .It Va fwdheading
3730 The string to print before the text of a message with the
3731 .Ic forward
3732 command
3733 (unless the
3734 .Va forward-as-attachment
3735 variable is set).
3736 Defaults to `-------- Original Message --------' if unset.
3737 No heading is printed if it is set to the empty string.
3738 .It Va headline
3739 A format string to use for the header summary,
3740 similar to
3741 .Xr printf 3
3742 formats.
3743 A `%' character introduces a format specifier.
3744 It may be followed by a number indicating the field width.
3745 If the (possibly implicitly implied) field width is negative, the field
3746 is to be left-aligned.
3747 Valid format specifiers are:
3748 .Bl -tag -offset indent -width "%%"
3749 .It %a
3750 Message attributes.
3751 .It %d
3752 The date when the message was received.
3753 .It %e
3754 The indenting level in threaded mode.
3755 .It %f
3756 The address of the message sender.
3757 .It %i
3758 The message thread structure.
3759 (Note that this format doesn't support a field width.)
3760 .It %l
3761 The number of lines of the message.
3762 .It %m
3763 Message number.
3764 .It %o
3765 The number of octets (bytes) in the message.
3766 .It %s
3767 Message subject (if any).
3768 .It %S
3769 Message subject (if any) in double quotes.
3770 .It %t
3771 The position in threaded/sorted order.
3772 .It %>
3773 A `>' for the current message, otherwise ` '.
3774 .It %<
3775 A `<' for the current message, otherwise ` '.
3776 .It %$
3777 The spam score of the message, as has been classified via the command
3778 .Ic spamrate .
3779 .It %%
3780 A `%' character.
3783 The default is `%>\&%a\&%m\ %-18f\ %16d\ %4l/%\-5o\ %i%-s',
3784 or `%>\&%a\&%m\ %20-f\ \ %16d\ %3l/%\-5o\ %i%-S' if
3785 .Va bsdcompat
3786 is set.
3787 Also see
3788 .Va attrlist
3790 .Va headline-bidi .
3791 .It Va headline-bidi
3792 Bidirectional text requires special treatment when displaying headers,
3793 because numbers (in dates or for file sizes etc.) will not affect the
3794 current text direction, in effect resulting in ugly line layouts when
3795 arabic or other right-to-left text is to be displayed.
3796 On the other hand only a minority of terminals is capable to correctly
3797 handle direction changes, so that user interaction is necessary for
3798 acceptable results.
3799 Note that extended host system support is required nonetheless, e.g.,
3800 detection of the terminal character set is one precondition;
3801 and this feature only works in an Unicode (i.e., UTF-8) locale.
3803 In general setting this variable will cause \*(UA to encapsulate text
3804 fields that may occur when printing
3805 .Va headline
3806 (and some other fields, like dynamic expansions in
3807 .Va prompt )
3808 with special Unicode control sequences;
3809 it is possible to fine-tune the terminal support level by assigning
3810 a value:
3811 no value (or any value other than `1', `2' and `3') will make \*(UA
3812 assume that the terminal is capable to properly deal with Unicode
3813 version 6.3, in which case text is embedded in a pair of U+2068 (FIRST
3814 STRONG ISOLATE) and U+2069 (POP DIRECTIONAL ISOLATE) characters.
3815 In addition no space on the line is reserved for these characters.
3817 Weaker support is chosen by using the value `1' (Unicode 6.3, but
3818 reserve the room of two spaces for writing the control sequences onto
3819 the line).
3820 The values `2' and `3' select Unicode 1.1 support (U+200E, LEFT-TO-RIGHT
3821 MARK); the latter again reserves room for two spaces in addition.
3822 .It Va hostname
3823 Use this string as hostname when expanding local addresses instead of
3824 the value obtained from
3825 .Xr uname 2
3827 .Xr getaddrinfo 3 ,
3828 i.e., in `Message-ID:' and `From:' fields.
3829 Note that when
3830 .Va smtp
3831 transport is not used then it is normally the responsibility of the MTA
3832 to create these fields, \*(IN in conjunction with
3833 .Va smtp
3834 however
3835 .Va smtp-hostname
3836 also influences the results;
3837 you should produce some test messages with the desired combination of
3838 .Va hostname ,
3839 and/or
3840 .Va from ,
3841 .Va sender
3842 etc. first.
3843 .It Va imap-auth
3844 \*(OP Sets the IMAP authentication method.
3845 Valid values are `login' for the usual password-based authentication
3846 (the default),
3847 `cram-md5', which is a password-based authentication that does not send
3848 the password over the network in clear text,
3849 and `gssapi' for GSS-API based authentication.
3850 .It Va imap-auth-USER@HOST
3851 Sets the IMAP authentication method for a specific account.
3852 .It Va imap-cache
3853 \*(OP Enables caching of IMAP mailboxes.
3854 The value of this variable must point to a directory that is either
3855 existent or can be created by \*(UA.
3856 All contents of the cache can be deleted by \*(UA at any time;
3857 it is not safe to make assumptions about them.
3858 .It Va imap-keepalive
3859 \*(OP IMAP servers may close the connection after a period of
3860 inactivity; the standard requires this to be at least 30 minutes,
3861 but practical experience may vary.
3862 Setting this variable to a numeric `value' greater than 0 causes
3863 a `NOOP' command to be sent each `value' seconds if no other operation
3864 is performed.
3865 .It Va imap-list-depth
3866 \*(OP When retrieving the list of folders on an IMAP server, the
3867 .Ic folders
3868 command stops after it has reached a certain depth to avoid possible
3869 infinite loops.
3870 The value of this variable sets the maximum depth allowed.
3871 The default is 2.
3872 If the folder separator on the current IMAP server is a slash `/',
3873 this variable has no effect and the
3874 .Ic folders
3875 command does not descend to subfolders.
3876 .It Va indentprefix
3877 String used by the `~m', `~M' and `~R'
3878 .Sx "TILDE ESCAPES"
3879 and by the
3880 .Va quote
3881 option for indenting messages,
3882 in place of the normal tabulator character (`^I'), which is the default.
3883 Be sure to quote the value if it contains spaces or tabs.
3884 .It Va line-editor-cursor-right
3885 \*(OP If the builtin command line editor is used, actions which are
3886 based on rightwise movement may not work on some terminals.
3887 If you encounter such problems, set this variable to the terminal
3888 control sequence that is necessary to move the cursor one column to the
3889 right.
3890 The default is `\\033[C', which should work for most terminals.
3891 Less often occur `\\033OC' and `\\014'.
3892 Note that `ESCAPE' and other control character have to be written as
3893 shell-style escape sequences, e.g., `\\033' for `ESCAPE'.
3894 .It Va MAIL
3895 Is used as the user's mailbox, if set.
3896 Otherwise, a system-dependent default is used.
3897 Supports a logical subset of the special conventions that are documented
3898 for the
3899 .Ic file
3900 command and the
3901 .Va folder
3902 option.
3903 .It Va mime-counter-evidence
3904 Normally the `Content-Type:' field is used to decide how to treat
3905 a messages MIME part.
3906 Some MUAs however don't use
3907 .Xr mime.types 5
3908 or a similar mechanism to correctly classify content,
3909 but simply specify `application/octet-stream',
3910 even for plain text attachments like `text/diff'.
3911 If this variable is set then \*(UA will use the file extension of
3912 attachments to classify such MIME message parts, if possible.
3914 This can also be given a non-empty value: in this case the value is
3915 expected to be a number, actually a carrier of bits.
3916 If bit two is set (0x2) then the detected "real" content-type will be
3917 carried along with the message and be used for detecting which
3918 .Va pipe-CONTENT/SUBCONTENT
3919 is responsible for the MIME part, shall that question arise;
3920 when displaying such a MIME part the part-info will indicate the
3921 overridden content-type by showing a plus-sign (`+').
3922 .It Va mimetypes-load-control
3923 This option can be used to control which of the
3924 .Xr mime.types 5
3925 MIME type databases are loaded by \*(UA.
3926 If the letter `u' (or `U') is part of this options value, then the
3927 user's personal
3928 .Pa ~/.mime.types
3929 file will be loaded (if it exists);
3930 likewise the letter `s' (or `S') controls loading of the system wide
3931 .Pa /etc/mime.types .
3932 If this option is not set \*(UA will try to load both files instead.
3933 Incorporation of the MIME types that are compiled into \*(UA cannot be
3934 suppressed.
3935 .It Va NAIL_EXTRA_RC
3936 The name of an optional startup file to be read after \*(ur.
3937 This variable is ignored if it is imported from the environment;
3938 it has an effect only if it is set in \*(UR or \*(ur to allow bypassing
3939 the configuration with, e.g., `MAILRC=/dev/null'.
3940 Use this file for commands that are not understood by other \*(UA
3941 implementations.
3942 .It Va NAIL_HEAD
3943 A string to put at the beginning of each new message.
3944 The escape sequences `\et' (tabulator) and `\en' (newline) are understood.
3945 .It Va NAIL_HISTFILE
3946 \*(OP If a command line editor is available then this can be set to
3947 name the (expandable) path of the location of a permanent history file.
3948 .It Va NAIL_HISTSIZE
3949 \*(OP If a command line editor is available this value restricts the
3950 amount of history entries that are saved into a set and valid
3951 .Va NAIL_HISTFILE .
3952 A value of less than 0 disables this feature;
3953 note that loading and incorporation of
3954 .Va NAIL_HISTFILE
3955 upon program startup can also be suppressed by doing this.
3956 An unset or invalid value, or 0, causes a default value to be used.
3957 Dependent on the available command line editor this will also define the
3958 number of history entries in memory;
3959 it is also editor-specific wether runtime updates of this value will be
3960 honoured.
3961 .It Va NAIL_TAIL
3962 A string to put at the end of each new message.
3963 The escape sequences `\et' (tabulator) and `\en' (newline) are understood.
3964 .It Va newfolders
3965 If this variable has the value `maildir',
3966 newly created local folders will be in `maildir' format.
3967 .It Va newmail
3968 Checks for new mail in the current folder each time the prompt is
3969 printed.
3970 For IMAP mailboxes the server is then polled for new mail,
3971 which may result in delayed operation if the connection to the server is
3972 slow.
3973 A `maildir' folder must be re-scanned to determine if new mail has
3974 arrived.
3976 If this variable is set to the special value `nopoll' an IMAP server is
3977 not actively asked for new mail,
3978 but new mail may still be detected and announced with any other IMAP
3979 command that is sent to the server.
3980 A `maildir' folder is not scanned, then.
3982 In either case the IMAP server may send notifications about messages
3983 that have been deleted on the server by another process or client.
3984 In this case, `Expunged X messages' is printed regardless of this
3985 variable,
3986 and message numbers may have changed.
3987 .It Va ORGANIZATION
3988 The value to put into the `Organization:' field of the message header.
3989 .It Va password
3990 \*(IN Sets a global fallback password, which is used in case none has
3991 been given in the protocol and account-specific URL and neither is there
3992 a matching `password-USER@HOST' nor a matching `password-HOST';
3993 as a last resort \*(UA will ask for a password on the user's terminal if
3994 the authentication method requires a password.
3995 Specifying passwords in a startup file is generally a security risk;
3996 the file should be readable by the invoking user only.
3997 .It Va password-HOST
3998 \*(IN Override
3999 .Va password
4000 for accounts on a specific host.
4001 .It Va password-USER@HOST
4002 \*(IN Override
4003 .Va password
4005 .Va password-HOST
4006 for a specific account.
4007 \*(OU
4008 Set the password for `user' when connecting to `host'.
4009 If no such variable is defined for a host,
4010 the user will be asked for a password on standard input.
4011 Specifying passwords in a startup file is generally a security risk;
4012 the file should be readable by the invoking user only.
4013 .It Va pipe-CONTENT/SUBCONTENT
4014 When a MIME message part of type `CONTENT/SUBCONTENT' (normalized to
4015 lowercase) type is displayed or quoted,
4016 its text is filtered through the value of this variable interpreted as
4017 a shell command.
4018 Some information about the MIME part to be displayed is embedded into
4019 the environment of the shell command:
4020 .Bl -tag -width ".It Ev NAIL_FILENAME_GENERATED"
4021 .It Ev NAIL_FILENAME
4022 The filename, if any is set, the empty string otherwise.
4023 .It Ev NAIL_FILENAME_GENERATED
4024 Set to
4025 .Ev NAIL_FILENAME
4026 if that isn't empty, but otherwise a combination of a random string
4027 (always) and the `SUBCONTENT' of the MIME part, if the latter is known.
4028 .It Ev NAIL_CONTENT
4029 The MIME content-type of the part, if known, the empty string otherwise.
4030 .It Ev NAIL_CONTENT_EVIDENCE
4032 .Va mime-counter-evidence
4033 includes the carry-around-bit (2), then this will be set to the detected
4034 MIME content-type; not only then identical to
4035 .Ev NAIL_CONTENT
4036 otherwise.
4039 The special value `@' can be used to force interpretation of the message
4040 part as plain text, e.g., `set pipe-application/pgp-signature=@' will
4041 henceforth treat signatures as plain text and display them "as is".
4043 Also, if a normal shell command is prefixed with `@', then the command
4044 will only be used to prepare the MIME message part if the message is
4045 displayed by itself, but not when multiple messages are displayed at
4046 once.
4048 Finally, if a normal shell command is prefixed with `@&', then, in
4049 addition to what has been described for the plain `@' shell command
4050 prefix, the command will be run asynchronously, i.e., without blocking
4051 \*(UA, which may be a handy way to display a, e.g., PDF file while also
4052 continuing to read the mail message.
4053 .It Va pipe-EXTENSION
4054 This is identical to
4055 .Va pipe-CONTENT/SUBCONTENT
4056 except that `EXTENSION' (normalized to lowercase using character
4057 mappings of the ASCII charset) names a file extension, e.g., `xhtml'.
4058 Handlers registered using this method take precedence.
4059 .It Va pop3-keepalive
4060 \*(OP POP3 servers close the connection after a period of inactivity;
4061 the standard requires this to be at least 10 minutes,
4062 but practical experience may vary.
4063 Setting this variable to a numeric `value' greater than 0 causes
4064 a `NOOP' command to be sent each `value' seconds if no other operation
4065 is performed.
4066 .It Va prompt
4067 The string printed when a command is accepted.
4068 Prompting may be prevented by either setting this to the null string
4069 or by setting
4070 .Va noprompt .
4071 The same XSI escape sequences that are understood by the
4072 .Ic echo
4073 command may be used within
4074 .Va prompt .
4076 In addition, the following \*(UA specific additional sequences are
4077 understood:
4078 `\\&', which expands to `?' unless
4079 .Va bsdcompat
4080 is set, in which case it expands to `&';
4081 note that "\\& " is the default value for
4082 .Va prompt .
4083 `\\?', which will expand to `1' if the last command failed, and to `0'
4084 otherwise,
4085 `\\$', which will expand to the name of the currently active
4086 .Ic account ,
4087 if any, and to the empty string otherwise,
4088 and `\\@', which will expand to the name of the currently active mailbox.
4089 (Note that the prompt buffer is size-limited, excess is cut off.)
4091 Even though
4092 .Va prompt
4093 checks for
4094 .Va headline-bidi
4095 to encapsulate the expansions of the `\\$' and `\\@' escape sequences as
4096 necessary to correctly display bidirectional text, this is not true for
4097 the final string that makes up
4098 .Va prompt
4099 as such, i.e., real BIDI handling is not supported.
4101 When a newer version of the
4102 .Xr editline 3
4103 .Sx COMMAND LINE EDITOR
4104 is used, any escape sequence must itself be encapsulated with another
4105 escape character for usage with the
4106 .Va EL_PROMPT_ESC
4107 mechanism: \*(UA configures the control character `\\01' for this.
4108 .It Va quote
4109 If set, \*(UA starts a replying message with the original message
4110 prefixed by the value of the variable
4111 .Va indentprefix .
4112 Normally, a heading consisting of `Fromheaderfield wrote:' is printed
4113 before the quotation.
4114 If the string `noheading' is assigned to the
4115 .Va quote
4116 variable, this heading is omitted.
4117 If the string `headers' is assigned, the headers selected by the
4118 .Ic ignore Ns / Ns Ic retain
4119 commands are printed above the message body,
4120 thus
4121 .Va quote
4122 acts like an automatic `~m'
4123 .Sx "TILDE ESCAPES"
4124 command, then.
4125 If the string `allheaders' is assigned, all headers are printed above
4126 the message body and all MIME parts are included,
4127 making
4128 .Va quote
4129 act like an automatic `~M' command.
4130 Also see
4131 .Va quote-as-attachment .
4132 .It Va quote-fold
4133 \*(OP Can be set in addition to
4134 .Va indentprefix .
4135 Setting this turns on a more fancy quotation algorithm in that leading
4136 quotation characters are compressed and overlong lines are folded.
4137 .Va quote-fold
4138 can be set to either one or two (space separated) numeric values,
4139 which are interpreted as the maximum (goal) and the minimum line length,
4140 respectively, in a spirit rather equal to the
4141 .Xr fmt 1
4142 program, but line-, not paragraph-based.
4143 If not set explicitly the minimum will reflect the goal algorithmically.
4144 The goal can't be smaller than the length of
4145 .Va indentprefix
4146 plus some additional pad.
4147 Necessary adjustments take place silently.
4148 .It Va record
4149 If defined, gives the pathname of the folder used to record all outgoing
4150 mail.
4151 If not defined, then outgoing mail is not saved.
4152 When saving to this folder fails the message is not sent,
4153 but instead saved to
4154 .Va DEAD .
4155 .It Va reply_strings
4156 Can be set to a comma-separated list of (case-insensitive according to
4157 ASCII rules) strings which shall be recognized in addition to the
4158 builtin strings as reply message indicators.
4159 Builtin are `Re:', which is mandated by RFC 5322, as well as the german
4160 `aw:'.
4161 .It Va replyto
4162 A list of addresses to put into the `Reply-To:' field of the message
4163 header.
4164 Members of this list are handled as if they were in the
4165 .Ic alternates
4166 list.
4167 .It Va screen
4168 When \*(UA initially prints the message headers it determines the number
4169 to print by looking at the speed of the terminal.
4170 The faster the terminal, the more it prints.
4171 This option overrides this calculation and specifies how many message
4172 headers are printed.
4173 This number is also used for scrolling with the
4174 .Ic z
4175 command.
4176 .It Va sendcharsets
4177 \*(OP A comma-separated list of character set names that can be used in
4178 outgoing Internet mail.
4179 The value of the variable
4180 .Va charset-8bit
4181 is automatically appended to this list of character-sets.
4182 If no character set conversion capabilities are compiled into \*(UA then
4183 the only supported charset is
4184 .Va ttycharset .
4185 Also see
4186 .Va sendcharsets-else-ttycharset
4187 and refer to the section
4188 .Sx CHARACTER SETS
4189 for the complete picture of character set conversion in \*(UA.
4190 .It Va sender
4191 An address that is put into the `Sender:' field of outgoing messages,
4192 quoting RFC 5322: the mailbox of the agent responsible for the actual
4193 transmission of the message.
4194 This field should normally not be used unless the `From:' field contains
4195 more than one address, on which case it is required.
4197 .Va sender
4198 address is handled as if it were in the
4199 .Ic alternates
4200 list.
4201 .It Va sendmail
4202 To use an alternate mail delivery system,
4203 set this option to the full pathname of the program to use.
4204 It may be necessary to set
4205 .Va sendmail-progname
4206 in addition.
4207 .It Va sendmail-arguments
4208 Arguments to pass through to the Mail-Transfer-Agent can be given via
4209 this option.
4210 These will be joined onto MTA options that have been given on the
4211 command line.
4213 .Dl set sendmail-arguments='-t -X \&"/tmp/my log\&"'
4214 .It Va sendmail-progname
4215 Many systems use a so-called
4216 .Xr mailwrapper 8
4217 environment to ensure compatibility with
4218 .Xr sendmail 1 .
4219 This works by inspecting the name that was used to invoke the mail
4220 delivery system.
4221 If this variable is set then the mailwrapper (the program that is
4222 actually executed when calling `sendmail') will treat its contents as
4223 that name.
4224 The default is `sendmail'.
4225 .It Va Sign
4226 A string for use with the `~A' tilde escape.
4227 .It Va sign
4228 A string for use with the `~a' tilde escape.
4229 .It Va signature
4230 Must correspond to the name of a readable file if set.
4231 The file's content is then appended to each singlepart message
4232 and to the first part of each multipart message.
4233 Be warned that there is no possibility to edit the signature for an
4234 individual message.
4235 .It Va smime-ca-dir
4236 \*(OP Specifies a directory with CA certificates in PEM (Privacy
4237 Enhanced Mail) format for verification of S/MIME signed messages.
4238 .It Va smime-ca-file
4239 \*(OP Specifies a file with CA certificates in PEM format for
4240 verification of S/MIME signed messages.
4241 .It Va smime-cipher-USER@HOST
4242 \*(OP Specifies a cipher to use when generating S/MIME encrypted
4243 messages for the specified account.
4244 RFC 5751 mandates a default of `aes-128' (AES-128 CBC).
4246 The actually available cipher algorithms depend on the cryptographic
4247 library that \*(UA uses; possible values are, in decreasing cipher
4248 strength:
4249 `aes-256' (AES-256 CBC), `aes-192' (AES-192 CBC), `aes-128' (AES-128 CBC),
4250 `des3' (DES EDE3 CBC, 168 bits; default if `aes-128' isn't available)
4251 and `des' (DES CBC, 56 bits).
4253 The following ciphers have been obsoleted and are no longer mentioned by
4254 the S/MIME specification (RFC 5751), but may be selected if available:
4255 `rc2-64' (RC2 CBC, 64 bits) and `rc2-40' (RC2 CBC, 40 bits).
4256 .It Va smime-crl-file
4257 \*(OP Specifies a file that contains a CRL in PEM format to use when
4258 verifying S/MIME messages.
4259 .It Va smime-crl-dir
4260 \*(OP Specifies a directory that contains files with CRLs in PEM format
4261 to use when verifying S/MIME messages.
4262 .It Va smime-encrypt-USER@HOST
4263 \*(OP If this variable is set, messages send to the given receiver are
4264 encrypted before sending.
4265 The value of the variable must be set to the name of a file that
4266 contains a certificate in PEM format.
4268 If a message is sent to multiple recipients,
4269 each of them for whom a corresponding variable is set will receive an
4270 individually encrypted message;
4271 other recipients will continue to receive the message in plain text
4272 unless the
4273 .Va smime-force-encryption
4274 variable is set.
4275 It is recommended to sign encrypted messages, i.e., to also set the
4276 .Va smime-sign
4277 variable.
4278 .It Va smime-sign-cert
4279 \*(OP Points to a file in PEM format.
4280 For the purpose of signing and decryption this file needs to contain the
4281 user's private key as well as his certificate.
4283 For the purpose of encryption the recipient's public encryption key
4284 (certificate) is expected; the command
4285 .Ic certsave
4286 can be used to save certificates of signed messages (the section
4287 .Sx "Signed and encrypted messages with S/MIME"
4288 gives some details).
4289 This mode of operation is usually driven via
4290 .Va smime-sign-cert-USER@HOST ,
4291 though.
4292 .It Va smime-sign-cert-USER@HOST
4293 Overrides
4294 .Va smime-sign-cert
4295 for a specific account.
4296 For message signing `USER@HOST' is always derived from the value of
4297 .Va from
4298 (or, if that contains multiple addresses,
4299 .Va sender Ns
4302 When decrypting messages the account is derived from the recipient
4303 fields (`To:' and `Cc:') of the message, which are searched for
4304 addresses for which such a variable is set.
4305 \*(UA always uses the first address that matches,
4306 so if the same message is sent to more than one of the user's addresses
4307 using different encryption keys, decryption might fail.
4308 .It Va smime-sign-include-certs
4309 \*(OP If used, this is supposed to a consist of a comma-separated list
4310 of files, each of which containing a single certificate in PEM format to
4311 be included in the S/MIME message in addition to the
4312 .Va smime-sign-cert
4313 certificate.
4314 This is most useful for long certificate chains if it is desired to aid
4315 the receiving party's verification process.
4316 Note that top level certificates may also be included in the chain but
4317 don't play a role for verification.
4318 Also see
4319 .Va smime-sign-cert
4321 .Va smime-sign-cert-USER@HOST .
4322 .It Va smime-sign-include-certs-USER@HOST
4323 Overrides
4324 .Va smime-sign-include-certs
4325 for a specific account.
4326 .It Va smtp
4327 \*(OP Normally \*(UA invokes the program defined via
4328 .Va sendmail
4329 to transfer messages.
4330 Setting the
4331 .Va smtp
4332 variable will instead cause `SMTP' network connections be made to the
4333 server specified therein in order to directly submit the message.
4334 \*(UA knows about three different "SMTP protocols":
4335 .Bl -bullet -offset indent
4337 The plain `SMTP' protocol (RFC 5321) that normally lives on the
4338 server port 25 and requires setting of the
4339 .Va smtp-use-starttls
4340 variable as above to enter a SSL/TLS encrypted session state.
4341 Assign a value like \*(IN `[smtp://][user[:password]@]server[:port]'
4342 (\*(OU `[smtp://]server[:port]')
4343 to choose this protocol.
4345 Then the so-called `SMTPS' which is supposed to live on server port 465
4346 and is automatically SSL/TLS secured.
4347 Unfortunately it never became a standardized protocol and may thus not
4348 be supported by your hosts network service database
4349 \(en in fact the port number has already been reassigned to other
4350 protocols!
4352 `SMTPS' is nonetheless a commonly offered "protocol" and thus can be
4353 chosen by assigning a value like \*(IN
4354 `smtps://[user[:password]@]server[:port]'
4355 (\*(OU `smtps://server[:port]');
4356 due to the mentioned problems it is usually necessary to explicitly
4357 specify the port as `:465', however.
4359 Finally there is the `SUBMISSION' protocol (RFC 6409), which usually
4360 lives on server port 587 and is practically identically to the `SMTP'
4361 protocol from \*(UAs point of view beside that; it requires setting the
4362 .Va smtp-use-starttls
4363 variable to enter a SSL/TLS secured session state.
4364 Assign a value like \*(IN `submission://[user[:password]@]server[:port]'
4365 (\*(OU `submission://server[:port]').
4368 The SMTP transfer is executed in a child process, which runs
4369 asynchronously unless either the
4370 .Va sendwait
4371 or the
4372 .Va verbose
4373 variable is set.
4374 If it receives a TERM signal, it will abort and save the message to
4375 .Va DEAD .
4376 .It Va smtp-auth
4377 \*(OP Sets the SMTP authentication method.
4378 Possible values are `none' (the default), `plain', `login'
4379 as well as the \*(OPal methods `cram-md5' and `gssapi'.
4380 The `none' method doesn't need any user credentials,
4381 `gssapi' requires a user name
4382 and all other methods require a user name and a password.
4383 See \*(IN
4384 .Va smtp ,
4385 .Va user
4387 .Va password
4388 (\*(OU
4389 .Va smtp-auth-password
4391 .Va smtp-auth-user Ns
4393 .It Va smtp-auth-HOST
4394 \*(IN Overrides
4395 .Va smtp-auth
4396 for SMTP accounts on a specific host.
4397 .It Va smtp-auth-USER@HOST
4398 Overrides
4399 .Va smtp-auth
4400 for a specific account.
4401 (\*(OU For specific values of sender addresses, dependend upon the variable
4402 .Va from Ns
4403 .Ns .)
4404 .It Va smtp-auth-password
4405 \*(OP \*(OU Sets the global fallback password for SMTP authentication.
4406 If the authentication method requires a password, but neither
4407 .Va smtp-auth-password
4408 nor a matching
4409 .Va smtp-auth-password-USER@HOST
4410 can be found,
4411 \*(UA will ask for a password on the user's terminal.
4412 .It Va smtp-auth-password-USER@HOST
4413 Overrides
4414 .Va smtp-auth-password
4415 for specific values of sender addresses, dependent upon the variable
4416 .Va from .
4417 .It Va smtp-auth-user
4418 \*(OP \*(OU Sets the global fallback user name for SMTP authentication.
4419 If the authentication method requires a user name, but neither
4420 .Va smtp-auth-user
4421 nor a matching
4422 .Va smtp-auth-user-USER@HOST
4423 can be found,
4424 \*(UA will ask for a user name on the user's terminal.
4425 .It Va smtp-auth-user-USER@HOST
4426 Overrides
4427 .Va smtp-auth-user
4428 for specific values of sender addresses, dependent upon the variable
4429 .Va from .
4430 .It Va smtp-hostname
4431 \*(IN Normally \*(UA uses the variable
4432 .Va from
4433 to derive the necessary `USER@HOST' information to issue a
4434 `MAIL FROM:<>' SMTP command.
4435 Setting
4436 .Va smtp-hostname
4437 can be used to use the `USER' from the SMTP account
4438 .Ns ( Va smtp
4439 or the
4440 .Va user
4441 variable chain)
4442 and the `HOST' from the content of this variable
4443 (or, if that is the empty string,
4444 .Va hostname
4445 or the local hostname as a last resort).
4446 This often allows using an address that is itself valid but hosted by
4447 a provider other than which is about to send the message in
4448 .Va from .
4449 Setting this variable also influences the generated `Message-Id:'.
4450 .It Va spam-command
4451 \*(OP The path to the spam detector.
4452 Note that the path is not expanded, but used "as is".
4453 A fallback path will have been compiled into the \*(UA binary if the
4454 .Xr spamc 1
4455 executable had been found during compilation.
4456 .It Va spam-host
4457 \*(OP Can be used to specify the host on which
4458 .Xr spamd 1
4459 listens for connections; if not set, defaults to `localhost'.
4460 .It Va spam-maxsize
4461 \*(OP Spam detectors like
4462 .Xr spamc 1
4463 decline to work with messages which exceed a specific size;
4464 if this variable is set then \*(UA won't even try to pass messages which
4465 exceed the given limit.
4466 The default is 420000 bytes.
4467 .It Va spam-port
4468 \*(OP Can be used to explicitly specify the port on which
4469 .Xr spamd 1
4470 listens for connections.
4471 .It Va spam-socket
4472 \*(OP If the spam detector listens on a path-based UNIX domain socket,
4473 then setting this variable to the fully qualified path will force its
4474 usage for communication.
4475 .It Va spam-user
4476 \*(OP This can be used to support multiple, per-used configuration files
4477 of the spam detector.
4478 Note that \*(UA doesn't automatically set this to reflect a possibly set
4479 .Fl u
4480 option.
4481 .It Va ssl-ca-dir
4482 \*(OP Specifies a directory with CA certificates in PEM (Pricacy
4483 Enhanced Mail) for verification of of SSL/TLS server certificates.
4485 .Xr SSL_CTX_load_verify_locations 3
4486 for more information.
4487 .It Va ssl-ca-file
4488 \*(OP Specifies a file with CA certificates in PEM format for
4489 verification of SSL/TLS server certificates.
4491 .Xr SSL_CTX_load_verify_locations 3
4492 for more information.
4493 .It Va ssl-cert
4494 \*(OP Sets the file name for a SSL/TLS client certificate required by
4495 some servers.
4496 .It Va ssl-cert-USER@HOST
4497 Sets an account-specific file name for a SSL/TLS client certificate
4498 required by some servers.
4499 Overrides
4500 .Va ssl-cert
4501 for the specified account.
4502 .It Va ssl-cipher-list
4503 \*(OP Specifies a list of ciphers for SSL/TLS connections.
4505 .Xr ciphers 1
4506 for more information.
4507 .It Va ssl-crl-file
4508 \*(OP Specifies a file that contains a CRL in PEM format to use when
4509 verifying SSL/TLS server certificates.
4510 .It Va ssl-crl-dir
4511 \*(OP Specifies a directory that contains files with CRLs in PEM format
4512 to use when verifying SSL/TLS server certificates.
4513 .It Va ssl-key
4514 \*(OP Sets the file name for the private key of a SSL/TLS client
4515 certificate.
4516 If unset, the name of the certificate file is used.
4517 The file is expected to be in PEM format.
4518 .It Va ssl-key-USER@HOST
4519 Sets an account-specific file name for the private key of a SSL/TLS
4520 client certificate.
4521 Overrides
4522 .Va ssl-key
4523 for the specified account.
4524 .It Va ssl-method
4525 \*(OP Selects the used TLS/SSL protocol version.
4526 The actually available protocol versions depend on the TLS/SSL
4527 library that \*(UA uses; possible values are, from newest to oldest:
4528 `tls1.2', `tls1.1', `tls1', `ssl3' and `ssl2'.
4530 Setting
4531 .Va ssl-method
4532 to any of these values will fixate the used protocol, which means that
4533 connections will fail if the server doesn't support it.
4534 The value `auto', which is the default, chooses a compatibility method
4535 that automatically uses the newest protocol version that the server
4536 is capable to understand.
4538 It has to be noted that `auto' is used as a fallback method if
4539 the actual setting of
4540 .Va ssl-method
4541 isn't supported by the used TLS/SSL library \(em in this case an error
4542 message will be printed first, however.
4543 .It Va ssl-method-USER@HOST
4544 Overrides
4545 .Va ssl-method
4546 for a specific account.
4547 .It Va ssl-rand-egd
4548 \*(OP Gives the pathname to an entropy daemon socket, see
4549 .Xr RAND_egd 3 .
4550 Note that (as of 2014) not all OpenSSL installations include this
4551 functionality.
4552 .It Va ssl-rand-file
4553 \*(OP Gives the pathname to a file with entropy data, see
4554 .Xr RAND_load_file 3 .
4555 If the file is a regular file writable by the invoking user,
4556 new data is written to it after it has been loaded.
4557 .It Va ssl-verify
4558 \*(OP Sets the action to be performed if an error occurs during SSL/TLS
4559 server certificate validation.
4560 Valid values are
4561 `strict' (fail and close connection immediately),
4562 `ask' (ask whether to continue on standard input),
4563 `warn' (print a warning and continue),
4564 `ignore' (do not perform validation).
4565 The default is `ask'.
4566 .It Va ssl-verify-USER@HOST
4567 Overrides
4568 .Va ssl-verify
4569 for a specific account.
4570 .It Va stealthmua
4571 If only set without an assigned value, then this option inhibits the
4572 generation of the `Message-Id:' and `User-Agent:' header fields that
4573 include obvious references to \*(UA.
4574 There are two pitfalls associated with this:
4575 First, the message id of outgoing messages is not known anymore.
4576 Second, an expert may still use the remaining information in the header
4577 to track down the originating mail user agent.
4578 If set to the value `noagent', then the mentioned `Message-Id:'
4579 suppression doesn't occur.
4580 .It Va toplines
4581 If defined, gives the number of lines of a message to be printed out
4582 with the top command;
4583 normally, the first five lines are printed.
4584 .It Va ttycharset
4585 The character set of the terminal \*(UA operates on,
4586 and the one and only supported character set that \*(UA can use if no
4587 character set conversion capabilities have been compiled into it,
4588 in which case it defaults to `ISO-8859-1' unless it can deduce a value
4589 from the `LC_CTYPE' locale environment.
4590 Refer to the section
4591 .Sx CHARACTER SETS
4592 for the complete picture about character sets.
4593 .It Va user
4594 \*(IN Sets a global fallback user name, which is used in case none has
4595 been given in the protocol and account-specific URL and there is also
4596 no matching
4597 .Va user-HOST .
4598 This variable defaults to the value of
4599 .Ev USER .
4600 .It Va user-HOST
4601 \*(IN Overrides
4602 .Va user
4603 for a specific host.
4605 .\" }}}
4606 .\" }}} (Variable options)
4608 .\" .Sh ENVIRONMENT {{{
4609 .Sh ENVIRONMENT
4610 Besides the variables described above,
4611 \*(UA uses the following environment variables:
4612 .Bl -tag -width ".It Ev MAILRC"
4613 .It Ev COLUMNS
4614 The user's preferred width in column positions for the terminal screen
4615 or window (only used during startup).
4616 .It Ev DEAD
4617 The name of the file to use for saving aborted messages.
4618 This defaults to `dead.letter' in the user's home directory.
4619 .It Ev EDITOR
4620 Pathname of the text editor to use in the
4621 .Ic edit
4622 command and
4623 .Ic ~e
4624 .Sx "TILDE ESCAPES" .
4625 A default editor is used if this value is not defined.
4626 .It Ev HOME
4627 The user's home directory.
4628 .It Ev LANG , Ev LC_ALL , Ev LC_COLLATE , Ev LC_CTYPE , Ev LC_MESSAGES
4630 .Xr locale 7 .
4631 .It Ev LINES
4632 The user's preferred number of lines on a page or the vertical screen or
4633 window size in lines (only used during startup).
4634 .It Ev LISTER
4635 Pathname of the directory lister to use in the
4636 .Ic folders
4637 command when operating on local mailboxes.
4638 Default is
4639 .Pa /bin/ls .
4640 .It Ev MBOX
4641 The name of the user's mbox file.
4642 Supports a logical subset of the special conventions that are documented
4643 for the
4644 .Ic file
4645 command and the
4646 .Va folder
4647 option.
4648 The fallback default is `mbox' in the user's home directory.
4649 .It Ev MAILRC
4650 Is used as a startup file instead of \*(ur if set.
4651 When \*(UA scripts are invoked on behalf of other users,
4652 this variable should be set to
4653 .Pa /dev/null
4654 to avoid side-effects from reading their configuration files.
4655 .It Ev NAILRC
4656 If this variable is set and
4657 .Ev MAILRC
4658 is not, it is treated as a startup configuration file and read.
4659 .It Ev NAIL_NO_SYSTEM_RC
4660 If this variable is set then reading of \*(UR at startup is inhibited,
4661 i.e., the same effect is achieved as if \*(UA had been started up with
4662 the option
4663 .Fl n .
4664 .It Ev NETRC
4665 \*(IN \*(OP This variable overrides the default location of the user's
4666 .Pa .netrc
4667 file.
4668 .It Ev PAGER
4669 Pathname of the program to use in the more command or when the
4670 .Va crt
4671 variable is set.
4672 The default paginator is
4673 .Xr more 1 .
4674 .It Ev SHELL
4675 Pathname of the shell to use in the
4676 .Ic \!
4677 command and the `~!'
4678 .Sx "TILDE ESCAPES" .
4679 A default shell is used if this option is not defined.
4680 .It Ev SYSV3
4681 Changes the letters printed in the first column of a header summary.
4682 .It Ev TERM
4683 \*(OP The terminal type for which output is to be prepared.
4684 .It Ev TMPDIR
4685 Used as directory for temporary files instead of
4686 .Pa /tmp ,
4687 if set.
4688 .It Ev USER
4689 Can be used to force identification as
4690 .Ev USER ,
4691 i.e., identical to the
4692 .Fl u
4693 command line option.
4694 .It Ev VISUAL
4695 Pathname of the text editor to use in the
4696 .Ic visual
4697 command and `~v'
4698 .Sx "TILDE ESCAPES" .
4700 .\" }}}
4702 .\" .Sh FILES {{{
4703 .Sh FILES
4704 .Bl -tag -width ".It Pa /etc/mime.types"
4705 .It Pa \*(ur
4706 File giving initial commands.
4707 .It Pa \*(UR
4708 System wide initialization file.
4709 .It Pa ~/.mime.types
4710 Personal MIME types.
4711 .It Pa /etc/mime.types
4712 System wide MIME types.
4713 .It Pa ~/.netrc
4714 \*(IN \*(OP The default location of the users
4715 .Pa .netrc
4716 file \(en the section
4717 .Sx "THE .netrc FILE"
4718 documents the file format.
4720 .\" }}}
4722 .\" .Sh "THE mime.types FILES" {{{
4723 .Sh "THE mime.types FILES"
4724 For any outgoing attachment \*(UA tries to determine the content type.
4725 It does this by reading MIME type files whose lines have the following
4726 syntax:
4728 .Dl type/subtype        extension [extension ...]
4730 where `type/subtype' are strings describing the file contents,
4731 and `extension' is the part of a filename starting after the last dot.
4732 Any line not immediately beginning with an ASCII alphabetical character
4733 is ignored by \*(UA.
4734 The variable
4735 .Va mimetypes-load-control
4736 can be used to control the sources of MIME types, and the
4737 .Ic mimetypes
4738 command can be used to show the list of mime types known to \*(UA.
4739 If there is a match with the `extension' of the file to attach,
4740 the given `type/subtype' pair is used.
4741 Otherwise, or if the filename has no extension,
4742 the content types `text/plain' or `application/octet-stream' are used,
4743 dependent upon file content inspection.
4744 Also see
4745 .Va mime-allow-text-controls .
4746 .\" }}}
4748 .\" .Sh THE .netrc FILE {{{
4749 .Sh THE .netrc FILE
4751 .Pa .netrc
4752 file contains user credentials for machine accounts.
4753 The default location in the user's home directory may be
4754 overridden by the
4755 .Ev NETRC
4756 environment variable.
4757 The file consists of space, tabulator or newline separated tokens.
4758 \*(UA implements a parser that supports a superset of the original BSD
4759 syntax, but users should nonetheless be aware of portability glitches
4760 of that file format, shall their
4761 .Pa .netrc
4762 be usable across multiple programs and platforms:
4763 .Bl -bullet
4765 BSD doesn't support single, but only double quotation marks;
4766 e.g., `password="pass with spaces"'.
4768 BSD (only?) supports escaping of single characters via a backslash
4769 (e.g., a space can be escaped via `\e '), in- as well as outside of
4770 a quoted string.
4772 BSD doesn't require the final quotation mark of the final user input
4773 token.
4775 At least Hewlett-Packard seems to support a format which also allows
4776 tokens to be separated with commas \(en this format is not supported!
4778 Whereas other programs may require that the
4779 .Pa .netrc
4780 file is accessible by only the user if it contains a
4781 .Ic password
4782 token for any other
4783 .Ic login
4784 than anonymous, \*(UA will always require these strict permissions.
4787 Of the following list of supported tokens \*(UA only uses (and caches)
4788 `machine', `login' and `password':
4789 .Bl -tag -width password
4790 .It Ic machine Ar name
4791 The hostname of the entries machine, lowercase-normalized by \*(UA
4792 before use.
4793 Any further file content, until either end-of-file or the occurrence
4794 of another
4795 .Ic machine
4796 or a
4797 .Ic default
4798 first-class token is bound (only related) to the machine
4799 .Ar name .
4801 As an extension that shouldn't be the cause of any worries
4802 \*(UA supports a single wildcard prefix for
4803 .Ar name :
4805 .Dl *.example.com login USER password PASSWORD
4806 .Dl imap.example.com login USER password PASSWORD
4808 which would match `smtp.example.com' as well as `pop3.example.com', but
4809 neither `example.com' nor `local.smtp.example.com'.
4810 Note that in the example `imap.example.com' will not be matched by the
4811 wildcard, since the exact match takes precedence (it is however faster
4812 to specify it the other way around).
4813 .It Ic default
4814 This is the same as
4815 .Ic machine
4816 except that it is a fallback entry that is used shall none of the
4817 specified machines match; only one default token may be specified,
4818 and it must be the last first-class token.
4819 .It Ic login Ar name
4820 The user name on the remote machine.
4821 .It Ic password Ar string
4822 The user's password on the remote machine.
4823 .It Ic account Ar string
4824 Supply an additional account password.
4825 This is merely for FTP purposes.
4826 .It Ic macdef Ar name
4827 Define a macro.
4828 A macro is defined with the specified
4829 .Ar name ;
4830 it is formed from all lines beginning with the next line and continuing
4831 until a blank line is (consecutive newline characters are) encountered.
4832 (Note that
4833 .Ic macdef
4834 entries cannot be utilized by multiple machines, too, but must be
4835 defined following the
4836 .Ic machine
4837 they are intended to be used with.)
4838 If a macro named
4839 .Ar init
4840 exists, it is automatically run as the last step of the login process.
4841 This is merely for FTP purposes.
4843 .\" }}}
4845 .\" .Sh EXAMPLES {{{
4846 .Sh EXAMPLES
4848 .\" .Ss "An example configuration" {{{
4849 .Ss "An example configuration"
4850 .Bd -literal -offset indent
4851 # This example assumes v15.0 compatibility mode
4852 set v15-compat
4854 # Where are the SSL certificates?
4855 set ssl-ca-dir=/etc/ssl/certs
4856 set ssl-verify=strict
4858 # Essential setting: select allowed character sets
4859 set sendcharsets=utf-8,iso-8859-1
4861 # Don't try to load any external mime.types(5) descriptions
4862 set mimetypes-load-control
4864 # Default directory where we act in (relative to $HOME)
4865 set folder=mail MBOX=+mbox.mbox record=+sent.mbox \e
4866     DEAD=+dead.mbox
4868 # Not really optional, e.g., for S/MIME
4869 set from="Your Name <youremail@domain>"
4871 # It may be necessary to set hostname and/or smtp-hostname
4872 # if the "SERVER" of smtp and "domain" of from don't match.
4873 # The `urlencode' command can be used to encode USER and PASS
4874 set smtp=(smtp[s]/submission)://[USER[:PASS]@]SERVER[:PORT] \e
4875     smtp-auth=login/plain... \e
4876     smtp-use-starttls
4878 # Never refuse to start into interactive mode, and more
4879 set emptystart \e
4880     colour-pager history-gabby mime-counter-evidence=2 \e
4881     prompt="\033[31m?\?[\$ \@]\& \033[0m" \e
4882     NAIL_HISTFILE=+.s-nailhist NAIL_HISTSIZE=-1
4884 # When `p'rinting messages, show only these headers
4885 # (use `P'rint for all headers and `S'how for raw message)
4886 retain date from to cc subject
4888 # A real life example of a very huge free mail provider
4889 account XooglX {
4890    localopts 1
4891    # (The plain smtp:// proto is optional)
4892    set smtp=USER:PASS@smtp.gmXil.com \e
4893        smtp-auth=plain smtp-use-starttls
4894    set from="Your Name <youremail@domain>"
4897 # Here is a pretty large one which does not allow sending mails
4898 # if there is a domain name mismatch on the SMTP protocol level,
4899 # which would bite us if the value of from does not match, e.g.,
4900 # for people who have a sXXXXeforge project and want to speak
4901 # with the mailing list under their project account (in from),
4902 # still sending the message through their normal mail provider
4903 account XandeX {
4904    localopts 1
4905    set smtp=smtps://USER:PASS@smtp.yaXXex.ru:465 smtp-auth=plain \e
4906        hostname=yaXXex.com smtp-hostname=
4907    set from="Your Name <youremail@domain>"
4911 When storing passwords in \*(ur appropriate permissions should be set on
4912 this file with `$ chmod 0600 \*(ur'.
4913 If the \*(OPal
4914 .Va netrc-lookup
4915 is available user credentials can be stored in the central
4916 .Pa .netrc
4917 file instead; e.g., here is a different version of the example account
4918 that sets up SMTP and POP3:
4919 .Bd -literal -offset indent
4920 account XandeX {
4921    localopts 1
4922    set netrc-lookup
4923    #set agent-shell-lookup="gpg -d .pass.gpg"
4925    set smtp=smtps://smtp.yXXXXx.ru:465 smtp-auth=plain \e
4926        smtp-hostname= hostname=yXXXXx.com
4927    set pop3-keepalive=240
4928    ghost xp 'fi pop3s://pop.yXXXXx.ru'
4932 and, in the
4933 .Pa .netrc
4934 file:
4935 .Bd -literal -offset indent
4936 machine *.yXXXXx.ru login USER password PASS
4939 If the also \*(OPal
4940 .Va agent-shell-lookup
4941 is available things could be diversified further by using encrypted
4942 password storage: for this, don't specify `password PASS' in the
4943 .Pa .netrc
4944 file and instead uncomment the line that defines agent lookup in the
4945 example
4946 .Ic account
4947 above, then create the encrypted password storage file
4948 .Pa .pass.gpg :
4949 .Bd -literal -offset indent
4950 $ echo PASS > .pass
4951 $ gpg -e .pass
4952 $ eval `gpg-agent --daemon \e
4953         --pinentry-program=/usr/bin/pinentry-curses \e
4954         --max-cache-ttl 99999 --default-cache-ttl 99999`
4957 This configuration should now work just fine (use the
4958 .Fl d
4959 command line option for a(n almost) dry-run):
4961 .Dl $ echo text | \*(ua -vv -AXandeX -s Subject some@where
4962 .\" }}}
4964 .\" .Ss "Sending mail from scripts" {{{
4965 .Ss "Sending mail from scripts"
4966 If you want to send mail from scripts, you must be aware that \*(UA
4967 reads the user's configuration files by default.
4968 So unless your script is only intended for your own personal use
4969 (as, e.g., a cron job), you need to circumvent this:
4971 .Dl MAILRC=/dev/null LC_ALL=en_US.UTF-8 \*(ua \-n
4973 You then need to create a script-local configuration for \*(UA.
4974 This can be done by either pointing the
4975 .Ev MAILRC
4976 variable to a custom configuration file,
4977 by passing the configuration in environment variables,
4978 or by using the
4979 .Fl S
4980 command line option to specify options.
4981 Since many configuration options are not valid shell variables, the
4982 .Xr env 1
4983 command is useful if the approach via environment variables is used:
4984 .Bd -literal -offset indent
4985 env MAILRC=/dev/null LC_ALL=C password=secret \*(ua -n -Sv15-compat \e
4986     -S 'smtp=smtps://mylogin@some.host:465' -Ssmtp-auth=login \e
4987     -S 'from=scriptreply@domain' \e
4988     -s 'subject' -a attachment_file recipient@domain < content_file
4990 .\" }}}
4992 .\" .Ss "IMAP or POP3 client setup" {{{
4993 .Ss "IMAP or POP3 client setup"
4994 \*(OP First you need the following data from your ISP:
4995 the host name of the IMAP or POP3 server,
4996 user name and password for this server,
4997 and a notice whether the server uses SSL/TLS encryption.
4998 Assuming the SSL/TLS secured host name of your IMAP account is
4999 `server.myisp.example' and your user name for that server is `mylogin',
5000 you could refer to this account using the
5001 .Ic file
5002 command or the
5003 .Fl f
5004 command line option with
5006 .Dl imaps://mylogin@server.myisp.example
5008 (This string is not necessarily the same as your Internet mail address.)
5009 Even if the server does not accept IMAPS or POP3S connections,
5010 it is possible that it supports the `STARTTLS' method of upgrading
5011 already connected, but not yet authenticated sessions to use SSL/TLS
5012 encryption.
5013 The only reliable method to see if this works is to try it; enter one of
5015 .Dl set imap-use-starttls
5016 .Dl set pop3-use-starttls
5018 before you initiate the connection, dependent on the actual protocol.
5021 .Ic shortcut
5022 command can be used to avoid typing that many characters every time you
5023 want to connect:
5025 .Dl shortcut myisp %:imaps://mylogin@server.myisp.example
5027 You might want to put this string into a startup file.
5028 .Ic shortcut
5029 is one of those commands that are specific to \*(UA and will thus
5030 confuse other implementations of POSIX
5031 .Xr mailx 1 ,
5032 so it should possibly not be placed in \*(ur.
5033 Instead, put
5035 .Dl set NAIL_EXTRA_RC=.\*(uarc
5037 in \*(ur and create a file
5038 .Pa ~/.\*(uarc
5039 containing all the commands that are specific to \*(UA.
5040 You can then access your remote mailbox by invoking
5042 .Dl \*(ua \-f myisp
5044 on the command line, or by executing
5046 .Dl fi myisp
5048 within \*(UA.
5049 If you want to use more than one IMAP mailbox on a server,
5050 or if you want to use the IMAP server for mail storage too, the
5051 .Ic account
5052 command (which is also \*(UA-specific) is possibly more appropriate.
5053 You can put the following in
5054 .Pa ~/.\*(uarc :
5055 .Bd -literal -offset indent
5056 account myisp {
5057    set folder=imaps://mylogin@server.myisp.example
5058    set record=+Sent MBOX=+mbox outfolder
5062 and can then access incoming mail for this account by invoking
5063 `\*(ua \-A myisp' on the command line or by executing `ac myisp' within
5064 \*(UA.
5065 After that, a command like `copy 1 +otherfolder' will refer to
5066 `otherfolder' on the IMAP server.
5067 In particular, `fi&' will change to the `mbox' folder,
5068 and `fi+Sent' will show your recorded sent mail,
5069 with both folders located on the IMAP server.
5071 \*(UA will ask you for a password string each time you connect to
5072 a remote account.
5073 If you can reasonably trust the security of your workstation,
5074 you can give this password in the startup file as
5076 .Dl set password-mylogin@server.myisp.example="SECRET"
5078 You should change the permissions of this file to 0600, see
5079 .Xr chmod 1 .
5081 \*(UA supports different authentication methods for both IMAP and POP3.
5082 If Kerberos is used at your location,
5083 you can try to activate (the optional) GSS-API based authentication via
5085 .Dl set imap-auth=gssapi
5087 The advantage of this method is that \*(UA doesn't need to know your
5088 password at all, nor does it have to send sensitive data over the network.
5089 If that isn't possible, try to use authentication methods that at least
5090 avoid sending the password in clear over the wire, which is especially
5091 important if SSL/TLS cannot be used, e.g.,
5093 .Dl set imap-auth=cram-md5
5095 For POP3 \*(UA will try to use the `APOP' mechanism automatically unless
5096 explicitly disabled.
5097 If the server does not offer any such authentication methods,
5098 conventional user/password based authentication must be used.
5099 It is sometimes helpful, especially when setting up an account or when
5100 there are authentification problems, to enable verbosity by setting the
5101 .Va verbose
5102 option \(en \*(UA will display all data sent to the server in clear text
5103 on the screen when this option is set.
5104 (Because this may also include passwords you should take care that no
5105 unauthorized person can look at your terminal when this option is set.)
5107 If you regularly use the same workstation to access IMAP accounts,
5108 you can greatly enhance performance by enabling local caching of IMAP
5109 messages.
5110 For any message that has been fully or partially fetched from the server,
5111 a local copy is made and is used when the message is accessed again,
5112 so most data is transferred over the network once only.
5113 To enable the IMAP cache, select a local directory name and put
5115 .Dl set imap-cache=~/localdirectory
5117 in the (\*(UA-specific) startup file.
5118 All files within that directory can be overwritten or deleted by \*(UA
5119 at any time,
5120 so you should not use the directory to store other information.
5122 Once the cache contains some messages,
5123 it is not strictly necessary anymore to open a connection to the IMAP
5124 server to access them.
5125 When \*(UA is invoked with the option
5126 .Fl D ,
5127 or when the
5128 .Va disconnected
5129 variable is set,
5130 only cached data is used for any folder you open.
5131 Messages that have not yet been completely cached are not available
5132 then, but all other messages can be handled as usual.
5133 Changes made to IMAP mailboxes in
5134 .Va disconnected
5135 mode are committed to the IMAP server next time it is being connected to.
5136 Synchronizing the local status with the status on the server is thus
5137 partially within your responsibility;
5138 if you forget to initiate a connection to the server again before you
5139 leave your location,
5140 changes made on one workstation are not available on others.
5141 Also if you alter IMAP mailboxes from a workstation while uncommitted
5142 changes are still pending on another,
5143 the latter data may become invalid.
5144 The same might also happen because of internal server status changes.
5145 You should thus carefully evaluate this feature in your environment
5146 before you rely on it.
5148 Many servers will close the connection after a short period of
5149 inactivity \(en use one of
5151 .Dl set pop3-keepalive=30
5152 .Dl set imap-keepalive=240
5154 to send a keepalive message each 30 seconds for POP3,
5155 or each 4 minutes for IMAP.
5157 If you encounter problems connecting to a SSL/TLS server,
5158 try the
5159 .Va ssl-rand-egd
5161 .Va ssl-rand-file
5162 variables (see the OpenSSL FAQ for more information) or specify the
5163 protocol version with
5164 .Va ssl-method .
5165 Contact your ISP if you need a client certificate or if verification of
5166 the server certificate fails.
5167 If the failed certificate is indeed valid,
5168 fetch its CA certificate by executing the shell command
5170 .Dl $ </dev/null openssl s_client \-showcerts \-connect \e
5171 .Dl \ \ \ \ \ \ server.myisp.example:imaps 2>&1 | tee log.txt
5173 (see
5174 .Xr s_client 1 Ns
5175 ) and put it into the file specified with
5176 .Va ssl-ca-file .
5177 The data you need is located at the end of the certificate chain
5178 within (and including) the `BEGIN CERTIFICATE'
5179 and `END CERTIFICATE' lines.
5180 Note that the example above is \fBinsecure\fR!
5181 One should use the `-verify' and `-CAfile' options of
5182 .Xr s_client 1
5183 to be "on the safe side" regarding the fetched certificates.
5184 .\" }}}
5186 .\" .Ss "Signed and encrypted messages with S/MIME" {{{
5187 .Ss "Signed and encrypted messages with S/MIME"
5188 \*(OP S/MIME provides two central mechanisms:
5189 message signing and message encryption.
5190 A signed message contains some data in addition to the regular text.
5191 The data can be used to verify that the message was sent using a valid
5192 certificate, that the sender's address in the message header matches
5193 that in the certificate, and that the message text has not been altered.
5194 Signing a message does not change its regular text;
5195 it can be read regardless of whether the recipient's software is able to
5196 handle S/MIME.
5197 It is thus usually possible to sign all outgoing messages if so desired.
5198 Encryption, in contrast, makes the message text invisible for all people
5199 except those who have access to the secret decryption key.
5200 To encrypt a message, the specific recipient's public encryption key
5201 must be known.
5202 It is thus not possible to send encrypted mail to people unless their
5203 key has been retrieved from either previous communication or public key
5204 directories.
5205 A message should always be signed before it is encrypted.
5206 Otherwise, it is still possible that the encrypted message text is
5207 altered.
5209 A central concept to S/MIME is that of the certification authority (CA).
5210 A CA is a trusted institution that issues certificates.
5211 For each of these certificates it can be verified that it really
5212 originates from the CA, provided that the CA's own certificate is
5213 previously known.
5214 A set of CA certificates is usually delivered with OpenSSL and installed
5215 on your system.
5216 If you trust the source of your OpenSSL software installation,
5217 this offers reasonable security for S/MIME on the Internet.
5218 In general, a certificate cannot be more secure than the method its CA
5219 certificate has been retrieved with, though.
5220 Thus if you download a CA certificate from the Internet,
5221 you can only trust the messages you verify using that certificate as
5222 much as you trust the download process.
5224 The first thing you need for participating in S/MIME message exchange is
5225 your personal certificate, including a private key.
5226 The certificate contains public information, in particular your name and
5227 your email address, and the public key that is used by others to encrypt
5228 messages for you,
5229 and to verify signed messages they supposedly received from you.
5230 The certificate is included in each signed message you send.
5231 The private key must be kept secret.
5232 It is used to decrypt messages that were previously encrypted with your
5233 public key, and to sign messages.
5235 For personal use it is recommended that you get a S/MIME certificate
5236 from one of the major CAs on the Internet using your WWW browser.
5237 (Many CAs offer such certificates for free.)
5238 You will usually receive a combined certificate and private key in
5239 PKCS#12 format which \*(UA does not directly accept.
5240 To convert it to PEM format, use the following shell command:
5242 .Dl $ openssl pkcs12 \-in cert.p12 \-out cert.pem \-clcerts \-nodes
5244 If you omit the `\-nodes' parameter, you can specifiy an additional `PEM
5245 pass phrase' for protecting the private key.
5246 \*(UA will then ask you for that pass phrase each time it signs or
5247 decrypts a message.
5248 You can then use
5250 .Dl set smime-sign-cert-myname@myisp.example=cert.pem
5252 to make this private key and certificate known to \*(UA.
5253 You can now sign outgoing messages.
5254 Just use
5256 .Dl set smime-sign
5258 to do so.
5259 From each signed message you send,
5260 the recipient can fetch your certificate and use it to send encrypted
5261 mail back to you.
5262 Accordingly if somebody sends you a signed message, you can do the same.
5263 First use the
5264 .Ic verify
5265 command to check the validity of the certificate.
5266 After that, retrieve the certificate and tell \*(UA that it should use
5267 it for encryption:
5269 .Dl certsave filename
5270 .Dl set smime-encrypt-USER@HOST=filename
5272 You should carefully consider if you prefer to store encrypted messages
5273 in decrypted form.
5274 If you do, anybody who has access to your mail folders can read them,
5275 but if you do not, you might be unable to read them yourself later if
5276 you happen to lose your private key.
5278 .Ic decrypt
5279 command saves messages in decrypted form, while the
5280 .Ic save ,
5281 .Ic copy ,
5283 .Ic move
5284 commands leave them encrypted.
5286 Note that neither S/MIME signing nor encryption applies to message
5287 subjects or other header fields.
5288 Thus they may not contain sensitive information for encrypted messages,
5289 and cannot be trusted even if the message content has been verified.
5290 When sending signed messages,
5291 it is recommended to repeat any important header information in the
5292 message text.
5293 .\" }}}
5295 .\" .Ss "Using CRLs with S/MIME or SSL/TLS" {{{
5296 .Ss "Using CRLs with S/MIME or SSL/TLS"
5297 \*(OP Certification authorities (CAs) issue certificate revocation
5298 lists (CRLs) on a regular basis.
5299 These lists contain the serial numbers of certificates that have been
5300 declared invalid after they have been issued.
5301 Such usually happens because the private key for the certificate has
5302 been compromised,
5303 because the owner of the certificate has left the organization that is
5304 mentioned in the certificate, etc.
5305 To seriously use S/MIME or SSL/TLS verification,
5306 an up-to-date CRL is required for each trusted CA.
5307 There is otherwise no method to distinguish between valid and
5308 invalidated certificates.
5309 \*(UA currently offers no mechanism to fetch CRLs, nor to access them on
5310 the Internet, so you have to retrieve them by some external mechanism.
5312 \*(UA accepts CRLs in PEM format only;
5313 CRLs in DER format must be converted, like, e.\|g.:
5315 .Dl $ openssl crl \-inform DER \-in crl.der \-out crl.pem
5317 To tell \*(UA about the CRLs, a directory that contains all CRL files
5318 (and no other files) must be created.
5320 .Va smime-crl-dir
5322 .Va ssl-crl-dir
5323 variables, respectively, must then be set to point to that directory.
5324 After that, \*(UA requires a CRL to be present for each CA that is used
5325 to verify a certificate.
5326 .\" }}}
5328 .\" .Ss "Handling spam" {{{
5329 .Ss "Handling spam"
5330 \*(OP \*(UA can make use of spam detection and learning facilities \(en
5331 more precisely, SpamAssassin (\%<http://spamassassin.apache.org>).
5332 A very comprehensive documentation of
5333 .Xr spamassassin 1
5334 can be found at the O'Reilly Commons
5335 (\%<http://commons.oreilly.com/wiki/index.php/SpamAssassin>).
5337 Currently \*(UA supports interaction with
5338 .Xr spamassassin 1
5339 only via its daemonized
5340 .Xr spamd 1 /
5341 .Xr spamc 1
5342 server / client pair, which means that, in order to detect and work
5343 with spam through \*(UA, an instance of the
5344 .Xr spamd 1
5345 daemon must be running (the examples are equivalent):
5346 .Bd -literal -offset indent
5347 $ spamd -i localhost:2142 -i /tmp/.spamsock -d [-L] [-l]
5348 $ spamd --listen=localhost:2142 --listen=/tmp/.spamsock \\
5349     --daemonize [--local] [--allow-tell]
5352 Note that if
5353 .Xr spamd 1
5354 should only listen on a local, path-based UNIX domain socket instead of
5355 offering its service over the network, it maybe necessary to use
5356 a single
5357 .Li --socketpath
5358 option instead of the shown
5359 .Li --listen .
5360 In order to support training of the Bayesian classifier through \*(UA,
5361 .Xr spamd 1
5362 must have been started with the
5363 .Li --allow-tell
5364 option.
5366 Once
5367 .Xr spamd 1
5368 is running \*(UA can classify messages by using the client side program,
5369 .Xr spamc 1 ,
5370 as in:
5371 .Bd -literal -offset indent
5372 $ \*(ua -Sspam-command=/usr/local/bin/spamc \\
5373     -Sspam-socket=/tmp/.spamsock -Sspam-maxsize=500000
5376 The commands offered are
5377 .Ic spamclear
5379 .Ic spamset ,
5380 which simply set an `is-spam' flag that can be used for, e.g., message
5381 selection,
5382 .Ic spamrate ,
5383 which passes messages through to the spam detector in order to gain
5384 a spam score and conditionally set the `is-spam' flag accordingly,
5385 as well as the Bayesian filter related
5386 .Ic spamforget ,
5387 .Ic spamham
5389 .Ic spamspam .
5391 Because messages must exist on local storage in order to be scored (or
5392 used for Bayesian filter training), it is possibly a good idea to
5393 perform the local spam check last:
5394 .Bd -literal -offset indent
5395 define spamdelhook {
5396         # Server side DCC
5397         spamset (header x-dcc-brand-metrics "bulk")
5398         # Server-side spamassassin(1)
5399         spamset (header x-spam-flag "YES")
5400         del :s # TODO we HAVE to be able to do `spamrate :u ! :s'
5401         # And finally the local spamc(1)
5402         spamrate :u
5403         del :s
5405 set folder-hook-FOLDER=spamdelhook
5408 See also the documentation for the variables
5409 .Va spam-command ,
5410 .Va spam-host ,
5411 .Va spam-port ,
5412 .Va spam-socket ,
5413 .Va spam-user
5415 .Va spam-maxsize .
5416 .\" }}}
5417 .\" }}} (Examples)
5419 .\" .Sh "SEE ALSO" {{{
5420 .Sh "SEE ALSO"
5421 .Xr bzip2 1 ,
5422 .Xr file 1 ,
5423 .Xr fmt 1 ,
5424 .Xr gpg-agent 1 ,
5425 .Xr gpg 1 ,
5426 .Xr gzip 1 ,
5427 .Xr less 1 ,
5428 .Xr more 1 ,
5429 .Xr newaliases 1 ,
5430 .Xr openssl 1 ,
5431 .Xr printf 1 ,
5432 .Xr sendmail 1 ,
5433 .Xr sh 1,
5434 .Xr spamassassin 1 ,
5435 .Xr spamc 1 ,
5436 .Xr spamd 1 ,
5437 .Xr vacation 1 ,
5438 .Xr xz 1 ,
5439 .Xr editline 3 ,
5440 .Xr iconv 3 ,
5441 .Xr readline 3 ,
5442 .Xr setlocale 3 ,
5443 .Xr ssl 3 ,
5444 .Xr aliases 5 ,
5445 .Xr locale 7 ,
5446 .Xr mailaddr 7 ,
5447 .Xr re_format 7 ,
5448 .Xr mailwrapper 8 ,
5449 .Xr xterm 1
5450 .\" }}}
5452 .\" .Sh "IMPLEMENTATION NOTES" {{{
5453 .Sh "IMPLEMENTATION NOTES"
5454 The character set conversion uses and relies upon the
5455 .Xr iconv 3
5456 function.
5457 Its functionality differs widely between the various system environments
5458 \*(UA runs on.
5460 Limitations with IMAP mailboxes are:
5461 It is not possible to edit messages, but it is possible to append them.
5462 Thus to edit a message, create a local copy of it, edit it, append it,
5463 and delete the original.
5464 The line count for the header display is only appropriate if the entire
5465 message has been downloaded from the server.
5466 The marking of messages as `new' is performed by the IMAP server;
5467 use of the
5468 .Ic exit
5469 command instead of
5470 .Ic quit
5471 will not cause it to be reset, and if the
5472 .Va newmail
5473 variable is unset, messages that arrived during a session will not be
5474 in state `new' anymore when the folder is opened again.
5475 Also if commands queued in disconnected mode are committed,
5476 the IMAP server will delete the `new' flag for all messages in the
5477 changed folder,
5478 and new messages will appear as unread when it is selected for viewing
5479 later.
5480 The `flagged', `answered', and `draft' attributes are usually permanent,
5481 but some IMAP servers are known to drop them without notification.
5482 Message numbers may change with IMAP every time before the prompt is
5483 printed if \*(UA is notified by the server that messages have been
5484 deleted by some other client or process.
5485 In this case, `Expunged n messages' is printed, and message numbers may
5486 have changed.
5488 Limitations with POP3 mailboxes are:
5489 It is not possible to edit messages, they can only be copied and deleted.
5490 The line count for the header display is only appropriate if the entire
5491 message has been downloaded from the server.
5492 The status field of a message is maintained by the server between
5493 connections; some servers do not update it at all, and with a server
5494 that does, the `exit' command will not cause the message status to be
5495 reset.
5496 The `newmail' command and the `newmail' variable have no effect.
5497 It is not possible to rename or to remove POP3 mailboxes.
5499 If a `RUBOUT' (interrupt, `control-C') is typed while an IMAP or POP3
5500 operation is in progress, \*(UA will wait until the operation can be
5501 safely aborted,
5502 and will then return to the command loop and print the prompt again.
5503 When a second `RUBOUT' is typed while \*(UA is waiting for the operation
5504 to complete, the operation itself will be cancelled.
5505 In this case, data that has not been fetched yet will have to be fetched
5506 before the next command can be performed.
5507 If the cancelled operation was using an SSL/TLS encrypted channel,
5508 an error in the SSL transport will very likely result and render the
5509 connection unusable.
5511 As \*(UA is a mail user agent, it provides only basic SMTP services.
5512 If it fails to contact its upstream SMTP server, it will not make
5513 further attempts to transfer the message at a later time,
5514 and it does not leave other information about this condition than an
5515 error message on the terminal and an entry in
5516 .Ev DEAD .
5517 This is usually not a problem if the SMTP server is located in the same
5518 local network as the computer on which \*(UA is run.
5519 However, care should be taken when using a remote server of an ISP;
5520 it might be better to set up a local SMTP server then which just acts as
5521 a proxy.
5523 \*(UA immediately contacts the SMTP server (or
5524 .Xr sendmail 1 Ns
5525 ) even when operating in
5526 .Va disconnected
5527 mode.
5528 It would not make much sense for \*(UA to defer outgoing mail since SMTP
5529 servers usually provide much more elaborated delay handling than \*(UA
5530 could perform as a client.
5531 Thus the recommended setup for sending mail in
5532 .Va disconnected
5533 mode is to configure a local SMTP server such that it sends outgoing
5534 mail as soon as an external network connection is available again,
5535 i.e., to advise it to do that from a network startup script.
5536 .\" }}}
5538 .\" .Sh HISTORY {{{
5539 .Sh HISTORY
5540 A \fImail\fR command appeared in Version 1 AT&T Unix.
5541 Berkeley Mail was written in 1978 by Kurt Shoens.
5542 This man page is derived from from The Mail Reference Manual originally
5543 written by Kurt Shoens.
5544 "Heirloom Mailx" enhancements are maintained and documented by Gunnar
5545 Ritter.
5546 "S-nail" is maintained and documented by Steffen (Daode) Nurpmeso.
5548 Portions of this text are reprinted and reproduced in electronic form
5549 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
5550 \(en Operating System Interface (POSIX), The Open Group Base
5551 Specifications Issue 6, Copyright \(co 2001-2003 by the Institute of
5552 Electrical and Electronics Engineers, Inc and The Open Group.
5553 In the event of any discrepancy between this version and the original
5554 IEEE and The Open Group Standard, the original IEEE and The Open Group
5555 Standard is the referee document.
5556 The original Standard can be obtained online at
5557 \%<http://www.opengroup.org/unix/online.html>.
5558 Redistribution of this material is permitted so long as this notice
5559 remains intact.
5560 .\" }}}
5562 .Sh AUTHORS
5563 .An "Kurt Shoens" ,
5564 .An "Christos Zoulas" ,
5565 .An "Gunnar Ritter" ,
5566 .An Steffen Po Daode Pc Nurpmeso Aq s-nail-users@lists.sourceforge.net
5568 .Sh BUGS
5569 Too many (see the file `TODO' from the distribution or the repository).
5570 .\" s-ts-mode