*inbox*: if empty, only bypass *folder* to $MAIL or builtin default
[s-mailx.git] / nail.1
blob10ba4e81e8c0353a1fc241983ab681ada76a9c8c
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 - 2015 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 .\"--MKREL-START--
38 .\"@ S-nail(1): v14.8.12 / 2016-10-05
39 .Dd Oct 05, 2016
40 .ds VV \\%v14.8.12
41 .\"--MKREL-END--
42 .\"--MKMAN-START--
43 .ds UU \\%S-NAIL
44 .ds UA \\%S-nail
45 .ds ua \\%s-nail
46 .ds UR \\%s-nail.rc
47 .\"--MKMAN-END--
48 .\" --BEGINSTRIP--
49 .\"
50 .\" If not ~/.mailrc, it breaks POSIX compatibility.  And adjust main.c.
51 .ds ur \\%~/.mailrc
52 .ds OB [Obsolete]
53 .ds OP [Option]
54 .ds IN [v15-compat]
55 .ds OU [no v15-compat]
56 .ds ID [v15 behaviour may differ]
57 .ds BY (Binary)
58 .ds RO (Read-only)
60 .Dt "\*(UU" 1
61 .Os
62 .Mx -enable
65 .Sh NAME
66 .Nm \*(UA \%[\*(VV]
67 .Nd send and receive Internet mail
70 .\" .Sh SYNOPSIS {{{
71 .Sh SYNOPSIS
73 .Nm \*(ua
74 .Fl h | Fl Fl help
75 .Nm \*(ua
76 .Bk -words
77 .Op Fl BDdEFintv~
78 .Op Fl A Ar account
79 .Op Fl a Ar attachment
80 .Op Fl b Ar bcc-addr
81 .Op Fl c Ar cc-addr
82 .Op Fl q Ar quote-file
83 .Op Fl r Ar from-addr
84 .Op Fl S Ar variable Ns Op Ns = Ns Ar value
85 .Op Fl s Ar subject
86 .Op Fl X Ar cmd
87 .Op Fl \&.
88 .Ar to-addr ...
89 .Op Fl Fl \: Ar mta-option ...
90 .Ek
91 .Nm \*(ua
92 .Bk -words
93 .Op Fl BDdEeHiNnRv~#
94 .Op Fl A Ar account
95 .Op Fl L Ar spec-list
96 .Op Fl r Ar from-addr
97 .Op Fl S Ar variable Ns Op Ns = Ns Ar value
98 .Op Fl X Ar cmd
99 .Fl f Op Ar file
100 .Op Fl Fl \: Ar mta-option ...
102 .Nm \*(ua
103 .Bk -words
104 .Op Fl BDdEeHiNnRv~#
105 .Op Fl A Ar account
106 .Op Fl L Ar spec-list
107 .Op Fl r Ar from-addr
108 .Op Fl S Ar variable Ns Op Ns = Ns Ar value
109 .Op Fl u Ar user
110 .Op Fl X Ar cmd
111 .Op Fl Fl \: Ar mta-option ...
113 .\" }}}
116 .Mx -toc -tree html pdf ps xhtml
119 .\" .Sh DESCRIPTION {{{
120 .Sh DESCRIPTION
122 .Bd -filled -compact -offset indent
123 .Sy Compatibility note:
124 S-nail (\*(UA) will wrap up into \%S-mailx in v15.0 (circa 2018).
125 A partial set of compatibility options exist, tagged as \*(IN and \*(OU.
126 To choose upward compatible behaviour, please set the internal variable
127 .Va v15-compat .
128 Anything which will vanish in v15.0 is tagged \*(OB, and using
129 .Fl d
130 will print warnings for many use cases of obsolete features.
134 \*(UA is a mail processing system with a command syntax reminiscent of
135 .Xr ed 1
136 with lines replaced by messages.
137 It is intended to provide the functionality of the POSIX
138 .Xr mailx 1
139 command and offers (mostly optional) extensions for line editing, IDNA,
140 MIME, S/MIME, SMTP and POP3 (and IMAP).
141 It is usable as a mail batch language.
143 .\" .Ss "Options" {{{
144 .Ss "Options"
146 .Bl -tag -width ".Fl _ Ar _ccount"
148 .It Fl A Ar account
149 Executes an
150 .Ic account
151 command (see below) for
152 .Ar account
153 after the startup files have been read.
156 .It Fl a Ar file
157 Attach the given file to the message.
158 The same filename conventions as described in the section
159 .Sx COMMANDS
160 apply: shell word expansion is restricted to the tilde
161 .Ql ~
162 and variables.
163 Shall
164 .Ar file
165 not be accessible but contain a
166 .Ql =
167 character, then anything after the
168 .Ql =
169 is assumed to specify the input character set and anything before
170 .Ql =
171 the filename: this is the only option to specify the input character set
172 (and don't perform any character set conversion) for text attachments
173 from the command line, not using the
174 .Ic ~@
175 tilde escape command.
178 .It Fl B
179 Make standard input and standard output line-buffered.
182 .It Fl b Ar address
183 Send blind carbon copies to the given list of addresses.
184 .Sx Sending mail
185 below goes into more detail on that.
188 .It Fl c Ar address
189 Send carbon copies to the given list of addresses.
192 .It Fl D
193 \*(OP Set the
194 .Va disconnected
195 variable.
198 .It Fl d
199 Set the
200 .Va debug
201 variable, which enables debug messages and disables message delivery.
204 .It Fl E
205 Set the
206 .Va skipemptybody
207 variable and thus discard messages with an empty message part body.
208 This is useful for sending messages from scripts.
211 .It Fl e
212 Just check if mail is present in the system mailbox.
213 If yes, return an exit status of zero, a non-zero value otherwise.
216 .It Fl F
217 Save the message to send in a file named after the local part of the
218 first recipient's address (instead of in
219 .Va record Ns ).
222 .It Fl f Op Ar file
223 Read in the contents of the user's
224 .Ev MBOX
225 (or the specified file) for processing;
226 when \*(UA is quit, it writes undeleted messages back to this file
227 (but be aware of the
228 .Va hold
229 option).
230 Some special conventions are recognized for the string
231 .Ar file
232 which are documented for the
233 .Ic file
234 command below.
235 Note that
236 .Ar file
237 is not a direct argument to the flag
238 .Fl f ,
239 but is instead taken from the command line after option processing has
240 been completed.
241 In order to use a
242 .Ar file
243 that starts with a hyphen, prefix it with a (relative) path, as in
244 .Ql ./-hyphenbox.mbox .
247 .It Fl H
248 Print a header summary of all messages and exit.
249 A configurable summary view is available via the
250 .Fl L
251 option.
254 .It Fl h
255 Print a short usage summary.
256 Because of widespread use a
257 .Fl Fl help
258 argument will have the same effect.
261 .It Fl i
262 Set the
263 .Va ignore
264 variable to ignore tty interrupt signals.
267 .It Fl L Ar spec-list
268 Print a header summary of only those messages that match the given
269 .Ar spec-list ,
270 then exit.
271 See the section
272 .Sx "Specifying messages"
273 for the format of
274 .Ar spec-list .
275 If the
276 .Fl H
277 option has been given in addition no header summary is produced,
278 but \*(UA will instead indicate via its exit status whether
279 .Ar spec-list
280 matched any messages
281 .Pf ( Ql 0 )
282 or not
283 .Pf ( Ql 1 ) ;
284 note that any verbose output is suppressed in this mode and must instead
285 be enabled explicitly (e.g., by using the option
286 .Fl v ) .
289 .It Fl N
290 Unset the
291 .Va header
292 variable and thus inhibit initial display of message headers when
293 reading mail or editing a mail folder.
296 .It Fl n
297 Inhibits reading
298 .Pa \*(UR
299 upon startup.
300 This option should be activated for \*(UA scripts that are invoked on
301 more than one machine, because the contents of that file may differ
302 between them.
303 (The same behaviour can be achieved by setting the
304 .Ev NAIL_NO_SYSTEM_RC
305 environment variable.)
308 .It Fl q Ar file
309 Start the message with the contents of the specified file.
310 May be given in send mode only.
313 .It Fl R
314 Any folder opened will be in read-only mode.
317 .It Fl r Ar address
319 .Ar address
320 is a valid address then it specifies the envelope sender address to be
321 passed to the MTA as
322 .Ql -f Ar address
323 when a message is send.
324 Shall
325 .Ar address
326 include a user name, comments etc., then the components will be
327 separated and the name part will be passed to the MTA individually via
328 .Ql -F Ar name .
329 The given
330 .Ar address
331 will also be assigned to the
332 .Va from
333 variable, just as if additionally
334 .Ql -Sfrom=address
335 had been specified (therefore affecting SMTP data transfer, too).
337 If instead an empty string is passed as
338 .Ar address
339 then the content of the variable
340 .Va from
341 will be evaluated and used for this purpose whenever the MTA is
342 contacted.
343 Note that \*(UA by default, without
344 .Fl \&\&r
345 that is, neither passes
346 .Ql -f
348 .Ql -F
349 flags to the MTA by itself.
352 .It Fl S Ar variable Ns Op = Ns value
353 Sets the internal option
354 .Ar variable
355 and, in case of a value option, assigns
356 .Ar value
357 to it.
358 Even though options set via
359 .Fl S
360 may be overwritten from within resource files,
361 the command line setting will be reestablished after all resource files
362 have been loaded.
365 .It Fl s Ar subject
366 Specify the subject of the to-be-sent message.
369 .It Fl t
370 The message to be sent is expected to contain a message header with
371 .Ql To: ,
372 .Ql Cc: ,
374 .Ql Bcc:
375 fields giving its recipients, which will be added to those given on the
376 command line.
377 If a message subject is specified via
378 .Ql Subject:
379 then it'll be used in favour of one given on the command line.
381 Also understood are
382 .Ql Reply-To:
383 (possibly overriding
384 .Va replyto ) ,
385 .Ql Sender:
386 (p.\ o.\&
387 .Va sender ) ,
388 .Ql Organization:
389 (p.\ o.\&
390 .Va ORGANIZATION ) .
391 Note you can also specify
392 .Ql From: ,
393 possibly overriding
394 .Va from
395 and the envelope address possibly specified with the option
396 .Fl r !
398 The following, which are normally created automatically based
399 upon the message context, can also be specified:
400 .Ql Message-ID: ,
401 .Ql In-Reply-To: ,
402 .Ql References:
404 .Ql Mail-Followup-To:
405 (special address massage will however still occur for the latter).
408 .It Fl u Ar user
409 Read the system mailbox of
410 .Ar user
411 (appropriate privileges presumed), and
412 .Dq assume to be
413 .Ar user
414 in some aspects, e.g. in respect to
415 .Ic file Ns
416 \(enexpansions of
417 .Ql %
418 etc.; also see
419 .Ev USER .
422 .It Fl V
423 Print \*(UA's version and exit.
426 .It Fl v
427 Setting the
428 .Va verbose
429 option causes some verbosity (like printing of certificate chains).
430 Using it twice increases the level of verbosity.
433 .It Fl X Ar cmd
434 Add the given
435 .Ar cmd
436 to the list of commands to be executed before normal operation starts.
437 Correlates with
438 .Fl #
440 .Va batch-exit-on-error ;
441 the only possibility to execute commands in non-interactive mode when
442 reading startup files is actively prohibited.
445 .It Fl ~
446 Enable
447 .Sx TILDE ESCAPES
448 even if not in interactive mode.
451 .It Fl #
452 This sets several options to prepare \*(UA for working in (most likely
453 non-interactive) batch mode:
454 .Va dot ,
455 .Va emptystart ,
456 .Pf no Va header ,
457 .Va quiet ,
458 .Va sendwait ,
459 as well as
460 .Ev MBOX
462 .Va folder
463 (both to
464 .Pa /dev/null ) .
465 It also enables processing of
466 .Sx "TILDE ESCAPES" .
467 E.g., the following should send an email message to
468 .Dq bob :
469 .Bd -literal -offset indent
470 $ LC_ALL=C printf 'm bob\en~s ubject\enText\en.\enx\en' | \e
471   LC_ALL=C MAILRC=/dev/null s-nail -n -# -Snosave
475 .It Fl \&.
476 This flag forces termination of option processing in order to prevent
477 .Dq option injection
478 (attacks).
479 It also forcefully puts \*(UA into send mode, see
480 .Sx "Sending mail" .
484 In the above list of supported command line options,
485 .Fl D , d , E , i , N
487 .Fl v
488 are implemented by means of setting the respective option, as via
489 .Fl S .
490 .Bk -words
491 .Op Ar mta-option ...
493 arguments that are given at the end of the command line after a
494 .Ql --
495 separator will be passed through to the mail-transfer-agent (MTA) and
496 persist for an entire (interactive) session \(en if the setting of
497 .Va expandargv
498 allows their recognition;
499 MTA arguments can also be specified in the variable
500 .Va sendmail-arguments ;
501 find MTA interaction described in more detail in the documentation of
502 .Va sendmail .
503 MTA arguments are ignored when mail is send via SMTP data transfer.
504 .\" }}}
506 .\" .Ss "A starter" {{{
507 .Ss "A starter"
509 \*(UA is a direct descendant of the BSD Mail program that was introduced
510 in 1978 (itself superceeding the simpler UNIX mail program) and used
511 to introduce itself (in the Mail reference manual) as follows:
513 .Bd -ragged -offset indent
514 Mail provides a simple and friendly environment for sending and
515 receiving mail.
516 It divides incoming mail into its constituent messages and allows the
517 user to deal with them in any order.
518 In addition, it provides a set of
519 .Xr ed 1 Ns
520 -like commands for manipulating messages and sending mail.
521 Mail offers the user simple editing capabilities to ease the composition
522 of outgoing messages, as well as providing the ability to define and
523 send to names which address groups of users.
527 \*(UA is thus the user side of the Unix mail system, whereas the system
528 side (mail-transfer-agent, MTA) was traditionally taken by
529 .Xr sendmail 8 ;
530 today
531 .Xr postfix 1
533 .Xr exim 8
534 are often used for this purpose instead.
535 If the \*(OPal SMTP feature has been built into \*(UA then the
536 system side is not a mandatory precondition for mail delivery.
539 Because \*(UA strives for compliance with POSIX
540 .Xr mailx 1
541 it is likely that some configuration settings have to be adjusted before
542 using it is a smooth experience.
543 The default global
544 .Pa \*(UR
545 file already bends those standard settings a bit towards more user
546 friendliness and safety, e.g., it sets the
547 .Va hold
549 .Va keepsave
550 options in order to suppress the automatic moving of messages to
551 .Ev MBOX
552 that would otherwise occur (see
553 .Sx "Message states" )
555 .Va keep
556 to not remove empty files in order not to mangle file permissions when
557 files eventually get recreated.
558 It does not set the
559 .Va folder
560 option so that by default file grouping (via the
561 .Ql +
562 prefix as documented also for
563 .Ic file )
564 is not enabled.
565 The section
566 .Sx EXAMPLES
567 contains some further suggestions.
568 .\" }}}
570 .\" .Ss "Sending mail" {{{
571 .Ss "Sending mail"
573 To send a message to one or more people, using a local
574 mail-transfer-agent (MTA; the executable path can be set via
575 .Va sendmail )
576 or the \*(OPal builtin SMTP (set and see the variable
577 .Va smtp )
578 transport to actually deliver the generated mail message, \*(UA can be
579 invoked with arguments which are the names of people to whom the mail
580 will be sent:
582 .Bd -literal -offset indent
583 $ \*(ua -s Subject -a attachm.ent bill@host1 'Bob <bob@host2>'
584 # But... try it in an isolated dry-run mode first
585 $ LC_ALL=C MAILRC=/dev/null \e
586   \*(ua -n -d -vv -Sfrom="me <he@re>" \e
587     -s Subject -. "(Lovely) Bob <bob@host2>"
591 The user is then expected to type in the message contents.
592 In this compose mode \*(UA treats lines beginning with the character
593 .Ql ~
594 special \(en these are so-called
595 .Sx "TILDE ESCAPES"
596 which can be used to read in files, process shell commands, add and edit
597 attachments and more; e.g., the tilde escape
598 .Ql Ic ~e
599 will start the text editor to revise the message in it's current state,
600 .Ql Ic ~h
601 allows editing of the message recipients and
602 .Ql Ic ~?
603 gives an overview of available tilde escapes.
604 Typing control-D
605 .Ql ^D
606 at the beginning of an empty line leaves compose mode and causes the
607 message to be send, whereas typing control-C
608 .Ql ^C
609 twice will abort the current letter (saving its contents in the file
610 denoted by
611 .Ev DEAD
612 unless
613 .Pf no Va save
614 is set.)
617 A number of options can be used to alter default behavior; e.g.,
618 .Ic set Ns
619 ting (also via
620 .Fl S )
621 .Va editalong
622 will automatically startup a text editor when compose mode is entered,
623 .Va askcc
624 will cause the user to be prompted actively for carbon-copy recipients
625 and the
626 .Va dot
627 option will allow leaving compose mode by writing a line consisting
628 solely of a dot
629 .Pf ( Ql \&. ) .
632 Very important, though, is to define which
633 .Sx "Character sets"
634 may be used when sending messages, usually by setting the option
635 .Va sendcharsets
636 accordingly,
637 having read the section
638 .Sx "The mime.types files"
639 to understand how the MIME-type of outgoing attachments is classified
640 and the knowledge that messages are sent asynchronously unless
641 .Va sendwait
642 is set: only with it MTA delivery errors will be recognizable.
645 Setting
646 .Va from
647 is often necessary (e.g., in conjunction with
648 .Va smtp )
649 or desirable, you may want to do some dry-run tests before you go.
650 Saving a copy of the sent messages in a
651 .Va record
652 may also be desirable \(en as for most mailbox file targets some
653 special conventions are recognized, see the
654 .Ic file
655 command for more on that.
656 The section
657 .Sx "On URL syntax and credential lookup"
658 will spread some light on the
659 .Ql USER@HOST
660 variable chains as well as on using URLs for accessing protocol-specific
661 resources, like
662 .Va smtp ,
664 .Sx EXAMPLES
665 contains an example configuration for sending messages via some of the
666 well-known public mail providers;
667 note it also gives a compact overview on how to setup a secure SSL/TLS
668 environment.
671 Message recipients (as specified on the command line or defined in
672 .Ql To: ,
673 .Ql Cc:
675 .Ql Bcc: )
676 may not only be email addressees but can also be names of mailboxes and
677 even complete shell command pipe specifications.
678 Proper quoting may be necessary, e.g., to embed whitespace characters.
679 (Recall that \*(UA deals with mail standards, therefore those define the
680 rules with which content is interpreted.)
681 If the variable
682 .Va expandaddr
683 is not set then only network addresses (see
684 .Xr mailaddr 7
685 for a description of mail addresses) and plain user names (including MTA
686 aliases) may be used, other types will be filtered out, giving a warning
687 message.
689 .\" When changing any of the following adjust any RECIPIENTADDRSPEC;
690 .\" grep the latter for the complete picture
692 If the variable
693 .Va expandaddr
694 is set then extended recipient addresses will optionally be accepted:
695 Any name which starts with a vertical bar
696 .Ql |
697 character specifies a command pipe \(en the command string following the
698 .Ql |
699 is executed and the message is sent to its standard input;
700 Likewise, any name that starts with the character slash
701 .Ql /
702 or the character sequence dot slash
703 .Ql ./
704 is treated as a file, regardless of the remaining content.
705 Any other name which contains an at sign
706 .Ql @
707 character is treated as a network address;
708 Any other name which starts with a plus sign
709 .Ql +
710 character specifies a mailbox name;
711 Any other name which contains a slash
712 .Ql /
713 character but no exclamation mark
714 .Ql \&!
715 or percent sign
716 .Ql %
717 character before also specifies a mailbox name;
718 What remains is treated as a network address.
720 .Bd -literal -offset indent
721 $ echo bla | \*(ua -Sexpandaddr -s test ./mbox.mbox
722 $ echo bla | \*(ua -Sexpandaddr -s test '|cat >> ./mbox.mbox'
723 $ echo safe | LC_ALL=C MAILRC=/dev/null \e
724     \*(ua -n -Sv15-compat -Ssendwait -Snosave \e
725       -Sexpandaddr=fail,-all,+addr -s test \e
726       -. bob@home.net
730 It is possible to create personal distribution lists via the
731 .Ic alias
732 command, so that, for instance, the user can send mail to
733 .Ql cohorts
734 and have it go to a group of people:
737 .Dl alias cohorts bill jkf mark kridle@ucbcory ~/mail/cohorts.mbox
740 Please note that this mechanism has nothing in common with the system
741 wide aliases that may be used by the local MTA (mail-transfer-agent),
742 which are subject to the
743 .Ql name
744 constraint of
745 .Va expandaddr
746 and are often tracked in a file
747 .Pa /etc/aliases
748 (and documented in
749 .Xr aliases 5
751 .Xr sendmail 1 ) .
752 Personal aliases will be expanded by \*(UA before the message is sent,
753 and are thus a convenient alternative to specifying each addressee by
754 itself.
757 To avoid environmental noise scripts should
758 .Dq detach
759 \*(ua from any configuration files and create a script-local
760 environment, either by pointing the
761 .Ev MAILRC
762 variable to a custom configuration file, or by using the
763 .Fl S
764 command line option to specify options:
766 .Bd -literal -offset indent
767 $ env LC_ALL=C MAILRC=/dev/null password=NOTSECRET \e
768   \*(ua -n -Sv15-compat -Ssendwait -Snosave \e
769     -Sexpandaddr=fail,-all,+addr \e
770     -S 'smtp=smtps://mylogin@some.host:465' -Ssmtp-auth=login \e
771     -S 'from=scriptreply@domain' \e
772     -s 'subject' -a attachment_file \e
773     -. "Recipient 1 <recipient1@domain>" recipient2@domain \e
774     < content_file
776 .\" }}}
778 .\" .Ss "Reading mail" {{{
779 .Ss "Reading mail"
781 When invoked without addressees \*(UA enters interactive mode in which
782 mails may be read.
783 When used like that the user's system mailbox
784 (see the command
785 .Ic file
786 for an in-depth description of the different mailbox types that exist)
787 is read in and a one line header of each message therein is displayed.
788 The visual style of this summary of
789 .Ic headers
790 can be adjusted through the variable
791 .Va headline
792 and the possible sorting criterion via
793 .Va autosort .
794 Scrolling through
795 .Va screen Ns
796 fuls of
797 .Ic headers
798 can be performed with the command
799 .Ic z .
800 If the initially opened mailbox is empty \*(UA will instead exit
801 immediately (after displaying a message) unless the variable
802 .Va emptystart
803 is found to be set.
806 At the
807 .Va prompt
808 the command
809 .Ic list
810 will give a listing of all available commands and
811 .Ic help
812 will give a summary of some common ones.
813 If the \*(OPal documentation strings are available one can type
814 .Ql ?X
815 and see the actual expansion of
816 .Ql X
817 and what it's purpose is, i.e., commands can be abbreviated
818 (note that POSIX defines some abbreviations, so that the alphabetical
819 order of commands doesn't necessarily relate to the abbreviations; it is
820 possible to define overwrites with the
821 .Ic ghost
822 command, however).
825 Messages are given numbers (starting at 1) which uniquely identify
826 messages; the current message \(en the
827 .Dq dot
828 \(en will either be the first new message, or the first unread message,
829 or the first message of the mailbox; the option
830 .Va showlast
831 will instead cause usage of the last message for this purpose.
834 Messages can be printed with the
835 .Ic print
836 command, or short:
837 .Ql p .
838 By default the current message
839 .Pf ( Dq dot )
840 is printed, but like with most other commands it is possible to give
841 a fancy message specification (see
842 .Sx "Specifying messages" ) ,
843 e.g.,
844 .Ql p:u
845 will display all unread messages,
846 .Ql p.
847 will print the
848 .Dq dot ,
849 .Ql p 1 5
850 will print the messages 1 and 5,
851 .Ql p 1-5
852 will print the messages 1 through 5, and
853 .Ql p-
855 .Ql p+
856 will print the last and the next message, respectively.
859 In the default setup all header fields of a message will be printed,
860 but this can be changed: either by blacklisting a list of fields via
861 .Ic ignore ,
862 or by whitelisting only a given list with the
863 .Ic retain
864 command, e.g.,
865 .Ql Ic \:retain Ns \0date from to cc subject .
866 In order to print all header fields of a message regardless of currently
867 active ignore or retain lists, use the command
868 .Ic Print .
869 The variable
870 .Va crt
871 controls whether and when \*(UA will use the configured
872 .Ev PAGER
873 for printing instead of directly writing to the terminal (generally
874 speaking).
877 Dependent upon the configuration a
878 .Sx "Command line editor"
879 aims at making user experience with the many
880 .Sx COMMANDS
881 a bit nicer.
882 When reading the system mailbox or when
883 .Fl f
885 .Ic file )
886 specified a mailbox explicitly prefixed with the special
887 .Ql %:
888 modifier then messages which have been read will be moved to the user's
889 .Ev MBOX
890 file automatically when the mailbox is left, either by changing the
891 active mailbox or by quitting \*(UA (also see
892 .Sx "Message states" ) .
895 After examining a message the user can also
896 .Ic delete Ql d
897 the message,
898 .Ic reply Ql r
899 to the sender and all recipients or
900 .Ic Reply Ql R
901 exclusively to the sender.
902 Messages can also be
903 .Ic forward Ns
904 ed (shorter alias is
905 .Ic fwd Ns ).
906 Note that when replying to or forwarding a message recipient addresses
907 will be stripped from comments and names unless the option
908 .Va fullnames
909 is set.
910 Deletion causes \*(UA to forget about the message;
911 This is not irreversible, though, one can
912 .Ic undelete Ql u
913 the message by giving its number,
914 or the \*(UA session can be ended by giving the
915 .Ic exit Ql x
916 command.
919 To end a mail processing session one may either issue
920 .Ic quit Ql q
921 to cause a full program exit, which possibly includes
922 automatic moving of read messages to
923 .Ev MBOX
924 as well as updating the \*(OPal command line editor history file,
925 or use the command
926 .Ic exit Ql x
927 instead in order to prevent any of these actions.
928 .\" }}}
930 .\" .Ss "Viewing HTML mail and MIME attachments" {{{
931 .Ss "Viewing HTML mail and MIME attachments"
933 Messages which are HTML-only get more and more common and of course many
934 messages come bundled with a bouquet of MIME attachments.
935 Whereas \*(UA \*(OPally supports a simple HTML-to-text converter to deal
936 with HTML messages (see
937 .Sx "The mime.types files" ) ,
938 it normally can't deal with any of these itself, but instead programs
939 need to become registered to deal with specific MIME types or file
940 extensions.
941 These programs may either prepare plain text versions of their input
942 in order to enable \*(UA to display the content on the terminal,
943 or display the content themselves, for example in a graphical window.
944 The latter type of programs by default
945 .Dq blocks
946 \*(UA until the external viewer has terminated, but asynchronous
947 side-by-side execution is also possible, in which case \*(UA will
948 continue to display the message and remain responsive.
951 To install an external handler program for a specific MIME type set an
952 according
953 .Va pipe-TYPE/SUBTYPE
954 variable.
955 To define a handler for a specific file extension set the respective
956 .Va pipe-EXTENSION
957 variable \(en these handlers take precedence.
958 The variable
959 .Va mime-counter-evidence
960 can be set to improve dealing with faulty MIME part declarations as are
961 often seen in real-life messages.
962 E.g., to display a HTML message inline (that is, converted to a more
963 fancy plain text representation than the builtin converter is capable to
964 produce) with either of the text-mode browsers
965 .Xr lynx 1
967 .Xr elinks 1 ,
968 teach \*(UA about MathML documents and make it display them as plain text
969 and to open PDF attachments in an external PDF viewer, asynchronously:
971 .Bd -literal -offset indent
972 if $features !@ HTML-FILTER
973   #set pipe-text/html="elinks -force-html -dump 1"
974   set pipe-text/html="lynx -stdin -dump -force_html"
975   # Display HTML as plain text instead
976   #set pipe-text/html=@
977 endif
978 mimetype '@ application/mathml+xml mathml'
979 set pipe-application/pdf="@&set -C;\e
980     : > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e"; \e
981     trap \e"rm -f \e\e\e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e\e\e"\e" \e
982       EXIT INT QUIT PIPE TERM;\e
983     set +C;\e
984     cat > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e"; \e
985     xpdf \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e""
989 Note: special care must be taken when using such commands as mail
990 viruses may be distributed by this method: if messages of type
991 .Ql application/x-sh
992 or files with the extension
993 .Ql .sh
994 were blindly filtered through the shell, for example, a message sender
995 could easily execute arbitrary code on the system \*(UA is running on.
996 For more on MIME, also in respect to sending of messages, see the
997 section
998 .Sx "The mime.types files"
999 and the command
1000 .Ic mimetype .
1001 .\" }}}
1003 .\" .Ss "Mailing lists" {{{
1004 .Ss "Mailing lists"
1006 \*(UA offers some support to ease handling of mailing lists.
1007 The command
1008 .Ic mlist
1009 promotes all given arguments to known mailing lists, and
1010 .Ic mlsubscribe
1011 sets their subscription attribute, creating them first as necessary.
1012 (On the other hand
1013 .Ic unmlsubscribe
1014 doesn't
1015 .Ic unmlist
1016 automatically, but only resets the subscription attribute.)
1017 Using the commands without arguments will print out (a subset of) all
1018 currently defined mailing lists.
1020 .Va headline
1021 format
1022 .Ql \&%T
1023 can be used to mark out messages with configured list addresses
1024 in the header display.
1027 \*(OPally mailing lists may also be specified as regular expressions,
1028 which allows matching of many addresses with a single expression.
1029 However, all fully qualified list addresses are matched via a fast
1030 dictionary, whereas expressions are placed in (a) list(s) which is
1031 (are) matched sequentially.
1033 .Bd -literal -offset indent
1034 set followup-to followup-to-honour=ask-yes reply-to-honour=ask-yes
1035 mlist a1@b1.c1 a2@b2.c2 .*@lists.c3$
1036 mlsubscribe a4@b4.c4 exact@lists.c3
1040 The variable
1041 .Va followup-to-honour
1042 will ensure that a
1043 .Ql Mail-\:Followup-\:To:
1044 header is honoured when the message is being replied to (via
1045 .Ic reply
1047 .Ic Lreply )
1049 .Va followup-to
1050 controls whether this header is created when sending mails; it will be
1051 created automatically for a couple of reasons, too, like when the
1052 special
1053 .Dq mailing list specific
1054 respond command
1055 .Ic Lreply
1056 is used, when
1057 .Ic reply
1058 is used to respond to a message with its
1059 .Ql Mail-Followup-To:
1060 being honoured etc.
1063 A difference in between the handling of known and subscribed lists is
1064 that the address of the sender is usually not part of a generated
1065 .Ql Mail-Followup-To:
1066 when addressing the latter, whereas it is for the former kind of lists.
1067 Usually because there are exceptions: say, if multiple lists are
1068 addressed and not all of them are subscribed lists.
1070 For convenience \*(UA will, temporarily, automatically add a list
1071 address that is presented in the
1072 .Ql List-To:
1073 header of a message that is being responded to to the list of known
1074 mailing lists.
1075 Shall that header have existed \*(UA will instead, dependend on the
1076 variable
1077 .Va reply-to-honour ,
1078 use an also set
1079 .Ql Reply-To:
1080 for this purpose in order to accept a list administrators' wish that
1081 is supposed to have been manifested like that (but only if it provides
1082 a single address which resides on the same domain as what is stated in
1083 .Ql List-To: ) .
1084 .\" }}}
1086 .\" .Ss "Resource files" {{{
1087 .Ss "Resource files"
1089 Upon startup \*(UA reads in several resource files:
1091 .Bl -tag -width ".It Pa _AIL_EXTRA_R_"
1093 .It Pa \*(UR
1094 System wide initialization file.
1095 Reading of this file can be suppressed, either by using the
1096 .Fl n
1097 command line option, or by setting the environment variable
1098 .Ev NAIL_NO_SYSTEM_RC .
1101 .It Pa \*(ur
1102 File giving initial commands.
1103 A different file can be chosen by setting the environment variable
1104 .Ev MAILRC .
1106 .It Va NAIL_EXTRA_RC
1107 Can be used to define an optional startup file to be read after
1108 .Pa \*(ur .
1109 This variable is only honoured in certain circumstances (see its
1110 documentation for more).
1114 The content of these files is interpreted as follows:
1117 .Bl -bullet -compact
1119 A lines' leading whitespace is ignored.
1121 An empty line is ignored.
1123 If the line (content) starts with the number sign
1124 .Ql #
1125 then it is a comment-command \(en a real command! \(en and also ignored.
1126 This command is the only form of comment that is understood.
1128 A line can be
1129 .Dq continued
1130 on the next line if the newline character is
1131 .Dq escaped
1132 by preceding it with the backslash character
1133 .Ql \e .
1134 Note that any leading whitespace of follow lines is removed:
1135 If whitespace is desired it must be placed before the backslash.
1136 For example:
1138 .Bd -literal -offset indent
1139  # This line is a comment command.  And y\e
1140     es, it is really continued here.
1141 set debug \e
1142     verbose
1145 .\" }}}
1147 .\" .Ss "Character sets" {{{
1148 .Ss "Character sets"
1150 \*(OP \*(UA detects the character set of the terminal by using
1151 mechanisms that are controlled by the
1152 .Ev LC_CTYPE
1153 locale setting
1154 (the manual for
1155 .Xr setlocale 3
1156 should give an overview); the \*(UA internal variable
1157 .Va ttycharset
1158 will be set to the detected terminal character set accordingly
1159 and will thus show up in the output of the commands
1160 .Ic set
1162 .Ic varshow .
1165 However, a user supplied
1166 .Va ttycharset
1167 value is not overwritten by this detection mechanism: this
1168 .Dq feature
1169 must be used if the detection doesn't work properly,
1170 and it may be used to adjust the name of the locale character set.
1171 E.g., on BSD systems one may use a locale with the character set
1172 ISO8859-1, which is not a valid name for this character set; to be on
1173 the safe side, one may set
1174 .Va ttycharset
1175 to the correct name, which is ISO-8859-1.
1178 Note that changing the value doesn't mean much beside that,
1179 since several aspects of the real character set are implied by the
1180 locale environment of the system,
1181 and that stays unaffected by the content of an overwritten
1182 .Va ttycharset
1183 variable.
1184 (This is mostly an issue when interactively using \*(UA, though.
1185 It is actually possible to send mail in a completely
1186 .Dq faked
1187 locale environment.)
1190 If no character set conversion capabilities have been compiled into
1191 \*(UA (i.e., no
1192 .Xr iconv 3
1193 library has been found), then
1194 .Va ttycharset
1195 will be the only supported character set,
1196 it is simply assumed that it can be used to exchange 8-bit messages,
1197 and the rest of this section does not apply;
1198 it may however still be necessary to explicitly set it if automatic
1199 detection fails, since in that case it defaults to the mentioned
1200 ISO-8859-1.
1203 When reading messages, their text is converted into
1204 .Va ttycharset
1205 as necessary in order to display them on the users terminal.
1206 Unprintable characters and invalid byte sequences are detected
1207 and replaced by proper substitution characters (unless the variable
1208 .Va print-all-chars
1209 was set once \*(UA was started).
1210 Also see
1211 .Va charset-unknown-8bit
1212 to deal with another hairy aspect of message interpretation.
1215 When sending messages all their parts and attachments are classified.
1216 Whereas no character set conversion is performed on those parts which
1217 appear to be binary data,
1218 the character set being used must be declared within the MIME header of
1219 an outgoing text part if it contains characters that do not conform to
1220 the set of characters that are allowed by the email standards.
1221 Permissible values for character sets can be declared using the
1222 .Va sendcharsets
1223 variable, and
1224 .Va charset-8bit ,
1225 which defines a catch-all last-resort fallback character set that is
1226 implicitly appended to the list of character-sets in
1227 .Va sendcharsets .
1230 When replying to a message and the variable
1231 .Va reply-in-same-charset
1232 is set then the character set of the message being replied to is tried
1233 first.
1234 And it is also possible to make \*(UA work even more closely related to
1235 the current locale setting automatically by using the variable
1236 .Va sendcharsets-else-ttycharset ,
1237 please see there for more information.
1240 All the specified character sets are tried in order unless the
1241 conversion of the part or attachment succeeds.
1242 If none of the tried (8-bit) character sets is capable to represent the
1243 content of the part or attachment,
1244 then the message will not be sent and its text will be saved to
1245 .Ev DEAD .
1246 In general, if the message
1247 .Dq Cannot convert from a to b
1248 appears, either some characters are not appropriate for the currently
1249 selected (terminal) character set,
1250 or the needed conversion is not supported by the system.
1251 In the first case, it is necessary to set an appropriate
1252 .Ev LC_CTYPE
1253 locale and/or the variable
1254 .Va ttycharset .
1257 The best results are usually achieved when \*(UA is run in a UTF-8
1258 locale on a UTF-8 capable terminal, in which case the full Unicode
1259 spectrum of characters is available.
1260 In this setup characters from various countries can be displayed,
1261 while it is still possible to use more simple character sets for sending
1262 to retain maximum compatibility with older mail clients.
1263 .\" }}}
1265 .\" .Ss "Message states" {{{
1266 .Ss "Message states"
1268 \*(UA differentiates in between several different message states;
1269 the current state will be reflected in the header display if
1270 .Va headline
1271 is configured to do so.
1272 In \*(UA message states are inspected when leaving a mailbox and may
1273 cause messages to be automatically moved to the special
1274 .Ev MBOX
1275 mailbox \(en because this may be irritating to users which are used to
1276 .Dq more modern
1277 mail-user-agents, the default global
1278 .Pa \*(UR
1279 sets the
1280 .Va hold
1282 .Va keepsave
1283 variables in order to suppress this behaviour.
1285 .Bl -tag -width ".It Ql _reserved"
1286 .It Ql new
1287 Message has neither been viewed nor moved to any other state.
1288 Such messages are retained even in the system mailbox.
1290 .It Ql unread
1291 Message has neither been viewed nor moved to any other state, but the
1292 message was present already when the mailbox has been opened last:
1293 Such messages are retained even in the system mailbox.
1295 .It Ql read
1296 The message has been processed by one of the following commands:
1297 .Ic ~f ,
1298 .Ic ~m ,
1299 .Ic ~F ,
1300 .Ic ~M ,
1301 .Ic copy ,
1302 .Ic mbox ,
1303 .Ic next ,
1304 .Ic pipe  ,
1305 .Ic print ,
1306 .Ic Print ,
1307 .Ic top ,
1308 .Ic type ,
1309 .Ic Type ,
1310 .Ic undelete .
1312 .Ic delete ,
1313 .Ic dp ,
1315 .Ic dt
1316 commands may also cause the next message to be marked as read, depending
1317 on the value of the
1318 .Va autoprint
1319 variable.
1320 Except when the
1321 .Ic exit
1322 command is used, messages that are in the system mailbox or in mailboxes
1323 which were opened with the special
1324 .Ql %:
1325 prefix and are in
1326 .Ql read
1327 state when the mailbox is left will be saved in
1328 .Ev MBOX
1329 unless the option
1330 .Va hold
1331 it set.
1333 .It Ql deleted
1334 The message has been processed by one of the following commands:
1335 .Ic delete ,
1336 .Ic dp ,
1337 .Ic dt .
1338 Only
1339 .Ic undelete
1340 can be used to access such messages.
1342 .It Ql preserved
1343 The message has been processed by a
1344 .Ic preserve
1345 command and it will be retained in its current location.
1347 .It Ql saved
1348 The message has been processed by one of the following commands:
1349 .Ic save
1351 .Ic write .
1352 Unless when the
1353 .Ic exit
1354 command is used, messages that are in the system mailbox or in mailboxes
1355 which were opened with the special
1356 .Ql %:
1357 prefix and are in
1358 .Ql saved
1359 state when the mailbox is left will be deleted; they will be saved in
1360 .Ev MBOX
1361 when the option
1362 .Va keepsave
1363 is set.
1365 .\" }}}
1367 .\" .Ss "Specifying messages" {{{
1368 .Ss "Specifying messages"
1370 Commands such as
1371 .Ic print
1373 .Ic delete
1374 can be given a list of message numbers as arguments to apply to a number
1375 of messages at once.
1376 Thus
1377 .Ql delete 1 2
1378 deletes messages 1 and 2,
1379 whereas
1380 .Ql delete 1-5
1381 will delete the messages 1 through 5.
1382 In sorted or threaded mode (see the
1383 .Ic sort
1384 command),
1385 .Ql delete 1-5
1386 will delete the messages that are located between (and including)
1387 messages 1 through 5 in the sorted/threaded order, as shown in the
1388 header summary.
1389 Multiple colon modifiers can be joined into one, e.g.,
1390 .Ql :du .
1391 The following special message names exist:
1393 .Bl -tag -width ".It Ar _n_u"
1394 .It Ar :n
1396 .Ql new
1397 messages.
1398 .It Ar :o
1399 All old messages (any not in state
1400 .Ql read
1402 .Ql new ) .
1403 .It Ar :u
1405 .Ql unread
1406 messages.
1407 .It Ar :d
1409 .Ql deleted
1410 messages (for the
1411 .Ic undelete
1412 command).
1413 .It Ar :r
1415 .Ql read
1416 messages.
1417 .It Ar :f
1419 .Ic flag Ns
1420 ged messages.
1421 .It Ar :a
1422 All answered messages
1423 (cf. the
1424 .Va markanswered
1425 variable).
1426 .It Ar :t
1427 All messages marked as draft.
1428 .It Ar :s
1429 \*(OP All messages classified as spam.
1430 .It Ar :S
1431 \*(OP All messages with unsure spam classification.
1432 .It Ar \&.
1433 The current message, the so-called
1434 .Dq dot .
1435 .It Ar \&;
1436 The message that was previously the current message.
1437 .It Ar \&,
1438 The parent message of the current message,
1439 that is the message with the Message-ID given in the
1440 .Ql In-Reply-To:
1441 field or the last entry of the
1442 .Ql References:
1443 field of the current message.
1444 .It Ar -
1445 The next previous undeleted message,
1446 or the next previous deleted message for the
1447 .Ic undelete
1448 command.
1449 In sorted/threaded mode,
1450 the next previous such message in the sorted/threaded order.
1451 .It Ar +
1452 The next undeleted message,
1453 or the next deleted message for the
1454 .Ic undelete
1455 command.
1456 In sorted/threaded mode,
1457 the next such message in the sorted/threaded order.
1458 .It Ar ^
1459 The first undeleted message,
1460 or the first deleted message for the
1461 .Ic undelete
1462 command.
1463 In sorted/threaded mode,
1464 the first such message in the sorted/threaded order.
1465 .It Ar $
1466 The last message.
1467 In sorted/threaded mode,
1468 the last message in the sorted/threaded order.
1470 .It Ar & Ns Ar x
1471 In threaded mode,
1472 selects the message addressed with
1473 .Ar x ,
1474 where
1475 .Ar x
1476 is any other message specification,
1477 and all messages from the thread that begins at it.
1478 Otherwise it is identical to
1479 .Ar x .
1481 .Ar x
1482 is omitted,
1483 the thread beginning with the current message is selected.
1485 .It Ar *
1486 All messages.
1487 .It Ar `
1488 All messages that were included in the message list for the previous
1489 command.
1491 .It Ar / Ns Ar string
1492 All messages that contain
1493 .Ar string
1494 in the subject field (case ignored).
1495 See also the
1496 .Va searchheaders
1497 variable.
1499 .Ar string
1500 is empty,
1501 the string from the previous specification of that type is used again.
1503 .It Xo Op Ar @ Ns Ar name-list Ns
1504 .Ar @ Ns Ar expr
1506 All messages that contain the given case-insensitive search
1507 .Ar expr Ns
1508 ession; if the \*(OPal regular expression (see
1509 .Xr re_format 7 )
1510 support is available
1511 .Ar expr
1512 will be interpreted as one if any of the
1513 .Dq magical
1514 regular expression characters is seen.
1515 If the optional
1516 .Ar @ Ns Ar name-list
1517 part is missing, the search is restricted to the subject field body,
1518 but otherwise
1519 .Ar name-list
1520 specifies a comma-separated list of header fields to search, as in
1522 .Dl '@to,from,cc@Someone i ought to know'
1524 In order to search for a string that includes a
1525 .Ql @
1526 (commercial at) character the
1527 .Ar name-list
1528 is effectively non-optional, but may be given as the empty string.
1529 Some special header fields may be abbreviated:
1530 .Ql f ,
1531 .Ql t ,
1532 .Ql c ,
1533 .Ql b
1535 .Ql s
1536 will match
1537 .Ql From ,
1538 .Ql To ,
1539 .Ql Cc ,
1540 .Ql Bcc
1542 .Ql Subject ,
1543 respectively and case-insensitively.
1544 The special names
1545 .Ql header
1547 .Ql <
1548 can be used to search in (all of) the header(s) of the message, and the
1549 special names
1550 .Ql body
1552 .Ql >
1554 .Ql text
1556 .Ql =
1557 can be used to perform full text searches \(en whereas the former
1558 searches only the body, the latter also searches the message header.
1560 This message specification performs full text comparison, but even with
1561 regular expression support it is almost impossible to write a search
1562 expression that savely matches only a specific address domain.
1563 To request that the content of the header is treated as a list of
1564 addresses, and to strip those down to the plain email address which the
1565 search expression is to be matched against, prefix the header name
1566 (abbreviation) with a tilde
1567 .Ql ~ :
1569 .Dl '@~f@@a\e.safe\e.domain\e.match$'
1571 .It Ar address
1572 A case-insensitive
1573 .Dq any substring matches
1574 search against the
1575 .Ql From:
1576 header, which will match addresses (too) even if
1577 .Va showname
1578 is set (and POSIX says
1579 .Dq any address as shown in a header summary shall be matchable in this form ) ;
1580 However, if the
1581 .Va allnet
1582 variable is set, only the local part of the address is evaluated
1583 for the comparison, not ignoring case, and the setting of
1584 .Va showname
1585 is completely ignored.
1586 For finer control and match boundaries use the
1587 .Ql @
1588 search expression; the \*(OPal IMAP-style
1589 .Ql (from address)
1590 expression can also be used if substring matches are desired.
1594 \*(OP IMAP-style SEARCH expressions may also be used.
1595 This addressing mode is available with all types of folders;
1596 \*(UA will perform the search locally as necessary.
1597 Strings must be enclosed by double quotes
1598 .Ql \&"
1599 in their entirety if they contain white space or parentheses;
1600 within the quotes, only backslash
1601 .Ql \e
1602 is recognized as an escape character.
1603 All string searches are case-insensitive.
1604 When the description indicates that the
1605 .Dq envelope
1606 representation of an address field is used,
1607 this means that the search string is checked against both a list
1608 constructed as
1610 .Bd -literal -offset indent
1611 (\*qname\*q \*qsource\*q \*qlocal-part\*q \*qdomain-part\*q)
1615 for each address,
1616 and the addresses without real names from the respective header field.
1617 These search expressions can be nested using parentheses, see below for
1618 examples.
1621 .Bl -tag -compact -width ".It Ar _n_u"
1622 .It Ar ( criterion )
1623 All messages that satisfy the given
1624 .Ar criterion .
1625 .It Ar ( criterion1 criterion2 ... criterionN )
1626 All messages that satisfy all of the given criteria.
1628 .It Ar ( or criterion1 criterion2 )
1629 All messages that satisfy either
1630 .Ar criterion1
1632 .Ar criterion2 ,
1633 or both.
1634 To connect more than two criteria using
1635 .Ql or
1636 specifications have to be nested using additional parentheses,
1637 as with
1638 .Ql (or a (or b c)) ,
1639 since
1640 .Ql (or a b c)
1641 really means
1642 .Ql ((a or b) and c) .
1643 For a simple
1644 .Ql or
1645 operation of independent criteria on the lowest nesting level,
1646 it is possible to achieve similar effects by using three separate
1647 criteria, as with
1648 .Ql (a) (b) (c) .
1650 .It Ar ( not criterion )
1651 All messages that do not satisfy
1652 .Ar criterion .
1653 .It Ar ( bcc \*q Ns Ar string Ns Ar \*q )
1654 All messages that contain
1655 .Ar string
1656 in the envelope representation of the
1657 .Ql Bcc:
1658 field.
1659 .It Ar ( cc \*q Ns Ar string Ns Ar \*q )
1660 All messages that contain
1661 .Ar string
1662 in the envelope representation of the
1663 .Ql Cc:
1664 field.
1665 .It Ar ( from \*q Ns Ar string Ns Ar \*q )
1666 All messages that contain
1667 .Ar string
1668 in the envelope representation of the
1669 .Ql From:
1670 field.
1671 .It Ar ( subject \*q Ns Ar string Ns Ar \*q )
1672 All messages that contain
1673 .Ar string
1674 in the
1675 .Ql Subject:
1676 field.
1677 .It Ar ( to \*q Ns Ar string Ns Ar \*q )
1678 All messages that contain
1679 .Ar string
1680 in the envelope representation of the
1681 .Ql To:
1682 field.
1683 .It Ar ( header name \*q Ns Ar string Ns Ar \*q )
1684 All messages that contain
1685 .Ar string
1686 in the specified
1687 .Ql Name:
1688 field.
1689 .It Ar ( body \*q Ns Ar string Ns Ar \*q )
1690 All messages that contain
1691 .Ar string
1692 in their body.
1693 .It Ar ( text \*q Ns Ar string Ns Ar \*q )
1694 All messages that contain
1695 .Ar string
1696 in their header or body.
1697 .It Ar ( larger size )
1698 All messages that are larger than
1699 .Ar size
1700 (in bytes).
1701 .It Ar ( smaller size )
1702 All messages that are smaller than
1703 .Ar size
1704 (in bytes).
1706 .It Ar ( before date )
1707 All messages that were received before
1708 .Ar date ,
1709 which must be in the form
1710 .Ql d[d]-mon-yyyy ,
1711 where
1712 .Ql d
1713 denotes the day of the month as one or two digits,
1714 .Ql mon
1715 is the name of the month \(en one of
1716 .Ql Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ,
1718 .Ql yyyy
1719 is the year as four digits, e.g.,
1720 .Ql 28-Dec-2012 .
1722 .It Ar ( on date )
1723 All messages that were received on the specified date.
1724 .It Ar ( since date )
1725 All messages that were received since the specified date.
1726 .It Ar ( sentbefore date )
1727 All messages that were sent on the specified date.
1728 .It Ar ( senton date )
1729 All messages that were sent on the specified date.
1730 .It Ar ( sentsince date )
1731 All messages that were sent since the specified date.
1732 .It Ar ()
1733 The same criterion as for the previous search.
1734 This specification cannot be used as part of another criterion.
1735 If the previous command line contained more than one independent
1736 criterion then the last of those criteria is used.
1738 .\" }}}
1740 .\" .Ss "On URL syntax and credential lookup" {{{
1741 .Ss "On URL syntax and credential lookup"
1743 \*(IN For accessing protocol-specific resources, like POP3 mailboxes,
1744 usage of compact and standardized Uniform Resource Locators
1745 (URL, RFC 1738) has become omnipresent.
1746 \*(UA expects and understands URLs in the following form;
1747 parts in brackets
1748 .Ql []
1749 denote optional parts, optional either because there also exist other
1750 ways to define the information in question or because support of the
1751 part is protocol-specific \(en e.g.,
1752 .Ql /path
1753 is used by the IMAP protocol but not by POP3.
1756 .Dl PROTOCOL://[USER[:PASSWORD]@]server[:port][/path]
1760 .Ql USER
1762 .Ql PASSWORD
1763 are specified as part of an URL they must be given in URL percent
1764 encoded (RFC 3986) form \(en the command
1765 .Ic urlencode
1766 can be used to perform the encoding and show the encoded value.
1767 (This doesn't really conform to any standard, but for one it isn't
1768 used for any data exchange over the internet, and second it's easier for
1769 users to simply call
1770 .Ic urlencode
1771 on a string and use that instead of having to deal with several
1772 different standards.)
1773 On the other hand, values given in variables are expected not to be URL
1774 percent encoded.
1777 Many variable options of \*(UA exist in multiple versions, called
1778 variable chains for the rest of this document: the plain
1779 .Ql variable
1780 as well as
1781 .Ql variable-HOST
1783 .Ql variable-USER@HOST .
1784 Here
1785 .Ql HOST
1786 indeed means
1787 .Ql server:port
1788 if a
1789 .Ql port
1790 had been specified in the respective URL, otherwise it refers to the plain
1791 .Ql server .
1792 Also,
1793 .Ql USER
1794 isn't truly the
1795 .Ql USER
1796 that had been found when doing the user chain lookup as is described
1797 below, i.e., this
1798 .Ql USER
1799 will never be in URL percent encoded form, whether it came from an URL or not.
1802 For example, whether an hypothetical URL
1803 .Ql smtp://hey%3Ayou@our.house
1804 had been given that includes a user, or whether the URL was
1805 .Ql smtp://our.house
1806 and the user had been found differently, to lookup the variable chain
1807 .Va smtp-use-starttls
1808 \*(UA first looks for whether
1809 .Ql smtp-\:use-\:starttls-\:hey:you@our.house
1810 is defined, then whether
1811 .Ql smtp-\:use-\:starttls-\:our.house
1812 exists before finally ending up looking at the plain variable itself.
1815 \*(UA obeys the following logic scheme when dealing with the
1816 necessary credential informations of an account:
1818 .Bl -bullet
1820 If no
1821 .Ql USER
1822 has been given in the URL the variables
1823 .Va user-HOST
1825 .Va user
1826 are looked up; if no such variable(s) can be found then \*(UA will,
1827 when enforced by the \*(OPal variables
1828 .Va netrc-lookup-HOST
1830 .Va netrc-lookup ,
1831 search the users
1832 .Pa .netrc
1833 file for a
1834 .Ql HOST
1835 specific entry which provides a
1836 .Ql login
1837 name: this lookup will only succeed if unambiguous (one possible matching
1838 entry for
1839 .Ql HOST ) .
1841 If there is still no
1842 .Ql USER
1843 then \*(UA will fall back to the user who is supposed to run \*(UA:
1844 either the name that has been given with the
1845 .Fl u
1846 command line option (or, equivalently, but with less precedence, the
1847 environment variable
1848 .Ev USER ) ,
1849 or the
1850 .Dq current
1851 user.
1852 The identity of this user has been fixated during \*(UA startup and is
1853 known to be a valid user on the current host.
1856 Authentication: unless otherwise noted this will lookup the
1857 .Va PROTOCOL-auth-USER@HOST , PROTOCOL-auth-HOST , PROTOCOL-auth
1858 variable chain, falling back to a protocol-specific default should this
1859 have no success.
1862 If no
1863 .Ql PASSWORD
1864 has been given in the URL \(en it should be noted once that specifying
1865 the password in the URL is only syntactic sugar for the user, it'll
1866 never be part of an URL that \*(UA uses itself \(en, then if the
1867 .Ql USER
1868 has been found through the \*(OPal
1869 .Pa .netrc
1870 file lookup then that may have already provided the password, too.
1871 Otherwise the variable chain
1872 .Va password-USER@HOST , password-HOST , password
1873 is looked up.
1875 \*(OP Then if any of the variables of the chain
1876 .Va agent-shell-lookup-USER@HOST , agent-shell-lookup-HOST , \
1877   agent-shell-lookup
1878 is set the shell command specified therein is run and the output (less
1879 newline characters) will be used as the password.
1880 It is perfectly valid for such an agent to simply not return any data,
1881 in which case the password lookup is continued somewhere else;
1882 Any command failure is treated as a hard error, however.
1884 The next variable chain that is inspected is the \*(OPal
1885 .Va netrc-lookup-USER@HOST , netrc-lookup-HOST , netrc-lookup ,
1886 but this time looking only for the password (multiple user accounts
1887 for a single machine may exist as well as a fallback entry without
1888 user but with a password).
1890 If at that point there is still no password available, but the
1891 (protocols') chosen authentication type requires a password, then in
1892 interactive mode the user will be prompted on the terminal.
1896 .Sy Note:
1897 S/MIME verification works relative to the values found in the
1898 .Ql From:
1900 .Ql Sender: )
1901 header field(s), which means that the values of
1902 .Va smime-sign , smime-sign-cert , smime-sign-include-certs
1904 .Va smime-sign-message-digest
1905 will not be looked up using the
1906 .Ql USER
1908 .Ql HOST
1909 chains from above but instead use the corresponding values from the
1910 message that is being worked on.
1911 In unusual cases multiple and different
1912 .Ql USER
1914 .Ql HOST
1915 combinations may therefore be involved \(en on the other hand those
1916 unusual cases become possible.
1917 The usual case is as short as:
1920 .Dl set smtp=smtp://USER:PASS@HOST smtp-use-starttls \e
1921 .Dl \ \ \ \ smime-sign smime-sign-cert=+smime.pair
1924 The section
1925 .Sx EXAMPLES
1926 contains complete example configurations.
1927 .\" }}}
1929 .\" .Ss "Command line editor" {{{
1930 .Ss "Command line editor"
1932 \*(OP \*(UA can be configured to support a command line editor and
1933 command history lists which are saved in between sessions.
1934 One may link against fully-fledged external libraries
1935 .Pf ( Xr readline 6 ,
1936 .Xr editline 3 Ns
1937 ) or use \*(UA's own command line editor NCL (Nail-Command-Line)
1938 instead, which should work in all environments which comply to the
1939 ISO C standard (ISO/IEC 9899:1990/Amendment 1:1995).
1940 When an external library is used, interactive behaviour of \*(UA relies
1941 on that library and may not correspond one-to-one to what is described
1942 in this manual.
1945 Regardless of the actually used command line editor
1946 .Ic history
1947 entries will be created for lines entered in command mode only, and
1948 creation of such an entry can be forcefully suppressed by starting the
1949 line with a space character.
1950 Note that
1951 .Ic history
1952 handling is by itself an optional feature and may therefore not be
1953 available.
1954 For more information see the documentation of the options
1955 .Va emptystart ,
1956 .Va history-gabby ,
1957 .Va history-gabby-persist ,
1958 .Va line-editor-disable ,
1959 .Va NAIL_HISTFILE
1961 .Va NAIL_HISTSIZE .
1964 The builtin \*(UA command line editor supports the following operations;
1965 the notation
1966 .Ql ^-character
1967 stands for the combination of the
1968 .Dq Control
1969 key plus the mentioned character, e.g.,
1970 .Ql ^A
1971 means
1972 .Dq hold down control key and press the A key :
1975 .Bl -tag -compact -width "Ql _M"
1976 .It Ql ^A
1977 Go to the start of the line.
1978 .It Ql ^B
1979 Move the cursor backward one character.
1980 .It Ql ^D
1981 Forward delete the character under the cursor;
1982 quits \*(UA if used on the empty line unless the
1983 .Va ignoreeof
1984 option is set.
1985 .It Ql ^E
1986 Go to the end of the line.
1987 .It Ql ^F
1988 Move the cursor forward one character.
1990 .It Ql ^G
1991 Cancel current operation, full reset.
1992 If there is an active history search or tabulator expansion then this
1993 command will first reset that, reverting to the former line content;
1994 thus a second reset is needed for a full reset in this case.
1995 In all cases \*(UA will reset a possibly used multibyte character input
1996 state machine.
1998 .It Ql ^H
1999 The same as
2000 .Dq backspace :
2001 backward delete one character.
2003 .It Ql ^I
2004 \*(OP The same as
2005 .Dq horizontal tabulator :
2006 try to expand the word before the cursor.
2007 (Note this is not
2008 .Dq tabulator-completion
2009 as is known from the
2010 .Xr sh 1
2011 but really means the usual \*(UA expansion, as documented for
2012 .Ic file ,
2013 yet it involves shell expansion as a last step, too.)
2015 .It Ql ^J
2016 The same as
2017 .Dq ENTER :
2018 complete this line of input.
2019 .It Ql ^K
2020 Delete all characters from the cursor to the end of the line.
2021 .It Ql ^L
2022 Repaint the line.
2023 .It Ql ^N
2024 \*(OP Go to the next history entry.
2025 .It Ql ^O
2026 Execute the command
2027 .Ic dp .
2028 .It Ql ^P
2029 \*(OP Go to the previous history entry.
2030 .It Ql ^R
2031 \*(OP Complete the current line from (the remaining older) history entries.
2032 .It Ql ^U
2033 The same as
2034 .Ql ^A
2035 followed by
2036 .Ql ^K .
2037 .It Ql ^W
2038 Delete the characters from the one preceding the cursor to the preceding
2039 word boundary.
2040 .It Ql ^X
2041 Move the cursor forward one word boundary.
2042 .It Ql ^Y
2043 Move the cursor backward one word boundary.
2047 If problems with commands that are based upon rightwise movement are
2048 encountered, adjustments of the option
2049 .Va line-editor-cursor-right
2050 may solve the problem, as documented for it.
2053 If the terminal produces key sequences which are compatible with
2054 .Xr xterm 1
2055 then the left and right cursor keys will map to
2056 .Ql ^B
2058 .Ql ^F ,
2059 respectively, the up and down cursor keys will map to
2060 .Ql ^P
2062 .Ql ^N ,
2063 and the Home/End/PgUp/PgDown keys will call the
2064 .Ic z
2065 command with the respective arguments
2066 .Ql 0 ,
2067 .Ql $ ,
2068 .Ql -
2070 .Ql +
2071 (i.e., perform scrolling through the header summary list).
2072 .\" }}}
2074 .\" .Ss "Coloured message display" {{{
2075 .Ss "Coloured message display"
2077 \*(OP \*(UA can be configured to support coloured message display,
2078 realized by emitting ANSI colour escape sequences.
2079 Colours are only used when the
2080 .Ev TERM
2081 environment variable is set and either the terminal type can be found in
2082 .Va colour-terms
2083 or its name includes the string
2084 .Ql color .
2087 On top of that the binary option
2088 .Va colour-pager
2089 defines whether these colour sequences are also generated when the output
2090 of a command needs to go through the
2091 .Ev PAGER
2092 (also see
2093 .Va crt Ns
2094 ) \(en this is not enabled by default because different pager programs
2095 need different command line switches or other configuration in order to
2096 support those colour sequences, please see the option for more details.
2099 To forcefully disable all colour support, set
2100 .Va colour-disable .
2103 Colours can be configured through font attributes
2104 .Pf ( Ql ft=
2105 \(en
2106 .Ql bold ,
2107 .Ql invers
2109 .Ql underline ) ,
2110 foreground
2111 .Pf ( Ql fg= )
2112 and background
2113 .Pf ( Ql bg= )
2114 colours
2115 .Pf ( Ql black ,
2116 .Ql blue ,
2117 .Ql green ,
2118 .Ql red ,
2119 .Ql brown ,
2120 .Ql magenta ,
2121 .Ql cyan
2123 .Ql white ) .
2124 Multiple specifications can be joined in a comma separated list, as in
2127 .Dl set colour-msginfo="ft=bold,fg=magenta,bg=cyan"
2130 Options to be set are
2131 .Va colour-msginfo ,
2132 .Va colour-partinfo ,
2133 .Va colour-from_ ,
2134 .Va colour-header
2136 .Va colour-uheader ,
2137 as well as
2138 .Va colour-user-headers ,
2139 which is a list of headers to be colourized via
2140 .Va colour-uheader
2141 instead of the default
2142 .Va colour-header .
2143 .\" }}}
2144 .\" }}} (DESCRIPTION)
2147 .\" .Sh COMMANDS {{{
2148 .Sh COMMANDS
2150 Each command is typed on a line by itself,
2151 and may take arguments following the command word.
2152 The command need not be typed in its entirety \(en
2153 the first command which matches the typed prefix is used.
2154 (The command
2155 .Ic list
2156 prints a sorted list of available commands, and the command
2157 .Ic help
2159 .Ic \&? ) ,
2160 when given an argument, will show a documentation string for the
2161 expansion, as in
2162 .Ql ?unc ;
2163 documentation strings are however \*(OPal.)
2166 For commands which take message lists as arguments, the next message
2167 forward that satisfies the command's requirements will be used shall no
2168 explicit message list have been passed.
2169 If there are no messages forward of the current message,
2170 the search proceeds backwards,
2171 and if there are no good messages at all,
2172 \*(UA types
2173 .Dq no applicable messages
2174 and aborts the command.
2175 The arguments to commands can be quoted, using the following methods:
2178 .Bl -bullet -compact -offset indent
2180 An argument can be enclosed between paired double-quotes
2181 .Ql """argument"""
2183 single-quotes
2184 .Ql 'argument' ;
2185 any white space, shell word expansion, or backslash characters (except
2186 as described next) within the quotes are treated literally as part of
2187 the argument.
2188 A double-quote will be treated literally within single-quotes and vice
2189 versa.
2190 Inside such a quoted string the actually used quote character can be
2191 used nonetheless by escaping it with a backslash
2192 .Ql \e ,
2193 as in
2194 .Ql """y\e""ou""" .
2197 An argument that is not enclosed in quotes, as above, can usually still
2198 contain space characters if those spaces are backslash-escaped.
2201 A backslash outside of the enclosing quotes is discarded
2202 and the following character is treated literally as part of the argument.
2205 An unquoted backslash at the end of a command line is discarded and the
2206 next line continues the command.
2210 Filenames, where expected, are subsequently subjected to the following
2211 transformations, in sequence:
2214 .Bl -bullet -compact -offset indent
2216 If the filename begins with an unquoted plus sign, and the
2217 .Va folder
2218 variable is defined,
2219 the plus sign will be replaced by the value of the
2220 .Va folder
2221 variable followed by a slash.
2222 If the
2223 .Va folder
2224 variable is unset or is set to null, the filename will be unchanged.
2227 Shell word expansions are applied to the filename.
2228 .\" TODO shell word expansion shell expand fexpand FEXP_NSHELL
2229 .Sy Compatibility note:
2230 on the long run support for complete shell word expansion will be
2231 replaced by an internally implemented restricted expansion mechanism in
2232 order to circumvent possible security impacts through shell expansion.
2233 Expect that a growing number of program parts only support this
2234 restricted syntax:
2236 Meta expansions are applied to the filename: leading tilde characters
2237 .Pf ( Ql ~/ )
2238 will be replaced by the expansion of
2239 .Ev HOME ,
2240 and any occurrence of
2241 .Ql $VARIABLE
2243 .Ql ${VARIABLE} )
2244 will be replaced by the expansion of the variable, if possible;
2245 \*(UA internal as well as environmental (shell) variables can be
2246 accessed through this mechanism.
2247 In order to include a raw
2248 .Ql $
2249 character precede it with a backslash
2250 .Ql \e ,
2251 to include a backslash double it.
2252 If more than a single pathname results from this expansion and the
2253 command is expecting one file, an error results.
2255 Note that in interactive display context, in order to allow simple
2256 value acceptance (typing
2257 .Dq ENTER ) ,
2258 backslash quoting is performed automatically as necessary, e.g., a file
2259 .Ql diet\e is \ecurd.txt
2260 will be displayed as
2261 .Ql diet\e\e is \e\ecurd.txt .
2265 The following commands are available:
2267 .Bl -tag -width ".Ic _ccount"
2269 .It Ic #
2270 The comment-command causes the entire line to be ignored.
2271 .Sy Note:
2272 this really is a normal command which' purpose is to discard its
2273 arguments, not a
2274 .Dq comment-start
2275 indicating special character, which means that, e.g., trailing comments
2276 on a line are not possible.
2279 .It Ic ~
2280 Interprets the remainder of the word as a macro name and passes it
2281 through to the
2282 .Ic call
2283 command; e.g.,
2284 .Ql ~ Ns Ar mymacro
2285 is a shorter synonym for
2286 .Ql call Ar mymacro .
2289 .It Ic -
2290 Print out the preceding message.
2291 If given a numeric argument n,
2292 goes to the n'th previous message and prints it.
2295 .It Ic =
2296 Show the current message number (the
2297 .Dq dot ) .
2300 .It Ic \&?
2301 Prints a brief summary of commands.
2302 \*(OP Given an argument a synopsis for the command in question is
2303 printed instead;
2304 commands can be abbreviated in general and this command can be used
2305 to see the full expansion of an abbreviation including the synopsis,
2306 try, e.g.,
2307 .Ql ?h ,
2308 .Ql ?hel
2310 .Ql ?help
2311 and see how the display changes.
2314 .It Ic \&!
2315 Executes the
2316 .Ev SHELL
2317 (see
2318 .Xr sh 1 Ns
2319 ) command which follows.
2322 .It Ic \&|
2323 A synonym for the
2324 .Ic pipe
2325 command.
2328 .It Ic account
2329 (ac) Creates, selects or lists (an) account(s).
2330 An account is a group of commands and variable settings which together
2331 usually arrange the environment for the purpose of creating a system login.
2332 Without any argument a listing of all defined accounts and their content
2333 is printed.
2334 A specific account can be activated by giving solely its name, resulting
2335 in the system mailbox or inbox of that account to be activated as via an
2336 explicit use of the command
2337 .Ic file .
2338 The two argument form is identical to defining a macro as via
2339 .Ic define .
2340 For example:
2341 .Bd -literal -offset indent
2342 account myisp {
2343   set folder=imaps://mylogin@imap.myisp.example
2344   set record=+Sent
2345   set from="myname@myisp.example (My Name)"
2346   set smtp=smtp://mylogin@smtp.myisp.example
2350 creates an account named
2351 .Ql myisp
2352 which can later be selected by specifying
2353 .Ql account myisp .
2354 The special account
2355 .Ql null
2356 (case-insensitive) always exists.
2357 .Ic localopts
2358 can be used to localize account settings \(en different to normal macros
2359 the settings will be reverted once the account is switched off.
2360 Accounts can be deleted via
2361 .Ic unaccount .
2364 .It Ic alias
2365 (a) With no arguments, prints out all currently-defined aliases.
2366 With one argument, prints out that alias.
2367 With more than one argument,
2368 creates a new alias or appends to an existing one.
2369 .Ic unalias
2370 can be used to delete aliases.
2373 .It Ic alternates
2374 (alt) Manage a list of alternate addresses / names of the active user,
2375 members of which will be removed from recipient lists when replying to
2376 messages (and the
2377 .Va metoo
2378 variable is not set).
2379 If arguments are given the set of alternate names is replaced by them,
2380 without arguments the current set is displayed.
2383 .It Ic answered
2384 Takes a message list and marks each message as having been answered.
2385 This mark has no technical meaning in the mail system;
2386 it just causes messages to be marked in the header summary,
2387 and makes them specially addressable.
2390 .It Ic cache
2391 \*(OP Only applicable to cached IMAP mailboxes;
2392 takes a message list and reads the specified messages into the IMAP
2393 cache.
2396 .It Ic call
2397 Calls a macro that has been created via
2398 .Ic define .
2401 .It Ic cd
2402 (ch) Change the working directory to
2403 .Ev HOME
2404 or the given argument.
2405 Synonym for
2406 .Ic chdir .
2409 .It Ic certsave
2410 \*(OP Only applicable to S/MIME signed messages.
2411 Takes a message list and a file name and saves the certificates
2412 contained within the message signatures to the named file in both
2413 human-readable and PEM format.
2414 The certificates can later be used to send encrypted messages to the
2415 respective message senders by setting
2416 .Va smime-encrypt-USER@HOST
2417 variables.
2420 .It Ic chdir
2421 (ch) Change the working directory to
2422 .Ev HOME
2423 or the given argument.
2424 Synonym for
2425 .Ic cd .
2428 .It Ic collapse
2429 Only applicable to threaded mode.
2430 Takes a message list and makes all replies to these messages invisible
2431 in header summaries, unless they are in state
2432 .Ql new .
2435 .It Ic connect
2436 \*(OP If operating in disconnected mode on an IMAP mailbox,
2437 switch to online mode and connect to the mail server while retaining
2438 the mailbox status.
2439 See the description of the
2440 .Va disconnected
2441 variable for more information.
2444 .It Ic Copy
2445 (C) Copy messages to files whose names are derived from the author of
2446 the respective message and don't mark them as being saved;
2447 otherwise identical to
2448 .Ic Save .
2451 .It Ic copy
2452 (c) Copy messages to the named file and don't mark them as being saved;
2453 otherwise identical to
2454 .Ic save .
2457 .It Ic cwd
2458 Print the current working directory.
2461 .It Ic Decrypt
2462 \*(OP For unencrypted messages this command is identical to
2463 .Ic Copy ;
2464 Encrypted messages are first decrypted, if possible, and then copied.
2467 .It Ic decrypt
2468 \*(OP For unencrypted messages this command is identical to
2469 .Ic copy ;
2470 Encrypted messages are first decrypted, if possible, and then copied.
2473 .It Ic define
2474 Without arguments the current list of macros, including their content,
2475 is printed, but otherwise a macro is defined.
2476 A macro definition is a sequence of commands in the following form:
2477 .Bd -literal -offset indent
2478 define name {
2479   command1
2480   command2
2481   ...
2482   commandN
2486 A defined macro can be invoked explicitly by using the
2487 .Ic call
2489 .Ic ~
2490 commands, or implicitly by setting the
2491 .Va folder-hook
2493 .Va folder-hook-FOLDER
2494 variables.
2495 Note that interpretation of
2496 .Ic localopts
2497 depends on how (i.e.,
2498 .Dq as what :
2499 normal macro, folder hook, account switch) the macro is invoked.
2500 Macros can be deleted via
2501 .Ic undefine .
2504 .It Ic delete
2505 (d) Marks the given message list as
2506 .Ql deleted .
2507 Deleted messages will neither be saved in
2508 .Ev MBOX
2509 nor will they be available for most other commands.
2512 .It Ic discard
2513 (di) Identical to
2514 .Ic ignore .
2515 Also see
2516 .Ic retain .
2519 .It Ic disconnect
2520 \*(OP (disco) If operating in online mode on an IMAP mailbox,
2521 switch to disconnected mode while retaining the mailbox status.
2522 See the description of the
2523 .Va disconnected
2524 variable for more.
2525 A list of messages may optionally be given as argument;
2526 the respective messages are then read into the cache before the
2527 connection is closed.
2528 Thus `disco *' makes the entire mailbox available for disconnected use.
2532 .It Ic dp , dt
2533 Deletes the current message and prints the next message.
2534 If there is no next message, \*(UA says
2535 .Dq at EOF .
2538 .It Ic draft
2539 Takes a message list and marks each given message as a draft.
2540 This mark has no technical meaning in the mail system;
2541 it just causes messages to be marked in the header summary,
2542 and makes them specially addressable.
2545 .It Ic echo
2546 (ec) Echoes its arguments,
2547 resolving special names as documented for the command
2548 .Ic file .
2549 The escape sequences
2550 .Ql \ea ,
2551 .Ql \eb ,
2552 .Ql \ec ,
2553 .Ql \ef ,
2554 .Ql \en ,
2555 .Ql \er ,
2556 .Ql \et ,
2557 .Ql \ev ,
2558 .Ql \e\e
2560 .Ql \e0octal-num
2561 are interpreted just as they are by
2562 .Xr printf 1
2563 (proper quoting provided).
2566 .It Ic edit
2567 (e) Point the text editor (as defined in
2568 .Ev EDITOR )
2569 at each message from the given list in turn.
2570 Modified contents are discarded unless the
2571 .Va writebackedited
2572 variable is set.
2575 .It Ic elif
2576 Part of the
2577 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2578 conditional \(em if the condition of a preceeding
2579 .Ic if
2580 was false, check the following condition and execute the following block
2581 if it evaluates true.
2584 .It Ic else
2585 (el) Part of the
2586 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2587 conditional \(em if none of the conditions of the preceeding
2588 .Ic if
2590 .Ic elif
2591 commands was true, the
2592 .Ic else
2593 block is executed.
2596 .It Ic endif
2597 (en) Marks the end of an
2598 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2599 conditional execution block.
2602 .It Ic errors
2603 \*(OP Since \*(UA uses the console as a user interface it can happen
2604 that messages scroll by too fast to become recognized.
2605 Optionally an error message ring queue is available which stores
2606 duplicates of any error message and notifies the user in interactive
2607 sessions whenever a new error has occurred.
2608 The queue is finite: if its maximum size is reached any new message
2609 replaces the eldest.
2610 The command
2611 .Ic errors
2612 can be used to manage this message queue: if given
2613 .Ar show
2614 or no argument the queue will be displayed and cleared,
2615 .Ar clear
2616 will only clear all messages from the queue.
2619 .It Ic exit
2620 (ex or x) Exit from \*(UA without changing the active mailbox and skip
2621 any saving of messages in
2622 .Ev MBOX
2623 as well as a possibly tracked command line editor history file.
2626 .It Ic features
2627 Print the list of features that have been compiled into \*(UA.
2630 .It Ic File
2631 (Fi) Like
2632 .Ic file ,
2633 but open the mailbox readonly.
2636 .It Ic file
2637 (fi) The file command switches to a new mailbox.
2638 Without arguments it prints the complete state of the current mailbox.
2639 If an argument is given, it will write out changes (such as deletions)
2640 the user has made and open a new mailbox.
2641 Some special conventions are recognized for the
2642 .Ar name
2643 argument:
2645 .Bl -tag -compact -offset indent -width ".Ar %:__lespec"
2646 .It Ar #
2647 (number sign) means the previous file,
2648 .It Ar %
2649 (percent sign) means the invoking user's system mailbox, which either is
2650 the (itself expandable)
2651 .Va inbox
2652 if that is set (\*(ID and non-empty), the standardized absolute pathname
2653 indicated by
2654 .Ev MAIL
2655 if that is set, or a builtin compile-time default otherwise.
2656 (\*(OB For IMAP folders only, and only if
2657 .Va inbox
2658 is not set, the value of
2659 .Va folder
2660 is inspected and used if found.)
2661 .It Ar %user
2662 means the system mailbox of
2663 .Ar user
2664 (and never the value of
2665 .Va inbox
2667 .Va folder ,
2668 regardless of their actual setting),
2669 .It Ar &
2670 (ampersand) means the invoking user's
2671 .Ev MBOX
2672 file and
2673 .It Ar +file
2674 means a
2675 .Ar file
2676 in the
2677 .Va folder
2678 directory.
2679 .It Ar %:filespec
2680 expands to the same value as
2681 .Ar filespec ,
2682 but the file is handled as a system mailbox by, e.g., the
2683 .Ic mbox
2685 .Ic save
2686 commands, meaning that messages that have been read in the current
2687 session will be moved to the
2688 .Ev MBOX
2689 mailbox instead of simply being flagged as read.
2692 If the name matches one of the strings defined with the command
2693 .Ic shortcut ,
2694 it is replaced by its long form and expanded.
2695 If the name ends with
2696 .Ql .gz ,
2697 .Ql .bz2
2699 .Ql .xz
2700 it is treated as being compressed with
2701 .Xr gzip 1 ,
2702 .Xr bzip2 1
2704 .Xr xz 1 ,
2705 respectively, and transparently handled through an intermediate
2706 (un)compression step (using a temporary file) with the according
2707 facility, sufficient support provided.
2708 Likewise, if the named file doesn't exist, but a file with one of the
2709 mentioned compression extensions does, then the name is automatically
2710 expanded and the compressed file is used.
2712 Otherwise, if the name ends with an extension for which
2713 .Va file-hook-load-EXTENSION
2715 .Va file-hook-save-EXTENSION
2716 variables are set, then the given hooks will be used to load and save
2717 .Dq name ,
2718 and \*(UA will work with an intermediate temporary file.
2720 MBOX files (flat file-based mailboxes) are generally locked during file
2721 operations in order to avoid inconsistencies against concurrent
2722 modifications.
2723 Mailbox files which \*(UA treats as system mailboxes will also be
2724 protected by so-called dotlock files, the traditional way of mail spool
2725 file locking: for any file
2726 .Ql a
2727 a lock file
2728 .Ql a.lock
2729 will be created for the duration of the synchronization \(em
2730 as necessary a privilege-separated dotlock child process will be used
2731 to accommodate for necessary privilege adjustments in order to create
2732 the dotlock file in the same directory
2733 and with the same user and group identities as the file of interest.
2736 .Ar name
2737 refers to a directory with the subdirectories
2738 .Ql tmp ,
2739 .Ql new
2741 .Ql cur ,
2742 then it is treated as a folder in
2743 .Dq Maildir
2744 format.
2745 A name of the form
2747 .Dl \*(IN protocol://[user[:password]@]host[:port][/path]
2748 .Dl \*(OU protocol://[user@]host[:port][/path]
2750 is taken as an Internet mailbox specification.
2751 The \*(OPally supported protocols are
2752 .Ar pop3
2753 (POP3) and
2754 .Ar pop3s
2755 (POP3 with SSL/TLS encrypted transport).
2757 .Ar [/path]
2758 part is valid only for IMAP; there it defaults to
2759 .Ar INBOX .
2760 Also see the section
2761 .Sx "On URL syntax and credential lookup" .
2763 \*(OU If
2764 .Ar user
2765 contains special characters, in particular
2766 .Ql /
2768 .Ql % ,
2769 they must be escaped in URL notation \(en the command
2770 .Ic urlencode
2771 can be used to show the necessary conversion.
2772 The optional `path' part applies to IMAP only;
2773 if it is omitted, the default `INBOX' is used.
2775 If \*(UA is connected to an IMAP server,
2776 a name of the form `@mailbox' refers to the `mailbox' on that server,
2777 but otherwise a `@' prefix has no special meaning.
2780 .It Ic flag
2781 Takes a message list and marks the messages as
2782 .Ic flag Ns
2783 ged for urgent/special attention.
2784 This mark has no technical meaning in the mail system;
2785 it just causes messages to be highlighted in the header summary,
2786 and makes them specially addressable.
2789 .It Ic folder
2790 (fold) The same as
2791 .Ic file .
2794 .It Ic folders
2795 With no arguments, list the names of the folders in the folder directory.
2796 With an existing folder as an argument,
2797 lists the names of folders below the named folder;
2798 e.\|g. the command `folders @' lists the folders on the base level of
2799 the current IMAP server.
2800 See also the variable
2801 .Va imap-list-depth .
2804 .It Ic Followup
2805 (F) Similar to
2806 .Ic Respond ,
2807 but saves the message in a file named after the local part of the first
2808 recipient's address (instead of in
2809 .Va record Ns ).
2812 .It Ic followup
2813 (fo) Similar to
2814 .Ic respond ,
2815 but saves the message in a file named after the local part of the first
2816 recipient's address (instead of in
2817 .Va record Ns ).
2820 .It Ic followupall
2821 Similar to
2822 .Ic followup ,
2823 but responds to all recipients regardless of the
2824 .Va flipr
2825 variable.
2828 .It Ic followupsender
2829 Similar to
2830 .Ic Followup ,
2831 but responds to the sender only regardless of the
2832 .Va flipr
2833 variable.
2836 .It Ic Forward
2837 Alias for
2838 .Ic Fwd .
2841 .It Ic forward
2842 Alias for
2843 .Ic fwd .
2846 .It Ic from
2847 (f) Takes a list of messages and prints their message headers
2848 (which qualifies this command as \*(UAs search facility).
2851 .It Ic Fwd
2852 Similar to
2853 .Ic fwd ,
2854 but saves the message in a file named after the local part of the
2855 recipient's address (instead of in
2856 .Va record Ns ).
2859 .It Ic fwd
2860 Takes a message and the address of a recipient
2861 and forwards the message to him.
2862 The text of the original message is included in the new one,
2863 with the value of the
2864 .Va fwdheading
2865 variable printed before.
2867 .Ic fwdignore
2869 .Ic fwdretain
2870 commands specify which header fields are included in the new message.
2871 Only the first part of a multipart message is included unless the
2872 .Va forward-as-attachment
2873 option is set.
2874 Unless the option
2875 .Va fullnames
2876 is set recipient addresses will be stripped from comments, names etc.
2879 .It Ic fwdignore
2880 Specifies which header fields are to be ignored with the command
2881 .Ic fwd .
2882 This command has no effect when the
2883 .Va forward-as-attachment
2884 option is set.
2887 .It Ic fwdretain
2888 Specifies which header fields are to be retained with the command
2889 .Ic fwd .
2890 .Ic fwdretain
2891 overrides
2892 .Ic fwdignore .
2893 This command has no effect when the
2894 .Va forward-as-attachment
2895 option is set.
2898 .It Ic ghost
2899 Define or list command aliases, so-called ghosts.
2900 Without arguments a list of all currently known aliases is printed.
2901 With one argument the expansion of the given alias is shown.
2902 With two or more arguments a command alias is defined or updated: the
2903 first argument is the name under which the remaining command line should
2904 be accessible, the content of which can be just about anything.
2905 A ghost can be used everywhere a normal command can be used, but always
2906 takes precedence; any arguments that are given to the command alias are
2907 joined onto the alias content, and the resulting string forms the
2908 command line that is, in effect, executed.
2909 Also see
2910 .Ic unghost .
2911 .Bd -literal -offset indent
2912 ? gh xx
2913 `ghost': no such alias: "xx"
2914 ? gh xx echo hello,
2915 ? gh xx
2916 ghost xx "echo hello,"
2917 ? xx
2918 hello,
2919 ? xx world
2920 hello, world
2924 .It Ic headers
2925 (h) Show the current group of headers, the size of which depends on
2926 the variable
2927 .Va screen .
2928 If a message-specification is given the group of headers containing the
2929 first message therein is shown and the message at the top of the screen
2930 becomes the new
2931 .Dq dot .
2934 .It Ic help
2935 (hel) A synonym for
2936 .Ic \&? .
2939 .It Ic history
2940 \*(OP Either
2941 .Ar show
2943 .Ar clear
2944 the list of history entries;
2945 a decimal
2946 .Ar NUMBER
2947 argument selects and shows the respective history entry \(en
2948 press
2949 .Dq ENTER
2950 to accept it, and the history entry will become the new history top.
2951 The default mode if no arguments are given is
2952 .Ar show .
2955 .It Ic hold
2956 (ho, also
2957 .Ic preserve )
2958 Takes a message list and marks each message therein to be saved in the
2959 user's system mailbox instead of in
2960 .Ev MBOX .
2961 Does not override the
2962 .Ic delete
2963 command.
2964 \*(UA deviates from the POSIX standard with this command, because a
2965 .Ic next
2966 command issued after
2967 .Ic hold
2968 will display the following message, not the current one.
2972 .It Ic if
2973 (i) Part of the nestable
2974 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2975 conditional execution construct \(em if the given condition is true then
2976 the encapsulated block is executed.
2977 POSIX only supports the conditions
2978 .Ql [Rr]eceive ,
2979 .Ql [Ss]end
2981 .Ql [Tt]erm
2982 (execute if standard input is a tty), all remaining conditions are
2983 non-portable extensions; note that falsely specified conditions cause
2984 the execution of the entire conditional construct until the
2985 (matching) closing
2986 .Ic endif
2987 command to be suppressed.
2988 The syntax of the nestable
2989 .Ic if
2990 conditional execution construct requires that each condition and syntax
2991 element is surrounded by whitespace.
2993 .Bd -literal -offset indent
2994 if receive
2995   commands ...
2996 else
2997   commands ...
2998 endif
3002 Another condition can be any boolean value (see the section
3003 .Sx "Value options"
3004 for booleans) to mark an enwrapped block as
3005 .Dq never execute
3007 .Dq always execute .
3008 It is possible to check a variable for existence or compare its
3009 expansion against a user given value or another variable via the
3010 .Ql $
3011 .Pf ( Dq variable next )
3012 conditional trigger character.
3013 The available comparison operators are
3014 .Ql <
3015 (less than),
3016 .Ql <=
3017 (less than or equal to),
3018 .Ql ==
3019 (equal),
3020 .Ql !=
3021 (not equal),
3022 .Ql >=
3023 (greater than or equal to),
3024 .Ql >
3025 (greater than),
3026 .Ql =@
3027 (is substring of) and
3028 .Ql !@
3029 (is not substring of).
3030 The values of the left and right hand side are treated as strings and
3031 are compared 8-bit byte-wise, ignoring case according to the rules of
3032 the US-ASCII encoding (therefore, dependend on the active locale,
3033 possibly producing false results for strings in the locale encoding).
3034 Except for the substring checks the comparison will instead be performed
3035 arithmetically if both, the user given value as well as the variable
3036 content, can be parsed as numbers (integers).
3037 An unset variable is treated as the empty string.
3040 When the \*(OPal regular expression support is available, the additional
3041 test cases
3042 .Ql =~
3044 .Ql !~
3045 can be used.
3046 They treat the right hand side as a regular expression that is matched
3047 case-insensitively and according to the active
3048 .Ev LC_CTYPE
3049 locale, meaning that strings in the locale encoding should be matched
3050 correctly.
3053 Conditions can be joined via AND-OR lists (where the AND operator is
3054 .Ql &&
3055 and the OR operator is
3056 .Ql || ) ,
3057 which have equal precedence and will be evaluated with left
3058 associativity, thus using the same syntax that is known for the
3059 .Xr sh 1 .
3060 It is also possible to form groups of conditions and lists by enclosing
3061 them in pairs of brackets
3062 .Ql [\ \&.\&.\&.\ ] ,
3063 which may be interlocked within each other, and also be joined via
3064 AND-OR lists.
3067 The results of individual conditions and entire groups may be modified
3068 via unary operators: the unary operator
3069 .Ql \&!
3070 will reverse the result.
3072 .Bd -literal -offset indent
3073 if $debug
3074   echo *debug* is set
3075 endif
3076 if $ttycharset == "UTF-8"
3077   echo *ttycharset* is set to UTF-8, case-insensitively
3078 endif
3079 set t1=one t2=one
3080 if $t1 == $t2
3081   echo These two variables are equal
3082 endif
3083 if $version-major >= 15
3084   echo Running a new version..
3085   if $features =@ "regex"
3086     if $TERM =~ "^xterm\&.*"
3087       echo ..in an X terminal
3088     endif
3089   endif
3090   if [ [ true ] && [ [ $debug ] || [ $verbose ] ] ]
3091     echo Noisy, noisy
3092   endif
3093   if true && $debug || $verbose
3094     echo Left associativity, as is known from the shell
3095   endif
3096   if ! ! true && ! [ ! $debug && ! $verbose ]
3097     echo Unary operator support
3098   endif
3099 endif
3104 .It Ic ignore
3105 Without arguments the list of ignored header fields is printed,
3106 otherwise the given list of header fields is added to the ignore list:
3107 Header fields in the ignore list are not printed on the terminal when
3108 a message is printed.
3109 To print a message in its entirety, use the commands
3110 .Ic Type
3112 .Ic Print .
3113 Also see
3114 .Ic discard
3116 .Ic retain .
3119 .It Ic imap
3120 \*(OP Sends command strings directly to the current IMAP server.
3121 \*(UA operates always in IMAP `selected state' on the current mailbox;
3122 commands that change this will produce undesirable results and should be
3123 avoided.
3124 Useful IMAP commands are:
3125 .Bl -tag -offset indent -width ".Ic getquotearoot"
3126 .It create
3127 Takes the name of an IMAP mailbox as an argument and creates it.
3128 .It getquotaroot
3129 (RFC 2087) Takes the name of an IMAP mailbox as an argument
3130 and prints the quotas that apply to the mailbox.
3131 Not all IMAP servers support this command.
3132 .It namespace
3133 (RFC 2342) Takes no arguments and prints the Personal Namespaces,
3134 the Other User's Namespaces and the Shared Namespaces.
3135 Each namespace type is printed in parentheses;
3136 if there are multiple namespaces of the same type,
3137 inner parentheses separate them.
3138 For each namespace a prefix and a hierarchy separator is listed.
3139 Not all IMAP servers support this command.
3143 .It Ic inc
3144 Same as
3145 .Ic newmail .
3148 .It Ic list
3149 Prints the names of all available commands, alphabetically sorted.
3152 .It Ic localopts
3153 This command can be used to localize changes to variables, meaning that
3154 their state will be reverted to the former one once the covered scope
3155 is left.
3156 It can only be used inside of macro definition blocks introduced by
3157 .Ic account
3159 .Ic define ,
3160 and is interpreted as a boolean (see
3161 .Sx "Value options" ) ;
3163 .Dq covered scope
3164 of an account is left once it is switched off again.
3165 .Bd -literal -offset indent
3166 define temporary_settings {
3167   set global_option1
3168   localopts on
3169   set local_option1
3170   set local_option2
3171   localopts off
3172   set global_option2
3176 .Sy Note
3177 that this setting
3178 .Dq stacks up :
3179 i.e., if
3180 .Ql macro1
3181 enables change localization and calls
3182 .Ql macro2 ,
3183 which explicitly resets localization, then any value changes within
3184 .Ql macro2
3185 will still be reverted by
3186 .Ql macro1 !
3189 .It Ic Lreply
3190 Reply to messages that come in via known
3191 .Pf ( Ic mlist )
3192 or subscribed
3193 .Pf ( Ic mlsubscribe )
3194 mailing lists, or pretend to do so (see
3195 .Sx "Mailing lists" ) :
3196 on top of the usual
3197 .Ic reply
3198 functionality this will actively resort and even remove message
3199 recipients in order to generate a message that is supposed to be send to
3200 a mailing list.
3201 For example it will also implicitly generate a
3202 .Ql Mail-Followup-To:
3203 header if that seems useful, regardless of the setting of the variable
3204 .Va followup-to .
3207 .It Ic Mail
3208 Similar to
3209 .Ic mail ,
3210 but saves the message in a file named after the local part of the first
3211 recipient's address (instead of in
3212 .Va record Ns ).
3215 .It Ic mail
3216 (m) Takes a (list of) recipient address(es) as (an) argument(s),
3217 or asks on standard input if none were given;
3218 then collects the remaining mail content and sends it out.
3221 .It Ic mbox
3222 (mb) The given message list is to be sent to
3223 .Ev MBOX
3224 when \*(UA is quit; this is the default action unless the
3225 .Va hold
3226 option is set.
3227 \*(ID This command can only be used in a system mailbox (see
3228 .Ic file ) .
3231 .It Ic mimetype
3232 Without any arguments the content of the MIME type cache will displayed.
3233 Otherwise each argument defines a complete MIME type specification of
3234 a type that shall be added (prepended) to the cache.
3235 In any event MIME type sources are loaded first as necessary \(en
3236 .Va mimetypes-load-control
3237 can be used to fine-tune which sources are actually loaded.
3238 Refer to the section on
3239 .Sx "The mime.types files"
3240 for more on MIME type specifications and this topic in general.
3241 MIME type unregistration and cache resets can be triggered with
3242 .Ic unmimetype .
3245 .It Ic mlist
3246 Without arguments the list of all currently defined mailing lists
3247 (and their attributes, if any) is printed.
3248 Otherwise all given arguments (which need not be quoted except for
3249 whitespace) will be added and henceforth be recognized as mailing lists.
3250 Mailing lists may be removed via the command
3251 .Ic unmlist .
3253 If the \*(OPal regular expression support is available then mailing
3254 lists may also be specified as regular expressions (see
3255 .Xr re_format 7
3256 for more on those).
3259 .It Ic mlsubscribe
3260 Without arguments the list of all currently defined mailing lists which
3261 have a subscription attribute is printed.
3262 Otherwise this attribute will be set for all given mailing lists,
3263 newly creating them as necessary (as via
3264 .Ic mlist ) .
3265 Subscription attributes may be removed via the command
3266 .Ic unmlsubscribe .
3267 Also see
3268 .Va followup-to .
3271 .It Ic Move
3272 Similar to
3273 .Ic move ,
3274 but moves the messages to a file named after the local part of the
3275 sender address of the first message (instead of in
3276 .Va record Ns ).
3279 .It Ic move
3280 Acts like
3281 .Ic copy
3282 but marks the messages for deletion if they were transferred
3283 successfully.
3286 .It Ic More
3287 Like
3288 .Ic more ,
3289 but also prints ignored header fields and all MIME parts.
3290 Identical to
3291 .Ic Page .
3294 .It Ic more
3295 Invokes the
3296 .Ev PAGER
3297 on the given messages, even in non-interactive mode and as long as the
3298 standard output is a terminal.
3299 Identical to
3300 .Ic page .
3303 .It Ic netrc
3304 \*(OP Either
3305 .Pf ( Ar show
3307 .Ar clear
3308 the current
3309 .Pa .netrc
3310 cache, loading the file first as necessary in the former case.
3311 Note that \*(UA will try to read the file only once, use
3312 .Ql Ic netrc Ns \:\0\:clear
3313 to unlock the next attempt.
3315 .Va netrc-lookup
3316 and the section
3317 .Sx "On URL syntax and credential lookup" ;
3318 the section
3319 .Sx "The .netrc file"
3320 documents the file format in detail.
3323 .It Ic newmail
3324 Checks for new mail in the current folder without committing any changes
3325 before.
3326 If new mail is present, a message is printed.
3327 If the
3328 .Va header
3329 variable is set,
3330 the headers of each new message are also printed.
3333 .It Ic next
3334 (n) (like
3335 .Ql +
3337 .Dq ENTER )
3338 Goes to the next message in sequence and types it.
3339 With an argument list, types the next matching message.
3342 .It Ic New
3343 Same as
3344 .Ic Unread .
3347 .It Ic new
3348 Same as
3349 .Ic unread .
3352 .It Ic noop
3353 If the current folder is accessed via a network connection, a
3354 .Dq NOOP
3355 command is sent, otherwise no operation is performed.
3358 .It Ic Page
3359 Like
3360 .Ic page ,
3361 but also prints ignored header fields and all MIME parts.
3362 Identical to
3363 .Ic More .
3366 .It Ic page
3367 Invokes the
3368 .Ev PAGER
3369 on the given messages, even in non-interactive mode and as long as the
3370 standard output is a terminal.
3371 Identical to
3372 .Ic more .
3375 .It Ic Pipe
3376 Like
3377 .Ic pipe
3378 but also pipes ignored header fields and all parts of MIME
3379 .Ql multipart/alternative
3380 messages.
3383 .It Ic pipe
3384 (pi) Takes a message list and a shell command
3385 and pipes the messages through the command.
3386 Without an argument the current message is piped through the command
3387 given by the
3388 .Va cmd
3389 variable.
3390 If the
3391 .Va page
3392 variable is set,
3393 every message is followed by a formfeed character.
3396 .It Ic preserve
3397 (pre) A synonym for
3398 .Ic hold .
3401 .It Ic Print
3402 (P) Like
3403 .Ic print
3404 but also prints out ignored header fields and all parts of MIME
3405 .Ql multipart/alternative
3406 messages.
3407 See also
3408 .Ic print ,
3409 .Ic ignore
3411 .Ic retain .
3414 .It Ic print
3415 (p) Takes a message list and types out each message on the user's
3416 terminal.
3417 For MIME multipart messages, all parts with a content type of
3418 .Ql text
3420 .Ql message
3421 are shown, the other are hidden except for their headers.
3422 Messages are decrypted and converted to the terminal character set
3423 if necessary.
3426 .It Ic quit
3427 (q) Terminates the session, saving all undeleted, unsaved messages in
3428 the current
3429 .Ev MBOX ,
3430 preserving all messages marked with
3431 .Ic hold
3433 .Ic preserve
3434 or never referenced in the system mailbox,
3435 and removing all other messages from the system mailbox.
3436 If new mail has arrived during the session,
3437 the message
3438 .Dq You have new mail
3439 will be shown.
3440 If given while editing a mailbox file with the command line flag
3441 .Fl f ,
3442 then the edit file is rewritten.
3443 A return to the shell is effected,
3444 unless the rewrite of edit file fails,
3445 in which case the user can escape with the exit command.
3448 .It Ic redirect
3449 Same as
3450 .Ic resend .
3453 .It Ic Redirect
3454 Same as
3455 .Ic Resend .
3458 .It Ic remove
3459 Removes the named folders.
3460 The user is asked for confirmation in interactive mode.
3463 .It Ic rename
3464 Takes the name of an existing folder
3465 and the name for the new folder
3466 and renames the first to the second one.
3467 Both folders must be of the same type
3468 and must be located on the current server for IMAP.
3471 .It Ic Reply
3472 (R) Reply to originator.
3473 Does not reply to other recipients of the original message.
3474 .Va flipr
3475 will exchange this command with
3476 .Ic reply .
3477 Unless the option
3478 .Va fullnames
3479 is set the recipient address will be stripped from comments, names etc.
3482 .It Ic reply
3483 (r) Take a message and group-responds to it by addressing the sender
3484 and all recipients.
3485 .Va followup-to ,
3486 .Va followup-to-honour ,
3487 .Va reply-to-honour
3488 as well as
3489 .Va recipients-in-cc
3490 influence response behaviour.
3491 The command
3492 .Ic Lreply
3493 offers special support for replying to mailing lists.
3494 Unless the option
3495 .Va fullnames
3496 is set recipient addresses will be stripped from comments, names etc.
3498 .Va flipr
3499 is set the commands
3500 .Ic Reply
3502 .Ic reply
3503 are exchanged.
3506 .It Ic replyall
3507 Similar to
3508 .Ic reply ,
3509 but initiates a group-reply regardless of the value of
3510 .Va flipr .
3513 .It Ic replysender
3514 Similar to
3515 .Ic Reply ,
3516 but responds to the sender only regardless of the value of
3517 .Va flipr .
3520 .It Ic Resend
3521 Like
3522 .Ic resend ,
3523 but does not add any header lines.
3524 This is not a way to hide the sender's identity,
3525 but useful for sending a message again to the same recipients.
3528 .It Ic resend
3529 Takes a list of messages and a user name
3530 and sends each message to the named user.
3531 .Ql Resent-From:
3532 and related header fields are prepended to the new copy of the message.
3535 .It Ic Respond
3536 Same as
3537 .Ic Reply .
3540 .It Ic respond
3541 Same as
3542 .Ic reply .
3545 .It Ic respondall
3546 Same as
3547 .Ic replyall .
3550 .It Ic respondsender
3551 Same as
3552 .Ic replysender .
3555 .It Ic retain
3556 (ret) Without arguments the list of retained header fields is printed,
3557 otherwise the given list of header fields is added to the retain list:
3558 Header fields in the retain list are shown on the terminal when
3559 a message is printed, all other header fields are suppressed.
3560 To print a message in its entirety, use the commands
3561 .Ic Type
3563 .Ic Print .
3564 Also see
3565 .Ic discard
3567 .Ic ignore ;
3568 .Ic retain
3569 takes precedence over the mentioned.
3572 .It Ic Save
3573 (S) Similar to
3574 .Ic save,
3575 but saves the messages in a file named after the local part of the
3576 sender of the first message instead of (in
3577 .Va record
3578 and) taking a filename argument.
3581 .It Ic save
3582 (s) Takes a message list and a filename and appends each message in turn
3583 to the end of the file.
3584 If no filename is given, the
3585 .Ev MBOX
3586 file is used.
3587 The filename in quotes, followed by the generated character count
3588 is echoed on the user's terminal.
3589 If editing a system mailbox the messages are marked for deletion.
3590 Compressed files and IMAP mailboxes are handled as described for the
3591 .Fl f
3592 command line option above.
3595 .It Ic savediscard
3596 Same as
3597 .Ic saveignore .
3600 .It Ic saveignore
3601 Is to
3602 .Ic save
3603 what
3604 .Ic ignore
3605 is to
3606 .Ic print
3608 .Ic type .
3609 Header fields thus marked are filtered out when saving a message by
3610 .Ic save
3611 or when automatically saving to
3612 .Ev MBOX .
3613 This command should only be applied to header fields that do not contain
3614 information needed to decode the message,
3615 as MIME content fields do.
3616 If saving messages on an IMAP account ignoring fields makes it
3617 impossible to copy the data directly on the server,
3618 thus operation usually becomes much slower.
3621 .It Ic saveretain
3622 Is to
3623 .Ic save
3624 what
3625 .Ic retain
3626 is to
3627 .Ic print
3629 .Ic type .
3630 Header fields thus marked are the only ones saved with a message when
3631 saving by
3632 .Ic save
3633 or when automatically saving to
3634 .Ev MBOX .
3635 .Ic saveretain
3636 overrides
3637 .Ic saveignore .
3638 The use of this command is strongly discouraged since it may strip
3639 header fields that are needed to decode the message correctly.
3642 .It Ic seen
3643 Takes a message list and marks all messages as having been read.
3646 .It Ic set
3647 (se) Without arguments this command prints all options and, for
3648 non-binary options, values that are currently known to \*(UA.
3649 Setting any of the options
3650 .Va bsdcompat
3652 .Va bsdset
3653 changes the output format to BSD style, otherwise a properly quoted
3654 listing is produced.
3656 .Va debug
3657 is set or
3658 .Va verbose
3659 has been set twice then the listing is modified to mark out assembled
3660 variables.
3662 Otherwise modifies (set and unsets) the given options.
3663 Arguments are of the form
3664 .Ql option=value
3665 (no space before or after
3666 .Ql = ) ,
3667 or plain
3668 .Ql option
3669 if there is no value.
3670 Quotation marks may be placed around any part of the assignment
3671 statement to quote blanks or tabs, e.g.,
3673 .Dl set indentprefix="->"
3675 If an argument begins with
3676 .Ql no ,
3677 as in
3678 .Ql set nosave ,
3679 the effect is the same as invoking the
3680 .Ic unset
3681 command with the remaining part of the variable
3682 .Pf ( Ql unset save ) .
3685 .It Ic setenv
3686 Identical to
3687 .Ic set
3688 except that the options are also exported into the program environment;
3689 since this task requires native host support the command will always
3690 report error if that is not available (but still act like
3691 .Ic set
3692 in this case).
3693 This operation is a no-op unless all resource files have been loaded.
3694 Also see
3695 .Ic unsetenv .
3698 .It Ic shell
3699 (sh) Invokes an interactive version of the shell.
3702 .It Ic shortcut
3703 Without arguments the list of all currently defined shortcuts is
3704 printed.
3705 Otherwise all given arguments (which need not be quoted except for
3706 whitespace) are treated as pairs of shortcuts and their expansions,
3707 creating new or changing already existing shortcuts, as necessary.
3708 Shortcuts may be removed via the command
3709 .Ic unshortcut .
3710 The expansion strings should be in the syntax that has been described
3711 for the
3712 .Ic file
3713 command.
3716 .It Ic show
3717 Like
3718 .Ic print ,
3719 but performs neither MIME decoding nor decryption, so that the raw
3720 message text is shown.
3723 .It Ic size
3724 (si) Print the size in characters of each message of the given
3725 message-list.
3728 .It Ic sort
3729 Create a sorted representation of the current folder,
3730 and change the
3731 .Ic next
3732 command and the addressing modes such that they refer to messages in the
3733 sorted order.
3734 Message numbers are the same as in regular mode.
3735 If the
3736 .Va header
3737 variable is set,
3738 a header summary in the new order is also printed.
3739 Possible sorting criteria are:
3741 .Bl -tag -compact -offset indent -width "subject"
3742 .It date
3743 Sort the messages by their
3744 .Ql Date:
3745 field, that is by the time they were sent.
3746 .It from
3747 Sort messages by the value of their
3748 .Ql From:
3749 field, that is by the address of the sender.
3750 If the
3751 .Va showname
3752 variable is set, the sender's real name (if any) is used.
3753 .It size
3754 Sort the messages by their size.
3755 .It spam
3756 \*(OP Sort the message by their spam score, as has been classified by
3757 .Ic spamrate .
3758 .It status
3759 Sort the messages by their message status.
3760 .It subject
3761 Sort the messages by their subject.
3762 .It thread
3763 Create a threaded display.
3764 .It to
3765 Sort messages by the value of their
3766 .Ql To:
3767 field, that is by the address of the recipient.
3768 If the
3769 .Va showname
3770 variable is set, the recipient's real name (if any) is used.
3773 If no argument is given,
3774 the current sorting criterion is printed.
3777 .It Ic source
3778 (so) The source command reads commands from a file.
3781 .It Ic source_if
3782 The difference to
3783 .Ic source
3784 is that this command will not generate an error if the given file
3785 argument cannot be opened successfully.
3786 This can matter in, e.g., resource files, since loading of those is
3787 stopped when an error is encountered.
3790 .It Ic spamclear
3791 \*(OP Takes a list of messages and clears their
3792 .Ql is-spam
3793 flag.
3796 .It Ic spamforget
3797 \*(OP Takes a list of messages and causes the
3798 .Va spam-interface
3799 to forget it has ever used them to train its Bayesian filter.
3800 Unless otherwise noted the
3801 .Ql is-spam
3802 flag of the message is inspected to chose whether a message shall be
3803 forgotten to be
3804 .Dq ham
3806 .Dq spam .
3809 .It Ic spamham
3810 \*(OP Takes a list of messages and informs the Bayesian filter of the
3811 .Va spam-interface
3812 that they are
3813 .Dq ham .
3814 This also clears the
3815 .Ql is-spam
3816 flag of the messages in question.
3819 .It Ic spamrate
3820 \*(OP Takes a list of messages and rates them using the configured
3821 .Va spam-interface ,
3822 without modifying the messages, but setting their
3823 .Ql is-spam
3824 flag as appropriate; because the spam rating headers are lost the rate
3825 will be forgotten once the mailbox is left.
3826 Refer to the manual section
3827 .Sx "Handling spam"
3828 for the complete picture of spam handling in \*(UA.
3831 .It Ic spamset
3832 \*(OP Takes a list of messages and sets their
3833 .Ql is-spam
3834 flag.
3837 .It Ic spamspam
3838 \*(OP Takes a list of messages and informs the Bayesian filter of the
3839 .Va spam-interface
3840 that they are
3841 .Dq spam .
3842 This also sets the
3843 .Ql is-spam
3844 flag of the messages in question.
3847 .It Ic thread
3848 \*(OB The same as
3849 .Ql sort thread
3850 (consider using a
3851 .Ql ghost
3852 as necessary).
3853 Create a threaded representation of the current folder,
3854 i.\|e. indent messages that are replies to other messages in the header
3855 display and change the
3856 .Ic next
3857 command and the addressing modes such that they refer to messages in the
3858 threaded order.
3859 Message numbers are the same as in unthreaded mode.
3860 If the
3861 .Va header
3862 variable is set,
3863 a header summary in threaded order is also printed.
3866 .It Ic top
3867 (to) Takes a message list and prints the top few lines of each.
3868 The number of lines printed is controlled by the variable
3869 .Va toplines
3870 and defaults to five.
3873 .It Ic touch
3874 (tou) Takes a message list and marks the messages for saving in
3875 .Ev MBOX .
3876 \*(UA deviates from the POSIX standard with this command,
3877 as a following
3878 .Ic next
3879 command will display the following message instead of the current one.
3882 .It Ic Type
3883 (T) Identical to the
3884 .Ic Print
3885 command.
3888 .It Ic type
3889 (t) A synonym for
3890 .Ic print .
3893 .It Ic unaccount
3894 Delete all given accounts.
3895 An error message is printed if a given account is not defined.
3896 The special name
3897 .Ql *
3898 will discard all existing accounts.
3901 .It Ic unalias
3902 (una) Takes a list of names defined by alias commands
3903 and discards the remembered groups of users.
3904 The special name
3905 .Ql *
3906 will discard all existing aliases.
3909 .It Ic unanswered
3910 Takes a message list and marks each message as not having been answered.
3913 .It Ic uncollapse
3914 Only applicable to threaded mode.
3915 Takes a message list and makes the message and all replies to it visible
3916 in header summaries again.
3917 When a message becomes the current message,
3918 it is automatically made visible.
3919 Also when a message with collapsed replies is printed,
3920 all of these are automatically uncollapsed.
3923 .It Ic undefine
3924 Undefine all given macros.
3925 An error message is printed if a given macro is not defined.
3926 The special name
3927 .Ql *
3928 will discard all existing macros.
3931 .It Ic undelete
3932 (u) Takes a message list and marks each message as not being deleted.
3935 .It Ic undraft
3936 Takes a message list and
3937 .Pf un Ic draft Ns
3938 s each message.
3941 .It Ic unflag
3942 Takes a message list and marks each message as not being
3943 .Ic flag Ns ged .
3946 .It Ic unfwdignore
3947 Removes the header field names from the list of ignored fields for the
3948 .Ic forward
3949 command.
3950 The special name
3951 .Ql *
3952 will remove all fields.
3955 .It Ic unfwdretain
3956 Removes the header field names from the list of retained fields for the
3957 .Ic forward
3958 command.
3959 The special name
3960 .Ql *
3961 will remove all fields.
3964 .It Ic unghost
3965 Remove all the given command
3966 .Ic ghost Ns s Ns .
3967 The special name
3968 .Ql *
3969 will remove all ghosts.
3972 .It Ic unignore
3973 Removes the header field names from the list of ignored fields.
3974 The special name
3975 .Ql *
3976 will remove all fields.
3979 .It Ic unmimetype
3980 Delete all given MIME types, e.g.,
3981 .Ql unmimetype text/plain
3982 will remove all registered specifications for the MIME type
3983 .Ql text/plain .
3984 The special name
3985 .Ql *
3986 will discard all existing MIME types, just as will
3987 .Ql reset ,
3988 but which also reenables cache initialization via
3989 .Va mimetypes-load-control .
3992 .It Ic unmlist
3993 Forget about all the given mailing lists.
3994 The special name
3995 .Ql *
3996 will remove all lists.
3997 Also see
3998 .Ic mlist .
4001 .It Ic unmlsubscribe
4002 Remove the subscription attribute from all given mailing lists.
4003 The special name
4004 .Ql *
4005 will clear the attribute from all lists which have it set.
4006 Also see
4007 .Ic mlsubscribe .
4010 .It Ic Unread
4011 Same as
4012 .Ic unread .
4015 .It Ic unread
4016 Takes a message list and marks each message as not having been read.
4019 .It Ic unretain
4020 Removes the header field names from the list of retained fields.
4021 The special name
4022 .Ql *
4023 will remove all fields.
4026 .It Ic unsaveignore
4027 Removes the header field names from the list of ignored fields for
4028 saving.
4029 The special name
4030 .Ql *
4031 will remove all fields.
4034 .It Ic unsaveretain
4035 Removes the header field names from the list of retained fields for
4036 saving.
4037 The special name
4038 .Ql *
4039 will remove all fields.
4042 .It Ic unset
4043 (uns) Takes a list of option names and discards their remembered values;
4044 the inverse of
4045 .Ic set .
4048 .It Ic unsetenv
4049 Identical to
4050 .Ic unset
4051 except that the options are also removed from the program environment;
4052 since this task requires native host support the command will always
4053 report error if that is not available (but still act like
4054 .Ic unset Ns
4056 This operation is a no-op unless all resource files have been loaded.
4057 Also see
4058 .Ic setenv .
4061 .It Ic unshortcut
4062 Deletes the shortcut names given as arguments.
4063 The special name
4064 .Ql *
4065 will remove all shortcuts.
4068 .It Ic unsort
4069 Disable sorted or threaded mode
4070 (see the
4071 .Ic sort
4073 .Ic thread
4074 commands),
4075 return to normal message order and,
4076 if the
4077 .Va header
4078 variable is set,
4079 print a header summary.
4082 .It Ic unthread
4083 \*(OB
4084 Same as
4085 .Ic unsort .
4088 .It Ic urldecode
4089 Decode the given URL-encoded string arguments and show the results.
4092 .It Ic urlencode
4093 URL-encode the given arguments and show the results.
4096 .It Ic varedit
4097 Edit the values of or create the given variable(s) in the
4098 .Ev EDITOR .
4099 Binary variables cannot be edited.
4102 .It Ic varshow
4103 Show informations about all the given options.
4104 \*(UA knows about a finite set of known builtin variables that are
4105 subdivided further in binary and value variants;
4106 they may have special properties, like
4107 .Dq read-only
4108 (setting may not be changed) and
4109 .Dq virtual ,
4110 meaning that the value is generated on-the-fly as necessary.
4111 Beside those known variables an infinite number of unknown, so-called
4112 .Dq assembled
4113 variables, which are expected to be able to store values, may exist.
4114 .Bd -literal -offset indent
4115 ? set foo=bar nobar
4116 ? varshow sendwait version-major foo bar
4117 "sendwait": (73) binary: set=1 (ENVIRON=0)
4118 "version-major": (192) value, read-only, virtual:\e
4119   set=1 (ENVIRON=0) value<14>
4120 "foo": (assembled) set=1 (ENVIRON=0) value<bar>
4121 "bar": (assembled) set=0 (ENVIRON=0) value<NULL>
4125 .It Ic verify
4126 \*(OP Takes a message list and verifies each message.
4127 If a message is not a S/MIME signed message,
4128 verification will fail for it.
4129 The verification process checks if the message was signed using a valid
4130 certificate,
4131 if the message sender's email address matches one of those contained
4132 within the certificate,
4133 and if the message content has been altered.
4136 .It Ic visual
4137 (v) Takes a message list and invokes the display editor on each message.
4138 Modified contents are discarded unless the
4139 .Va writebackedited
4140 variable is set.
4143 .It Ic write
4144 (w) For conventional messages the body without all headers is written.
4145 The original message is never marked for deletion in the originating
4146 mail folder.
4147 The output is decrypted and converted to its native format as necessary.
4148 If the output file exists, the text is appended.
4149 If a message is in MIME multipart format its first part is written to
4150 the specified file as for conventional messages, handling of the remains
4151 depends on the execution mode.
4152 No special handling of compressed files is performed.
4154 In interactive mode the user is consecutively asked for the filenames of
4155 the processed parts.
4156 For convience saving of each part may be skipped by giving an empty
4157 value, the same result as writing it to
4158 .Pa /dev/null .
4159 Shell piping the part content by specifying a leading vertical bar
4160 .Ql |
4161 character for the filename is supported.
4162 Other user input is expanded as usually for folders, e.g., tilde
4163 expansion is performed, and contents of the destination file are
4164 overwritten if the file previously existed.
4166 \*(ID In non-interactive mode any part which does not specify a filename
4167 is ignored, and suspicious parts of filenames of the remaining parts are
4168 URL percent encoded (as via
4169 .Ic urlencode )
4170 to prevent injection of malicious character sequences, resulting in
4171 a filename that will be written into the current directory.
4172 Existing files won't be overwritten, instead the part number or
4173 a dot are appended after a number sign
4174 .Ql #
4175 to the name until file creation succeeds (or fails due to other
4176 reasons).
4179 .It Ic xit
4180 (x) A synonym for
4181 .Ic exit .
4184 .It Ic z
4185 \*(UA presents message headers in
4186 .Va screen Ns
4187 fuls as described under the
4188 .Ic headers
4189 command.
4190 Without arguments this command scrolls to the next window of messages,
4191 likewise if the argument is
4192 .Ql + .
4193 An argument of
4194 .Ql -
4195 scrolls to the last,
4196 .Ql ^
4197 scrolls to the first, and
4198 .Ql $
4199 to the last
4200 .Va \&\&screen
4201 of messages.
4202 A number argument prefixed by
4203 .Ql +
4205 .Ql \-
4206 indicates that the window is calculated in relation to the current
4207 position, and a number without a prefix specifies an absolute position.
4210 .It Ic Z
4211 Similar to
4212 .Ic z ,
4213 but scrolls to the next or previous window that contains at least one
4214 .Ql new
4216 .Ic flag Ns
4217 ged message.
4219 .\" }}}
4222 .\" .Sh TILDE ESCAPES {{{
4223 .Sh "TILDE ESCAPES"
4225 Here is a summary of the tilde escapes,
4226 which are used to perform special functions when composing messages.
4227 Tilde escapes are only recognized at the beginning of lines.
4228 The name
4229 .Dq tilde escape
4230 is somewhat of a misnomer since the actual escape character can be
4231 changed by adjusting the option
4232 .Va escape .
4234 .Bl -tag -width ".Ic __ filename"
4236 .It Ic ~~ Ar string
4237 Insert the string of text in the message prefaced by a single
4238 .Ql ~ .
4239 (If the escape character has been changed,
4240 that character must be doubled
4241 in order to send it at the beginning of a line.)
4244 .It Ic ~! Ar command
4245 Execute the indicated shell
4246 .Ar command ,
4247 then return to the message.
4250 .It Ic ~.
4251 Same effect as typing the end-of-file character.
4254 .It Ic ~: Ar \*(UA-command Ns \0or Ic ~_ Ar \*(UA-command
4255 Execute the given \*(UA command.
4256 Not all commands, however, are allowed.
4259 .It Ic ~?
4260 Write a summary of command escapes.
4263 .It Ic ~< Ar filename
4264 Identical to
4265 .Ic ~r .
4268 .It Ic ~<! Ar command
4269 .Ar command
4270 is executed using the shell.
4271 Its standard output is inserted into the message.
4274 .It Ic ~@ Op Ar filename...
4275 With no arguments, edit the attachment list interactively.
4276 If an attachment's file name is left empty,
4277 that attachment is deleted from the list.
4278 When the end of the attachment list is reached,
4279 \*(UA will ask for further attachments until an empty name is given.
4280 If a given file name solely consists of the number sign
4281 .Ql #
4282 followed by a valid message number of the currently active mailbox, then
4283 the given message is attached as a MIME
4284 .Ql message/rfc822
4285 and the rest of this section does not apply.
4287 If character set conversion has been compiled into \*(UA, then this mode
4288 gives the user the option to specify input and output character sets,
4289 unless the file extension indicates binary content, in which case \*(UA
4290 asks whether this step shall be skipped for the attachment in question.
4291 If not skipped, then the charset that succeeds to represent the
4292 attachment data will be used in the
4293 .Ql charset=
4294 MIME parameter of the mail message:
4296 .Bl -bullet -compact
4298 If input and output character sets are specified, then the conversion is
4299 performed on the fly.
4300 The user will be asked repeatedly until the desired conversion succeeds.
4302 If only an output character set is specified, then the input is assumed
4303 to be in the
4304 .Va ttycharset
4305 charset and will be converted to the given output charset on the fly.
4306 The user will be asked repeatedly until the desired conversion succeeds.
4308 If no character sets are specified at all then the algorithm that is
4309 documented in the section
4310 .Sx "Character sets"
4311 is applied, but directly and on the fly.
4312 The user will be asked repeatedly until the desired conversion succeeds.
4314 Finally, if an input-, but no output character set is specified, then no
4315 conversion is ever performed, but the
4316 .Ql charset=
4317 MIME parameter value will still be set to the user input.
4319 The character set selection loop can be left by typing
4320 .Ql control-C ,
4321 i.e., causing an interrupt.
4322 .\" \*(OU next sentence
4323 Note that before \*(UA version 15.0 this terminates the entire
4324 current attachment selection, not only the character set selection.
4327 Without character set conversion support, \*(UA will ask for the input
4328 character set only, and it'll set the
4329 .Ql charset=
4330 MIME parameter value to the given input, if any;
4331 if no user input is seen then the
4332 .Va ttycharset
4333 character set will be used for the parameter value instead.
4334 Note that the file extension check isn't performed in this mode, since
4335 no conversion will take place anyway.
4337 Note that in non-interactive mode, for reproduceabilities sake, there
4338 will always be two questions for each attachment, regardless of whether
4339 character set conversion is available and what the file extension is.
4340 The first asks for the filename, and the second asks for the input
4341 character set to be passed through to the corresponding MIME parameter;
4342 no conversion will be tried if there is input to the latter question,
4343 otherwise the usual conversion algorithm, as above, is applied.
4344 For message attachments, the answer to the second question is completely
4345 ignored.
4347 If (instead)
4348 .Ar filename
4349 arguments are specified for the
4350 .Ic \&\&~@
4351 command they are treated as a comma separated list of files,
4352 which are all expanded and appended to the end of the attachment list.
4353 (Filenames with commas, or with leading or trailing whitespace can only
4354 be added via the command line or the first method.
4355 Message attachments can only be added via the first method;
4356 filenames which clash with message numbers can only be added via the
4357 command line or the second method.)
4358 In this mode the (text) attachments are assumed to be in
4359 .Va ttycharset
4360 encoding, and will be evaluated as documented in the section
4361 .Sx "Character sets" .
4364 .It Ic ~A
4365 Inserts the string contained in the
4366 .Va Sign
4367 variable (same as
4368 .Ql Ic ~i Ns \0Sign ) .
4369 The escape sequences tabulator
4370 .Ql \et
4371 and newline
4372 .Ql \en
4373 are understood.
4376 .It Ic ~a
4377 Inserts the string contained in the
4378 .Va sign
4379 variable (same as
4380 .Ql Ic ~i Ns \0sign ) .
4381 The escape sequences tabulator
4382 .Ql \et
4383 and newline
4384 .Ql \en
4385 are understood.
4388 .It Ic ~b Ar name ...
4389 Add the given names to the list of blind carbon copy recipients.
4392 .It Ic ~c Ar name ...
4393 Add the given names to the list of carbon copy recipients.
4396 .It Ic ~d
4397 Read the file specified by the
4398 .Ev DEAD
4399 variable into the message.
4402 .It Ic ~e
4403 Invoke the text editor on the message collected so far.
4404 After the editing session is finished,
4405 the user may continue appending text to the message.
4408 .It Ic ~F Ar messages
4409 Read the named messages into the message being sent, including all
4410 message headers and MIME parts.
4411 If no messages are specified, read in the current message.
4414 .It Ic ~f Ar messages
4415 Read the named messages into the message being sent.
4416 If no messages are specified, read in the current message.
4417 .Ic ignore
4419 .Ic retain
4420 lists are used to modify the message headers.
4421 For MIME multipart messages,
4422 only the first printable part is included.
4425 .It Ic ~H
4426 Edit the message header fields
4427 .Ql From: ,
4428 .Ql Reply-To: ,
4429 .Ql Sender:
4431 .Ql Organization:
4432 by typing each one in turn and allowing the user to edit the field.
4433 The default values for these fields originate from the
4434 .Va from , replyto , sender
4436 .Va ORGANIZATION
4437 variables.
4440 .It Ic ~h
4441 Edit the message header fields
4442 .Ql To: ,
4443 .Ql Cc: ,
4444 .Ql Bcc:
4446 .Ql Subject:
4447 by typing each one in turn and allowing the user to edit the field.
4450 .It Ic ~i Ar variable
4451 Insert the value of the specified variable into the message,
4452 adding a newline character at the end.
4453 The message remains unaltered if the variable is unset or empty.
4454 The escape sequences tabulator
4455 .Ql \et
4456 and newline
4457 .Ql \en
4458 are understood.
4461 .It Ic ~M Ar messages
4462 Read the named messages into the message being sent,
4463 indented by
4464 .Va indentprefix .
4465 If no messages are specified, read the current message.
4468 .It Ic ~m Ar messages
4469 Read the named messages into the message being sent,
4470 indented by
4471 .Va indentprefix .
4472 If no messages are specified, read the current message.
4473 .Ic ignore
4475 .Ic retain
4476 lists are used to modify the message headers.
4477 For MIME multipart messages,
4478 only the first printable part is included.
4481 .It Ic ~p
4482 Print out the message collected so far,
4483 prefaced by the message header fields
4484 and followed by the attachment list, if any.
4487 .It Ic ~q
4488 Abort the message being sent,
4489 copying it to the file specified by the
4490 .Ev DEAD
4491 variable if
4492 .Va save
4493 is set.
4496 .It Ic ~R Ar filename
4497 Read the named file into the message, indented by
4498 .Va indentprefix .
4501 .It Ic ~r Ar filename
4502 Read the named file into the message.
4505 .It Ic ~s Ar string
4506 Cause the named string to become the current subject field.
4509 .It Ic ~t Ar name ...
4510 Add the given name(s) to the direct recipient list.
4513 .It Ic ~U Ar messages
4514 Read in the given / current message(s) excluding all headers, indented by
4515 .Va indentprefix .
4518 .It Ic ~u Ar messages
4519 Read in the given / current message(s), excluding all headers.
4522 .It Ic ~v
4523 Invoke an alternate editor (defined by the
4524 .Ev VISUAL
4525 option) on the message collected so far.
4526 Usually, the alternate editor will be a screen editor.
4527 After the editor is quit,
4528 the user may resume appending text to the end of the message.
4531 .It Ic ~w Ar filename
4532 Write the message onto the named file.
4533 If the file exists,
4534 the message is appended to it.
4537 .It Ic ~x
4538 Same as
4539 .Ic ~q ,
4540 except that the message is not saved at all.
4543 .It Ic ~| Ar command
4544 Pipe the message through the specified filter command.
4545 If the command gives no output or terminates abnormally,
4546 retain the original text of the message.
4547 E.g., the command
4548 .Xr fmt 1
4549 is often used as a rejustifying filter.
4551 .\" }}}
4554 .\" .Sh VARIABLE OPTIONS {{{
4555 .Sh "VARIABLE OPTIONS"
4557 Variables are controlled via
4558 .Ic set
4560 .Ic unset
4561 commands; in general using
4562 .Ic unset
4563 can also be accomplished by prefixing a variable name with the string
4564 .Dq no
4565 and calling
4566 .Ic set ,
4567 e.g.,
4568 .Ql unset crt
4569 will have the same effect as
4570 .Ql set nocrt .
4571 Creation or editing of variables in an editor can also be achieved with
4572 .Ic varedit .
4573 .Ic varshow
4574 will give more insight on the given variable(s), whereas
4575 .Ic set
4576 will print a listing of all variables when called without arguments.
4577 Options are also implicitly inherited from the program
4578 .Sx ENVIRONMENT
4579 and can be set explicitly via the command line option
4580 .Fl S .
4583 Different kind of options exist:
4584 binary options, which can only be in one of the two states
4585 .Dq set
4587 .Dq unset ,
4588 as well as value options which have an assigned string value, for which
4589 proper quoting may be important upon assignment time.
4591 .\" .Ss "Initial settings" {{{
4592 .\" (Keep in sync: ./main.c:_startup(), ./nail.rc, ./nail.1:"Initial settings"!)
4593 .Ss "Initial Settings"
4595 The standard POSIX 2008/Cor 1-2013 mandates the following initial
4596 variable settings:
4597 .Pf no Va allnet ,
4598 .Pf no Va append ,
4599 .Va asksub ,
4600 .Pf no Va askbcc ,
4601 .Pf no Va autoprint ,
4602 .Pf no Va bang ,
4603 .Pf no Va cmd ,
4604 .Pf no Va crt ,
4605 .Pf no Va debug ,
4606 .Pf no Va dot ,
4607 .Va escape
4608 set to
4609 .Ql ~ ,
4610 .Pf no Va flipr ,
4611 .Pf no Va folder ,
4612 .Va header ,
4613 .Pf no Va hold ,
4614 .Pf no Va ignore ,
4615 .Pf no Va ignoreeof ,
4616 .Pf no Va keep ,
4617 .Pf no Va keepsave ,
4618 .Pf no Va metoo ,
4619 .Pf no Va outfolder ,
4620 .Pf no Va page ,
4621 .Va prompt
4622 set to
4623 .Ql ?\0
4624 (note that \*(UA deviates from the standard by using
4625 .Ql \e&\0 ,
4626 but the
4627 .Ql \e&
4628 special prompt escape results in
4629 .Dq \&?
4630 being printed unless
4631 .Va bsdcompat
4632 is set),
4633 .Pf no Va quiet ,
4634 .Pf no Va record ,
4635 .Va save ,
4636 .Pf no Va sendwait ,
4637 .Pf no Va showto ,
4638 .Pf no Va Sign ,
4639 .Pf no Va sign ,
4640 .Va toplines
4641 set to
4642 .Ql 5 .
4645 Notes: \*(UA doesn't support the
4646 .Pf no Va onehop
4647 variable \(en use command line options or
4648 .Va sendmail-arguments
4649 to pass options through to a MTA.
4650 And the default global
4651 .Pa \*(UR
4652 file (which is loaded unless the
4653 .Fl n
4654 command line flag has been used or the
4655 .Ev NAIL_NO_SYSTEM_RC
4656 environment variable is set) bends those initial settings a bit, e.g.,
4657 it sets the options
4658 .Va hold ,
4659 .Va keepsave
4661 .Va keep ,
4662 to name a few, calls
4663 .Ic retain
4664 etc., and should thus be taken into account.
4665 .\" }}}
4667 .\" .Ss "Binary options" {{{
4668 .Ss "Binary options"
4670 .Bl -tag -width ".Va _utoprin_"
4672 .It Va add-file-recipients
4673 When file or pipe recipients have been specified,
4674 mention them in the corresponding address fields of the message instead
4675 of silently stripping them from their recipient list.
4676 By default such addressees are not mentioned.
4679 .It Va allnet
4680 Causes only the local part to be evaluated
4681 when comparing addresses.
4684 .It Va append
4685 Causes messages saved in
4686 .Ev MBOX
4687 to be appended to the end rather than prepended.
4688 This should always be set.
4692 .It Va ask Ns \0or Va asksub
4693 Causes \*(UA to prompt for the subject of each message sent.
4694 If the user responds with simply a newline,
4695 no subject field will be sent.
4698 .It Va askatend
4699 Causes the prompts for
4700 .Ql Cc:
4702 .Ql Bcc:
4703 lists to appear after the message has been edited.
4706 .It Va askattach
4707 If set, \*(UA asks for files to attach at the end of each message, shall
4708 the list be found empty at that time.
4709 An empty line finalizes the list.
4712 .It Va askcc
4713 Causes the user to be prompted for carbon copy recipients
4714 (at the end of each message if
4715 .Va askatend
4717 .Va bsdcompat
4718 are set) shall the list be found empty (at that time).
4719 An empty line finalizes the list.
4722 .It Va askbcc
4723 Causes the user to be prompted for blind carbon copy
4724 recipients (at the end of each message if
4725 .Va askatend
4727 .Va bsdcompat
4728 are set) shall the list be found empty (at that time).
4729 An empty line finalizes the list.
4732 .It Va asksign
4733 \*(OP Causes the user to be prompted if the message is to be signed at
4734 the end of each message.
4736 .Va smime-sign
4737 variable is ignored when this variable is set.
4740 .It Va autocollapse
4741 Causes threads to be collapsed automatically when threaded mode is
4742 entered (see the
4743 .Ic collapse
4744 command).
4747 .It Va autoprint
4748 Causes the delete command to behave like
4749 .Ql dp - ;
4750 thus, after deleting a message the next one will be typed automatically.
4753 .It Va autothread
4754 \*(OB Causes threaded mode (see the
4755 .Ic thread
4756 command) to be entered automatically when a folder is opened.
4757 The same as
4758 .Ql autosort=thread .
4761 .It Va bang
4762 Enables the substitution of
4763 .Ql \&!
4764 by the contents of the last command line in shell escapes.
4767 .It Va batch-exit-on-error
4768 If the batch mode has been enabled via the
4769 .Fl #
4770 command line option, then this variable will be consulted whenever \*(UA
4771 completes one operation (returns to the command prompt); if it is set
4772 then \*(UA will terminate if the last operation generated an error.
4775 .It Va bsdannounce
4776 Causes automatic display of a header summary after executing a
4777 .Ic file
4778 command.
4781 .It Va bsdcompat
4782 Sets some cosmetical features to traditional BSD style;
4783 has the same affect as setting
4784 .Va askatend
4785 and all other variables prefixed with
4786 .Ql bsd ;
4787 it also changes the meaning of the \*(UA specific
4788 .Ql \e&
4789 .Va prompt
4790 escape sequence.
4793 .It Va bsdflags
4794 Changes the letters printed in the first column of a header summary
4795 to traditional BSD style.
4798 .It Va bsdheadline
4799 Changes the display of columns in a header summary to traditional BSD
4800 style.
4803 .It Va bsdmsgs
4804 Changes some informational messages to traditional BSD style.
4807 .It Va bsdorder
4808 Causes the
4809 .Ql Subject:
4810 field to appear immediately after the
4811 .Ql To:
4812 field in message headers and with the
4813 .Ic ~h
4814 .Sx "TILDE ESCAPES" .
4817 .It Va bsdset
4818 Changes the output format of the
4819 .Ic set
4820 command to traditional BSD style.
4823 .It Va colour-disable
4824 \*(OP Forcefully disable usage of colours.
4825 Also see the section
4826 .Sx "Coloured message display" .
4829 .It Va colour-pager
4830 \*(OP Whether colour shall be used for output that is paged through
4831 .Ev PAGER .
4832 Note that pagers may need special flags, e.g.,
4833 .Xr less 1
4834 requires the option
4835 .Fl \&\&R
4837 .Xr lv 1
4838 the option
4839 .Fl \&\&c
4840 in order to support colours; therefore \*(UA will inspect the variable
4841 .Ev PAGER
4842 \(en if that starts with the string
4843 .Dq less
4844 a non-existing environment variable
4845 .Va LESS
4846 will be set to
4847 .Ql FRSXi ,
4848 likewise for
4849 .Dq lv
4850 .Va LV
4851 will optionally be set to
4852 .Dq -c .
4853 Also see the section
4854 .Sx "Coloured message display"
4855 for more on this.
4858 .It Va debug
4859 Prints debugging messages and disables the actual delivery of messages.
4860 Also implies
4861 .Pf no Va record
4863 .Pf no Va save .
4866 .It Va disconnected
4867 \*(OP When an IMAP mailbox is selected and this variable is set,
4868 no connection to the server is initiated.
4869 Instead, data is obtained from the local cache (see
4870 .Va imap-cache Ns
4872 Mailboxes that are not present in the cache
4873 and messages that have not yet entirely been fetched from the server
4874 are not available;
4875 to fetch all messages in a mailbox at once,
4876 the command
4877 .No ` Ns Li copy * /dev/null Ns '
4878 can be used while still in connected mode.
4879 Changes that are made to IMAP mailboxes in disconnected mode are queued
4880 and committed later when a connection to that server is made.
4881 This procedure is not completely reliable since it cannot be guaranteed
4882 that the IMAP unique identifiers (UIDs) on the server still match the
4883 ones in the cache at that time.
4884 Data is saved to
4885 .Ev DEAD
4886 when this problem occurs.
4888 .It Va disconnected-USER@HOST
4889 The specified account is handled as described for the
4890 .Va disconnected
4891 variable above,
4892 but other accounts are not affected.
4895 .It Va disposition-notification-send
4896 \*(OP Emit a
4897 .Ql Disposition-Notification-To:
4898 header (RFC 3798) with the message.
4899 This requires a set
4900 .Va from
4901 variable.
4902 .\" TODO .It Va disposition-notification-send-HOST
4903 .\"Overrides
4904 .\".Va disposition-notification-send
4905 .\" for SMTP accounts on a specific host.
4906 .\" TODO .It Va disposition-notification-send-USER@HOST
4907 .\"Overrides
4908 .\".Va disposition-notification-send
4909 .\"for a specific account.
4912 .It Va dot
4913 When dot is set, a dot
4914 .Ql \&.
4915 on a line by itself during message input from a terminal shall be
4916 treated as end-of-message (in addition to the normal end-of-file
4917 condition).
4919 .Va ignoreeof
4920 is set
4921 .Pf no Va dot
4922 is ignored and using a dot is the only method to terminate input mode.
4925 .It Va dotlock-ignore-error
4926 \*(OP Synchronization of mailboxes which \*(UA treats as system
4927 mailboxes (see the command
4928 .Ic file )
4929 will be protected with so-called dotlock files\(emthe traditional mail
4930 spool file locking method\(emin addition to system file locking.
4931 Because \*(UA ships with a privilege-separated dotlock creation program
4932 that should always be able to create such a dotlock file there is no
4933 good reason to ignore dotlock file creation errors, and thus these are
4934 fatal unless this variable is set.
4937 .It Va editalong
4938 If this variable is set then the editor is started automatically when
4939 a message is composed in interactive mode, as if the
4940 .Ic ~e
4941 .Sx "TILDE ESCAPES"
4942 had been specified.
4944 .Va editheaders
4945 variable is implied for this automatically spawned editor session.
4948 .It Va editheaders
4949 When a message is edited while being composed,
4950 its header is included in the editable text.
4952 .Ql To: ,
4953 .Ql Cc: ,
4954 .Ql Bcc: ,
4955 .Ql Subject: ,
4956 .Ql From: ,
4957 .Ql Reply-To: ,
4958 .Ql Sender: ,
4960 .Ql Organization:
4961 fields are accepted within the header, other fields are ignored.
4964 .It Va emptystart
4965 If the mailbox is empty \*(UA normally prints
4966 .Dq \&No mail for user
4967 and exits immediately.
4968 If this option is set \*(UA starts even with an empty mailbox.
4971 .It Va flipr
4972 This option reverses the meanings of a set of reply commands,
4973 turning the lowercase variants, which by default address all recipients
4974 included in the header of a message
4975 .Pf ( Ic reply , respond , followup )
4976 into the uppercase variants, which by default address the sender only
4977 .Pf ( Ic Reply , Respond , Followup )
4978 and vice versa.
4979 The commands
4980 .Ic replysender , respondsender , followupsender
4981 as well as
4982 .Ic replyall , respondall , followupall
4983 are not affected by the current setting of
4984 .Va flipr .
4987 .It Va followup-to
4988 Controls whether a
4989 .Ql Mail-Followup-To:
4990 header is generated when sending messages to known mailing lists.
4991 Also see
4992 .Va followup-to-honour
4993 and the commands
4994 .Ic mlist , mlsubscribe , reply
4996 .Ic Lreply .
4999 .It Va forward-as-attachment
5000 Original messages are normally sent as inline text with the
5001 .Ic forward
5002 command,
5003 and only the first part of a multipart message is included.
5004 With this option messages are sent as unmodified MIME
5005 .Ql message/rfc822
5006 attachments with all of their parts included.
5009 .It Va fullnames
5010 When replying to or forwarding a message \*(UA normally removes the
5011 comment and name parts of email addresses.
5012 If this variable is set such stripping is not performed,
5013 and comments, names etc. are retained.
5016 .It Va header
5017 Causes the header summary to be written at startup and after commands
5018 that affect the number of messages or the order of messages in the
5019 current folder; enabled by default.
5020 The command line option
5021 .Fl N
5022 can be used to set
5023 .Pf no Va header .
5026 .It Va history-gabby
5027 \*(OP Add more entries to the history as is normally done.
5030 .It Va history-gabby-persist
5031 \*(OP \*(UAs own NCL will not save the additional (gabby) history
5032 entries in persistent storage unless this variable is also set.
5033 Also see
5034 .Va NAIL_HISTFILE .
5037 .It Va hold
5038 This option is used to hold messages in the system mailbox by default.
5041 .It Va idna-disable
5042 \*(OP Can be used to turn off the automatic conversion of domain names
5043 according to the rules of IDNA (internationalized domain names for
5044 applications).
5045 Since the IDNA code assumes that domain names are specified with the
5046 .Va ttycharset
5047 character set, an UTF-8 locale charset is required to represent all
5048 possible international domain names (before conversion, that is).
5051 .It Va ignore
5052 Ignore interrupt signals from the terminal while entering messages;
5053 instead echo them as
5054 .Ql @
5055 characters and discard the current line.
5058 .It Va ignoreeof
5059 Ignore end-of-file conditions
5060 .Pf ( Ql control-D ) ,
5061 on message input, which instead can be terminated only by entering a
5062 .Va dot
5063 .Ql \&.
5064 on a line by itself or by using the
5065 .Ic ~.
5066 .Sx "TILDE ESCAPES" .
5067 This option also applies to \*(UA command mode.
5069 .Mx Va imap-use-starttls
5070 .It Va imap-use-starttls-USER@HOST , imap-use-starttls-HOST , imap-use-starttls
5071 \*(OP Causes \*(UA to issue a `STARTTLS' command to make an unencrypted
5072 IMAP session SSL/TLS encrypted.
5073 This functionality is not supported by all servers,
5074 and is not used if the session is already encrypted by the IMAPS method.
5077 .It Va keep
5078 If set, an empty mailbox file is not removed.
5079 This may improve the interoperability with other mail user agents
5080 when using a common folder directory, and prevents malicious users
5081 from creating fake mailboxes in a world-writable spool directory.
5082 Note this only applies to local regular (MBOX) files, other mailbox
5083 types will never be removed.
5086 .It Va keepsave
5087 When a message is saved it is usually discarded from the originating
5088 folder when \*(UA is quit.
5089 Setting this option causes all saved message to be retained.
5092 .It Va line-editor-disable
5093 Turn off any enhanced command line editing capabilities (see
5094 .Sx "Command line editor"
5095 for more).
5098 .It Va markanswered
5099 When a message is replied to and this variable is set,
5100 it is marked as having been answered.
5101 This mark has no technical meaning in the mail system;
5102 it just causes messages to be marked in the header summary,
5103 and makes them specially addressable.
5106 .It Va message-id-disable
5107 By setting this option the generation of
5108 .Ql Message-ID:
5109 can be completely suppressed, effectively leaving this task up to the
5110 mail-transfer-agent (MTA) or the SMTP server.
5111 (According to RFC 5321 your SMTP server is not required to add this
5112 field by itself, so you should ensure that it accepts messages without a
5113 .Ql Message-ID . )
5116 .It Va metoo
5117 Usually, when an
5118 .Ic alias
5119 expansion contains the sender, the sender is removed from the expansion.
5120 Setting this option suppresses these removals.
5121 Note that a set
5122 .Va metoo
5123 also causes a
5124 .Ql -m
5125 option to be passed to mail-transfer-agents (MTAs);
5126 though most of the modern MTAs don't (no longer) document this flag, no
5127 MTA is known which doesn't support it (for historical compatibility).
5130 .It Va mime-allow-text-controls
5131 When sending messages, each part of the message is MIME-inspected in
5132 order to classify the
5133 .Ql Content-Type:
5135 .Ql Content-Transfer-Encoding:
5136 (see
5137 .Va encoding )
5138 that is required to send this part over mail transport, i.e.,
5139 a computation rather similar to what the
5140 .Xr file 1
5141 command produces when used with the
5142 .Ql --mime
5143 option.
5145 This classification however treats text files which are encoded in
5146 UTF-16 (seen for HTML files) and similar character sets as binary
5147 octet-streams, forcefully changing any
5148 .Ql text/plain
5150 .Ql text/html
5151 specification to
5152 .Ql application/octet-stream :
5153 If that actually happens a yet unset charset MIME parameter is set to
5154 .Ql binary ,
5155 effectively making it impossible for the receiving MUA to automatically
5156 interpret the contents of the part.
5158 If this option is set, and the data was unambiguously identified as text
5159 data at first glance (by a
5160 .Ql .txt
5162 .Ql .html
5163 file extension), then the original
5164 .Ql Content-Type:
5165 will not be overwritten.
5167 .Mx Va netrc-lookup
5168 .It Va netrc-lookup-USER@HOST , netrc-lookup-HOST , netrc-lookup
5169 \*(IN \*(OP Used to control usage of the users
5170 .Pa .netrc
5171 file for lookup of account credentials, as documented in the section
5172 .Sx "On URL syntax and credential lookup"
5173 and for the command
5174 .Ic netrc ;
5175 the section
5176 .Sx "The .netrc file"
5177 documents the file format.
5180 .It Va outfolder
5181 Causes the filename given in the
5182 .Va record
5183 variable
5184 and the sender-based filenames for the
5185 .Ic Copy
5187 .Ic Save
5188 commands to be interpreted relative to the directory given in the
5189 .Va folder
5190 variable rather than to the current directory,
5191 unless it is set to an absolute pathname.
5194 .It Va page
5195 If set, each message the
5196 .Ic pipe
5197 command prints out is followed by a formfeed character
5198 .Ql \ef .
5201 .It Va piperaw
5202 Send messages to the
5203 .Ic pipe
5204 command without performing MIME and character set conversions.
5207 .Mx Va pop3-bulk-load
5208 .It Va pop3-bulk-load-USER@HOST , pop3-bulk-load-HOST , pop3-bulk-load
5209 \*(OP When accessing a POP3 server \*(UA loads the headers of the
5210 messages, and only requests the message bodies on user request.
5211 For the POP3 protocol this means that the message headers will be
5212 downloaded twice.
5213 If this option is set then \*(UA will download only complete messages
5214 from the given POP3 server(s) instead.
5216 .Mx Va pop3-no-apop
5217 .It Va pop3-no-apop-USER@HOST , pop3-no-apop-HOST , pop3-no-apop
5218 \*(OP Unless this variable is set the
5219 .Ql APOP
5220 authentication method will be used when connecting to a POP3 server that
5221 advertises support.
5222 The advantage of
5223 .Ql APOP
5224 is that the password is not sent in clear text over the wire and that
5225 only a single packet is sent for the user/password tuple.
5226 Note that
5227 .Va pop3-no-apop-HOST
5228 requires \*(IN.
5230 .Mx Va pop3-use-starttls
5231 .It Va pop3-use-starttls-USER@HOST , pop3-use-starttls-HOST , pop3-use-starttls
5232 \*(OP Causes \*(UA to issue a
5233 .Ql STLS
5234 command to make an unencrypted POP3 session SSL/TLS encrypted.
5235 This functionality is not supported by all servers,
5236 and is not used if the session is already encrypted by the POP3S method.
5237 Note that
5238 .Va pop3-use-starttls-HOST
5239 requires \*(IN.
5242 .It Va print-all-chars
5243 This option causes all characters to be considered printable.
5244 It is only effective if given in a startup file.
5245 With this option set some character sequences in messages may put the
5246 user's terminal in an undefined state when printed;
5247 it should only be used as a last resort if no working system locale can
5248 be found.
5251 .It Va print-alternatives
5252 When a MIME message part of type
5253 .Ql multipart/alternative
5254 is displayed and it contains a subpart of type
5255 .Ql text/plain ,
5256 other parts are normally discarded.
5257 Setting this variable causes all subparts to be displayed,
5258 just as if the surrounding part was of type
5259 .Ql multipart/mixed .
5262 .It Va quiet
5263 Suppresses the printing of the version when first invoked.
5266 .It Va quote-as-attachment
5267 If this is set, then the original message is added in its entirety as a
5268 .Ql message/rfc822
5269 MIME attachment when replying to a message.
5270 Note this works regardless of the setting of
5271 .Va quote .
5274 .It Va recipients-in-cc
5275 On group replies, specify only the sender of the original mail in
5276 .Ql To:
5277 and mention the other recipients in the secondary
5278 .Ql Cc: .
5279 By default all recipients of the original mail will be addressed via
5280 .Ql To: .
5283 .It Va record-resent
5284 If both this variable and the
5285 .Va record
5286 variable are set,
5288 .Ic resend
5290 .Ic Resend
5291 commands save messages to the
5292 .Va record
5293 folder as it is normally only done for newly composed messages.
5296 .It Va reply-in-same-charset
5297 If this variable is set \*(UA first tries to use the same character set
5298 of the original message for replies.
5299 If this fails, the mechanism described in
5300 .Sx "Character sets"
5301 is evaluated as usual.
5304 .It Va rfc822-body-from_
5305 This variable can be used to force displaying a so-called
5306 .Ql From_
5307 line for messages that are embedded into an envelope mail via the
5308 .Ql message/rfc822
5309 MIME mechanism, for more visual convenience.
5312 .It Va save
5313 Enable saving of (partial) messages in
5314 .Ev DEAD
5315 upon interrupt or delivery error.
5318 .It Va searchheaders
5319 Expand message-list specifiers in the form
5320 .Ql /x:y
5321 to all messages containing the substring
5322 .Dq y
5323 in the header field
5324 .Ql x .
5325 The string search is case insensitive.
5328 .It Va sendcharsets-else-ttycharset
5329 \*(OP If this variable is set, but
5330 .Va sendcharsets
5331 is not, then \*(UA acts as if
5332 .Va sendcharsets
5333 had been set to the value of the variable
5334 .Va ttycharset .
5335 In effect this combination passes through the message data in the
5336 character set of the current locale (given that
5337 .Va ttycharset
5338 hasn't been set manually), i.e., without converting it to the
5339 .Va charset-8bit
5340 fallback character set.
5341 Thus, mail message text will be in ISO-8859-1 encoding when send from
5342 within a ISO-8859-1 locale, and in UTF-8 encoding when send from within
5343 an UTF-8 locale.
5344 If no character set conversion capabilities are available in \*(UA then
5345 the only supported character set is
5346 .Va ttycharset .
5348 .It Va sendmail-no-default-arguments
5349 Unless this option is set \*(UA will pass some well known
5350 standard command line options to the defined
5351 .Va sendmail
5352 program, see there for more.
5355 .It Va sendwait
5356 When sending a message wait until the MTA (including the builtin SMTP
5357 one) exits before accepting further commands.
5358 .Sy Only
5359 with this variable set errors reported by the MTA will be recognizable!
5360 If the MTA returns a non-zero exit status,
5361 the exit status of \*(ua will also be non-zero.
5364 .It Va showlast
5365 Setting this option causes \*(UA to start at the last message instead of
5366 the first one when opening a mail folder.
5369 .It Va showname
5370 Causes \*(UA to use the sender's real name instead of the plain address
5371 in the header field summary and in message specifications.
5374 .It Va showto
5375 Causes the recipient of the message to be shown in the header summary
5376 if the message was sent by the user.
5379 .It Va skipemptybody
5380 If an outgoing message does not contain any text in its first or only
5381 message part,
5382 do not send it but discard it silently (see also the command line option
5383 .Fl E ) .
5386 .It Va smime-force-encryption
5387 \*(OP Causes \*(UA to refuse sending unencrypted messages.
5390 .It Va smime-sign
5391 \*(OP S/MIME sign outgoing messages with the user's private key and
5392 include the user's certificate as a MIME attachment.
5393 Signing a message enables a recipient to verify that the sender used
5394 a valid certificate,
5395 that the email addresses in the certificate match those in the message
5396 header and that the message content has not been altered.
5397 It does not change the message text,
5398 and people will be able to read the message as usual.
5399 Also see
5400 .Va smime-sign-cert , smime-sign-include-certs
5402 .Va smime-sign-message-digest .
5405 .It Va smime-no-default-ca
5406 \*(OP Don't load default CA locations when verifying S/MIME signed
5407 messages.
5409 .Mx Va smtp-use-starttls
5410 .It Va smtp-use-starttls-USER@HOST , smtp-use-starttls-HOST , smtp-use-starttls
5411 \*(OP Causes \*(UA to issue a
5412 .Ql STARTTLS
5413 command to make an SMTP session SSL/TLS encrypted, i.e., to enable
5414 transport layer security.
5417 .It Va ssl-no-default-ca
5418 \*(OP Don't load default CA locations to verify SSL/TLS server
5419 certificates.
5422 .It Va term-ca-mode
5423 \*(OP If terminal capability queries are supported and this option is
5424 set then \*(UA will try to switch to the
5425 .Dq alternate screen
5426 when in interactive mode, so that the terminal will go back to the
5427 normal screen, leaving all the text there intact, when \*(UA exits.
5428 .Sy Note:
5429 even when supported for this to produce appealing results the used
5430 .Ev PAGER
5431 and possibly configured
5432 .Va pipe-TYPE/SUBTYPE
5433 applications that take control over the terminal need to have
5434 corresponding support too, e.g., the
5435 .Xr less 1
5436 pager should be driven with the
5437 .Ql -X
5438 command line flag.
5441 .It Va keep-content-length
5442 When (editing messages and) writing
5443 .Ev MBOX
5444 mailbox files \*(UA can be told to keep the
5445 .Ql Content-Length:
5447 .Ql Lines:
5448 header fields that some MUAs generate by setting this variable.
5449 Since \*(UA does neither use nor update these non-standardized header
5450 fields (which in itself shows one of their conceptual problems),
5451 stripping them should increase interoperability in between MUAs that
5452 work with with same mailbox files.
5453 Note that, if this is not set but
5454 .Va writebackedited ,
5455 as below, is, a possibly performed automatic stripping of these header
5456 fields already marks the message as being modified.
5459 .It Va v15-compat
5460 Setting this option enables upward compatibility with \*(UA version 15.0
5461 in respect to which configuration options are available and how they are
5462 handled.
5463 This manual uses \*(IN and \*(OU to refer to the new and the old way of
5464 doing things, respectively.
5467 .It Va verbose
5468 Setting this option, also controllable via the command line option
5469 .Fl v ,
5470 causes \*(UA to be more verbose, so that, e.g., certificate chains will
5471 be displayed on the users terminal.
5472 Setting this binary option twice increases the level of verbosity, in
5473 which case even details of the actual message delivery and protocol
5474 conversations are shown.
5475 A single
5476 .Pf no Va verbose
5477 is sufficient to disable verbosity as such.
5480 .It Va writebackedited
5481 If this variable is set messages modified using the
5482 .Ic edit
5484 .Ic visual
5485 commands are written back to the current folder when it is quit;
5486 it is only honoured for writable folders in MBOX format, though.
5487 Note that the editor will be pointed to the raw message content in that
5488 case, i.e., neither MIME decoding nor decryption will have been
5489 performed, and proper RFC 4155
5490 .Ql From_
5491 quoting of newly added or edited content is also left as an excercise to
5492 the user.
5494 .\" }}}
5496 .\" .Ss "Value options" {{{
5497 .Ss "Value options"
5499 Options with values that are generally treated as strings.
5500 To embed whitespace (space and tabulator) in a value it either needs to
5501 be escaped with a backslash character, or the entire value must be
5502 enclosed in (double or single) quotation marks;
5503 To use quotation marks identical to those used to enclose the value,
5504 escape them with a backslash character.
5505 The backslash character has no special meaning except in these cases.
5507 .Bd -literal -offset indent
5508 set 1=val\e one 2="val two" 3='val "three"' 4='val \e'four\e''
5509 varshow 1 2 3 4
5510 unset 1 2 3 4
5514 Booleans are special string values that must either be set to decimal
5515 integers (in which case
5516 .Ql 0
5517 is false and
5518 .Ql 1
5519 and any other value is true) or to any of
5520 .Ql off ,
5521 .Ql no
5523 .Ql false
5524 for a false boolean and
5525 .Ql on ,
5526 .Ql yes
5528 .Ql true
5529 for a true boolean; matching is performed case-insensitively.
5530 And there exists a special kind of boolean, the
5531 .Dq quadoption :
5532 this is expected to either name a boolean or one of the strings
5533 .Ql ask-yes
5535 .Ql ask-no
5536 (in fact:
5537 .Ql ask-
5538 followed by a valid boolean, case-insensitively);
5539 if one of the latter is set then in interactive mode the user will be
5540 prompted with the default value (also used for empty user input) set to
5541 the given boolean, whereas in non-interactive the given default will
5542 be used right away.
5544 .Bl -tag -width ".It Va _utoprin_"
5545 .Mx Va agent-shell-lookup
5546 .It Va agent-shell-lookup-USER@HOST , agent-shell-lookup-HOST , \
5547   agent-shell-lookup
5548 \*(IN \*(OP Account passwords can be fetched via an external agent
5549 program in order to permit encrypted password storage \(en see
5550 .Sx "On URL syntax and credential lookup"
5551 for more on credential lookup.
5552 If this is set then the content is interpreted as a shell command the
5553 output of which (with newline characters removed) is treated as the
5554 account password shall the command succeed (and have produced non-empty
5555 non-newline output); e.g., via
5556 .Xr gpg 1 :
5557 .Bd -literal -offset indent
5558 $ echo PASSWORD > .pass
5559 $ gpg -e .pass
5560 $ eval `gpg-agent --daemon \e
5561     --pinentry-program=/usr/bin/pinentry-curses \e
5562     --max-cache-ttl 99999 --default-cache-ttl 99999`
5563 $ echo 'set agent-shell-lookup="gpg -d .pass.gpg"' \e
5564     >> \*(ur
5567 A couple of environment variables will be set for the agent:
5569 .Bl -tag -compact -width ".It Ev _AIL_TMPDIR[337]"
5570 .It Ev NAIL_TMPDIR
5571 The temporary directory that \*(UA uses.
5572 Usually identical to
5573 .Ev TMPDIR ,
5574 but guaranteed to be set and usable by child processes;
5575 to ensure the latter condition for
5576 .Ev TMPDIR
5577 also, it'll be set.
5578 .It Ev NAIL_USER
5579 The user
5580 .Pf ( Ql USER )
5581 for which the password is looked up.
5582 .It Ev NAIL_USER_ENC
5583 The URL percent-encoded variant of
5584 .Ev NAIL_USER .
5585 .It Ev NAIL_HOST
5586 The plain machine hostname of the user account.
5587 .It Ev NAIL_HOST_PORT
5589 .Ql HOST
5590 (hostname possibly including port) of the user account.
5594 .It Va attrlist
5595 A sequence of characters to print in the
5596 .Ql attribute
5597 column of the
5598 .Va headline
5599 as shown in the header display; each for one type of messages (see
5600 .Sx "Message states" ) ,
5601 with the default being
5602 .Ql NUROSPMFAT+\-$~
5604 .Ql NU\ \ *HMFAT+\-$~
5606 .Va bsdflags
5607 or the
5608 .Ev SYSV3
5609 environment variable are set, in the following order:
5611 .Bl -tag -compact -offset indent -width ".It Ql _"
5612 .It Ql N
5613 new.
5614 .It Ql U
5615 unread but old.
5616 .It Ql R
5617 new but read.
5618 .It Ql O
5619 read and old.
5620 .It Ql S
5621 saved.
5622 .It Ql P
5623 preserved.
5624 .It Ql M
5625 mboxed.
5626 .It Ql F
5627 flagged.
5628 .It Ql A
5629 answered.
5630 .It Ql T
5631 draft.
5632 .It Ql +
5633 start of a collapsed thread.
5634 .It Ql -
5635 collapsed.
5636 .It Ql $
5637 classified as spam.
5638 .It Ql ~
5639 classified as possible spam.
5643 .It Va autobcc
5644 Specifies a list of recipients to which a blind carbon copy of each
5645 outgoing message will be sent automatically.
5648 .It Va autocc
5649 Specifies a list of recipients to which a carbon copy of each outgoing
5650 message will be sent automatically.
5653 .It Va autosort
5654 Causes sorted mode (see the
5655 .Ic sort
5656 command) to be entered automatically with the value of this option as
5657 sorting method when a folder is opened.
5660 .It Va charset-7bit
5661 The value that should appear in the
5662 .Ql charset=
5663 parameter of
5664 .Ql Content-Type:
5665 MIME header fields when no character set conversion of the message data
5666 was performed.
5667 This defaults to US-ASCII, and the chosen character set should be
5668 US-ASCII compatible.
5671 .It Va charset-8bit
5672 \*(OP The default 8-bit character set that is used as an implicit last
5673 member of the variable
5674 .Va sendcharsets .
5675 This defaults to UTF-8.
5676 If no character set conversion capabilities are available in \*(UA then
5677 the only supported character set is
5678 .Va ttycharset .
5679 Refer to the section
5680 .Sx "Character sets"
5681 for the complete picture of character set conversion in \*(UA.
5684 .It Va charset-unknown-8bit
5685 \*(OP RFC 1428 specifies conditions when internet mail gateways shall
5686 .Dq upgrade
5687 the content of a mail message by using a character set with the name
5688 .Ql unknown-8bit .
5689 Because of the unclassified nature of this character set \*(UA will not
5690 be capable to convert this character set to any other character set.
5691 If this variable is set any message part which uses the character set
5692 .Ql unknown-8bit
5693 is assumed to really be in the character set given in the value,
5694 otherwise the (final) value of
5695 .Va charset-8bit
5696 is used for this purpose.
5699 .It Va cmd
5700 The default value for the
5701 .Ic pipe
5702 command.
5705 .It Va colour-from_
5706 \*(OP The colour specification for so-called
5707 .Ql From_
5708 lines.
5709 See the section
5710 .Sx "Coloured message display"
5711 for the format of the value.
5714 .It Va colour-header
5715 \*(OP The colour specification for header lines.
5718 .It Va colour-msginfo
5719 \*(OP The colour specification for the introductional message info line.
5722 .It Va colour-partinfo
5723 \*(OP The colour specification for MIME part info lines.
5726 .It Va colour-terms
5727 \*(OP A comma-separated list of
5728 .Ev TERM Ns
5729 inals for which coloured message display can be used.
5730 Entries only need to be added if the string
5731 .Dq color
5732 isn't part of the terminal name itself; the default value is
5734 .Dl cons25,linux,rxvt,rxvt-unicode,\:screen,\:sun,\:vt100,\:vt220,\:\
5735 wsvt25,\:xterm
5738 .It Va colour-uheader
5739 \*(OP The colour specification for those header lines that have been
5740 placed in the
5741 .Va colour-user-headers
5742 list.
5743 See the section
5744 .Sx "Coloured message display" .
5747 .It Va colour-user-headers
5748 A comma separated list of (case-insensitive) header names which should
5749 be colourized with the alternative
5750 .Va colour-uheader
5751 colours.
5752 The default value is
5753 .Ql from,subject .
5756 .It Va crt
5757 In a(n interactive) terminal session, then if this valued option is set
5758 it'll be used as a threshold to determine how many lines the given
5759 output has to span before it will be displayed via the configured
5760 .Ev PAGER ;
5761 Usage of the
5762 .Ev PAGER
5763 can be forced by setting this to the value
5764 .Ql 0 ,
5765 setting it without a value will deduce the current height of the
5766 terminal screen to compute the treshold (see
5767 .Ev LINES
5769 .Xr stty 1 ) .
5772 .It Va datefield
5773 The date in a header summary is normally the date of the mailbox
5774 .Ql From_
5775 line of the message.
5776 If this variable is set, then the date as given in the
5777 .Ql Date:
5778 field is used, converted to local time.
5779 It is possible to control the display of the date by assigning a value,
5780 in which case the
5781 .Xr strftime 3
5782 function will be used to format the date accordingly.
5783 Please read your system manual for the available formats.
5784 Note that the
5785 .Ql %n
5786 format should not be used, because \*(UA doesn't take embedded newlines
5787 into account when calculating how many lines fit onto the screen.
5790 .It Va datefield-markout-older
5791 This option, when set in addition to
5792 .Va datefield ,
5793 is used to display
5794 .Dq older
5795 messages (concept is rather comparable to the
5796 .Fl \&\&l
5797 option of the POSIX utility
5798 .Xr ls 1 ) .
5799 The content interpretation is identical to
5800 .Va datefield .
5803 .It Va encoding
5804 Suggestion for the MIME encoding to use in outgoing text messages
5805 and message parts.
5806 Valid values are the default
5807 .Ql quoted-printable ,
5808 .Ql 8bit
5810 .Ql base64 .
5811 .Ql 8bit
5812 may cause problems when transferring mail messages over channels that
5813 are not ESMTP (RFC 1869) compliant.
5814 If there is no need to encode a message,
5815 .Ql 7bit
5816 transfer mode is always used regardless of this variable.
5817 Binary data is always encoded as
5818 .Ql base64 .
5821 .It Va escape
5822 If defined, the first character of this option
5823 gives the character to use in place of
5824 .Ql ~
5825 to denote
5826 .Sx "TILDE ESCAPES" .
5829 .It Va expandaddr
5830 If not set then file and command pipeline targets are not allowed,
5831 and any such address will be filtered out, giving a warning message.
5832 If set without a value then all possible recipient address
5833 specifications will be accepted \(en see the section
5834 .Sx "Sending mail"
5835 for more on this.
5836 To accept them, but only in interactive mode, or when tilde commands
5837 were enabled explicitly by using one of the command line options
5838 .Fl ~
5840 .Fl # ,
5841 set this to the (case-insensitive) value
5842 .Ql restrict
5843 (note right now this is actually like setting
5844 .Ql restrict,-all,+name,+addr ) .
5846 In fact the value is interpreted as a comma-separated list of values.
5847 If it contains
5848 .Ql fail
5849 then the existence of disallowed specifications is treated as a hard
5850 send error instead of only filtering them out.
5851 The remaining values specify whether a specific type of recipient
5852 address specification is allowed (optionally indicated by a plus sign
5853 .Ql +
5854 prefix) or disallowed (prefixed with a hyphen
5855 .Ql - ) .
5856 The value
5857 .Ql all
5858 addresses all possible address specifications,
5859 .Ql file
5860 file targets,
5861 .Ql pipe
5862 command pipeline targets,
5863 .Ql name
5864 plain user names and (MTA) aliases (\*(OB
5865 .Ql noalias
5866 may be used as an alternative syntax to
5867 .Ql -name )
5869 .Ql addr
5870 network addresses.
5871 These kind of values are interpreted in the given order, so that
5872 .Ql restrict,\:fail,\:+file,\:-all,\:+addr
5873 will cause hard errors for any non-network address recipient address
5874 unless \*(UA is in interactive mode or has been started with the
5875 .Fl ~
5877 .Fl #
5878 command line option; in the latter case(s) any address may be used, then.
5881 .It Va expandargv
5882 Unless this variable is set additional mail-transfer-agent (MTA)
5883 arguments from the command line, as can be given after a
5884 .Ql --
5885 separator, are ignored due to safety reasons.
5886 However, if set to the special value
5887 .Ql fail ,
5888 then the presence of additional MTA arguments is treated as a hard
5889 error that causes \*(UA to exit with failure status.
5890 A lesser strict variant is the otherwise identical
5891 .Ql restrict ,
5892 which does accept such arguments in interactive mode, or if tilde
5893 commands were enabled explicitly by using one of the command line options
5894 .Fl ~
5896 .Fl # .
5899 .It Va features
5900 \*(RO Information on the features compiled into \*(UA \(en the content
5901 of this variable is identical to the output of the command
5902 .Ic features .
5906 .It Va file-hook-load-EXTENSION , file-hook-save-EXTENSION
5907 It is possible to install file hooks which will be used by the
5908 .Ic file
5909 command in order to be able to transparently handle (through an
5910 intermediate temporary file) files with specific
5911 .Ql EXTENSION Ns
5912 s: the variable values can include shell snippets and are expected to
5913 write data to standard output / read data from standard input,
5914 respectively.
5915 \*(ID The variables may not be changed while there is a mailbox
5916 attendant.
5917 .Bd -literal -offset indent
5918 set file-hook-load-xy='echo >&2 XY-LOAD; gzip -cd' \e
5919     file-hook-save-xy='echo >&2 XY-SAVE; gzip -c' \e
5920     record=+null-sent.xy
5924 .It Va folder
5925 The name of the directory to use for storing folders of messages.
5926 All folder names that begin with
5927 .Ql +
5928 refer to files below it.
5929 The same special conventions as documented for the
5930 .Ic file
5931 command may be used when specifying a new value for
5932 .Va \&\&folder ,
5933 but be aware that the expansion is fully performed immediately.
5934 E.g., if the expanded name refers to an IMAP account, all names that
5935 begin with `+' refer to IMAP mailboxes below the
5936 .Va folder
5937 target box.
5939 Note: for IMAP it makes a difference whether
5940 .Va \&\&folder
5941 ends with a directory separator solidus or not in respect to the
5942 automatic append of `INBOX' strings.
5943 Ssome IMAP servers do not accept the creation of mailboxes in
5944 the hierarchy base, but require that they are created as subfolders of
5945 `INBOX' \(en with such servers a folder name of the form
5947 .Dl imaps://mylogin@imap.myisp.example/INBOX.
5949 should be used (the last character is the server's hierarchy delimiter).
5950 Folder names prefixed by `+' will then refer to folders below `INBOX',
5951 while folder names prefixed by `@' refer to folders below the hierarchy
5952 base.
5953 See the
5954 .Ic imap
5955 namespace command for a method to detect the appropriate prefix and
5956 delimiter.
5959 .It Va folder-hook
5960 When a folder is opened and this variable is set,
5961 the macro corresponding to the value of this variable is executed.
5962 The macro is also invoked when new mail arrives,
5963 but message lists for commands executed from the macro
5964 only include newly arrived messages then.
5966 .Ic localopts
5967 are activated in a folder hook, then the covered settings will be
5968 reverted once the folder is left again.
5971 .It Va folder-hook-FOLDER
5972 Overrides
5973 .Va folder-hook
5974 for a folder named
5975 .Ql FOLDER .
5976 Unlike other folder specifications, the fully expanded name of a folder,
5977 without metacharacters, is used to avoid ambiguities.
5978 However, if the mailbox resides under
5979 .Va folder
5980 then the usual
5981 .Ql +
5982 specification is tried in addition, e.g., if
5983 .Va \&\&folder
5985 .Dq mail
5986 (and thus relative to the user's home directory) then
5987 .Pa /home/usr1/mail/sent
5988 will be tried as
5989 .Ql folder-hook-/home/usr1/mail/sent
5990 first, but then followed by
5991 .Ql folder-hook-+sent .
5994 .It Va followup-to-honour
5995 Controls whether a
5996 .Ql Mail-Followup-To:
5997 header is honoured when group-replying to a message via
5998 .Ic reply
6000 .Ic Lreply .
6001 This is a quadoption; if set without a value it defaults to
6002 .Dq yes .
6003 Also see
6004 .Va followup-to
6005 and the commands
6006 .Ic mlist
6008 .Ic mlsubscribe .
6011 .It Va from
6012 The address (or a list of addresses) to put into the
6013 .Ql From:
6014 field of the message header, quoting RFC 5322:
6015 the author(s) of the message, that is, the mailbox(es) of the person(s)
6016 or system(s) responsible for the writing of the message.
6017 If replying to messages these addresses are handled as if they were in
6019 .Ic alternates
6020 list.
6021 If the machine's hostname is not valid at the Internet (for example at
6022 a dialup machine) then either this variable or
6023 .Va hostname
6024 (\*(IN and with
6025 .Va smtp
6026 .Va smtp-hostname
6027 adds even more fine-tuning capabilities),
6028 have to be set.
6030 .Va \&\&from
6031 contains more than one address,
6032 setting the
6033 .Va sender
6034 variable is required (according to the standard RFC 5322).
6037 .It Va fwdheading
6038 The string to print before the text of a message with the
6039 .Ic forward
6040 command
6041 (unless the
6042 .Va forward-as-attachment
6043 variable is set).
6044 Defaults to
6045 .Dq -------- Original Message --------
6046 if unset; No heading is printed if it is set to the empty string.
6049 .It Va headline
6050 A format string to use for the header summary,
6051 similar to
6052 .Xr printf 3
6053 formats.
6054 A percent character
6055 .Ql %
6056 introduces a format specifier that may be followed by a number
6057 indicating the field width;
6058 If the (possibly implicitly implied) field width is negative, the field
6059 is to be left-aligned.
6060 Valid format specifiers are:
6062 .Bl -tag -compact -offset indent -width "_%%_"
6063 .It Ql %%
6064 A plain percent character.
6065 .It Ql %>
6066 A space character but for the current message, for which it expands to
6067 .Ql > .
6068 .It Ql %<
6069 A space character but for the current message, for which it expands to
6070 .Ql < .
6071 .It Ql %$
6072 \*(OP The spam score of the message, as has been classified via the
6073 command
6074 .Ic spamrate .
6075 Prints only a replacement character if there is no spam support.
6076 .It Ql %a
6077 Message attribute character (status flag); the actual content can be
6078 adjusted by setting
6079 .Va attrlist .
6080 .It Ql %d
6081 The date when the message was received.
6082 .It Ql %e
6083 The indenting level in threaded mode.
6084 .It Ql %f
6085 The address of the message sender.
6086 .It Ql %i
6087 The message thread structure.
6088 (Note that this format doesn't support a field width.)
6089 .It Ql %l
6090 The number of lines of the message.
6091 .It Ql %m
6092 Message number.
6093 .It Ql %o
6094 The number of octets (bytes) in the message.
6095 .It Ql %s
6096 Message subject (if any).
6097 .It Ql %S
6098 Message subject (if any) in double quotes.
6099 .It Ql \&%T
6100 Message recipient flags: is the addressee of the message a known or
6101 subscribed mailing list \(en see
6102 .Ic mlist
6104 .Ic mlsubscribe .
6105 .It Ql %t
6106 The position in threaded/sorted order.
6109 The default is
6110 .Ql %>\&%a\&%m\ %-18f\ %16d\ %4l/%\-5o\ %i%-s ,
6112 .Ql %>\&%a\&%m\ %20-f\ \ %16d\ %3l/%\-5o\ %i%-S
6114 .Va bsdcompat
6115 is set.
6116 Also see
6117 .Va attrlist
6119 .Va headline-bidi .
6122 .It Va headline-bidi
6123 Bidirectional text requires special treatment when displaying headers,
6124 because numbers (in dates or for file sizes etc.) will not affect the
6125 current text direction, in effect resulting in ugly line layouts when
6126 arabic or other right-to-left text is to be displayed.
6127 On the other hand only a minority of terminals is capable to correctly
6128 handle direction changes, so that user interaction is necessary for
6129 acceptable results.
6130 Note that extended host system support is required nonetheless, e.g.,
6131 detection of the terminal character set is one precondition;
6132 and this feature only works in an Unicode (i.e., UTF-8) locale.
6134 In general setting this variable will cause \*(UA to encapsulate text
6135 fields that may occur when printing
6136 .Va headline
6137 (and some other fields, like dynamic expansions in
6138 .Va prompt )
6139 with special Unicode control sequences;
6140 it is possible to fine-tune the terminal support level by assigning
6141 a value:
6142 no value (or any value other than
6143 .Ql 1 ,
6144 .Ql 2
6146 .Ql 3 )
6147 will make \*(UA assume that the terminal is capable to properly deal
6148 with Unicode version 6.3, in which case text is embedded in a pair of
6149 U+2068 (FIRST STRONG ISOLATE) and U+2069 (POP DIRECTIONAL ISOLATE)
6150 characters.
6151 In addition no space on the line is reserved for these characters.
6153 Weaker support is chosen by using the value
6154 .Ql 1
6155 (Unicode 6.3, but reserve the room of two spaces for writing the control
6156 sequences onto the line).
6157 The values
6158 .Ql 2
6160 .Ql 3
6161 select Unicode 1.1 support (U+200E, LEFT-TO-RIGHT MARK); the latter
6162 again reserves room for two spaces in addition.
6165 .It Va hostname
6166 Use this string as hostname when expanding local addresses instead of
6167 the value obtained from
6168 .Xr uname 3
6170 .Xr getaddrinfo 3 ,
6171 i.e., in
6172 .Ql Message-ID:
6174 .Ql From:
6175 fields.
6176 Note that when
6177 .Va smtp
6178 transport is not used then it is normally the responsibility of the MTA
6179 to create these fields, \*(IN in conjunction with
6180 .Va smtp
6181 however
6182 .Va smtp-hostname
6183 also influences the results;
6184 you should produce some test messages with the desired combination of
6185 .Va \&\&hostname ,
6186 and/or
6187 .Va from ,
6188 .Va sender
6189 etc. first.
6191 .Mx Va imap-auth
6192 .It Va imap-auth-USER@HOST , imap-auth
6193 \*(OP Sets the IMAP authentication method.
6194 Valid values are `login' for the usual password-based authentication
6195 (the default),
6196 `cram-md5', which is a password-based authentication that does not send
6197 the password over the network in clear text,
6198 and `gssapi' for GSS-API based authentication.
6201 .It Va imap-cache
6202 \*(OP Enables caching of IMAP mailboxes.
6203 The value of this variable must point to a directory that is either
6204 existent or can be created by \*(UA.
6205 All contents of the cache can be deleted by \*(UA at any time;
6206 it is not safe to make assumptions about them.
6208 .Mx Va imap-delim
6209 .It Va imap-delim-USER@HOST , imap-delim-HOST , imap-delim
6210 \*(OP The hierarchy separator used by the IMAP server.
6211 Whenever an IMAP path is specified it will undergo normalization.
6212 One of the normalization steps is the squeeze and adjustment of
6213 hierarchy separators.
6214 If this variable is set, any occurrence of any character of the given
6215 value that exists in the path will be replaced by the first member of
6216 the value; an empty value will cause the default to be used, it is
6217 .Ql /. .
6218 If not set, we will reuse the first hierarchy separator character that
6219 is discovered in a user-given mailbox name.
6221 .Mx Va imap-keepalive
6222 .It Va imap-keepalive-USER@HOST , imap-keepalive-HOST , imap-keepalive
6223 \*(OP IMAP servers may close the connection after a period of
6224 inactivity; the standard requires this to be at least 30 minutes,
6225 but practical experience may vary.
6226 Setting this variable to a numeric `value' greater than 0 causes
6227 a `NOOP' command to be sent each `value' seconds if no other operation
6228 is performed.
6231 .It Va imap-list-depth
6232 \*(OP When retrieving the list of folders on an IMAP server, the
6233 .Ic folders
6234 command stops after it has reached a certain depth to avoid possible
6235 infinite loops.
6236 The value of this variable sets the maximum depth allowed.
6237 The default is 2.
6238 If the folder separator on the current IMAP server is a slash `/',
6239 this variable has no effect and the
6240 .Ic folders
6241 command does not descend to subfolders.
6244 .It Va inbox
6245 If this is set it will be used for expansions of
6246 .Ql % ,
6248 .Ic file
6249 for more.
6250 \*(ID IMAP users may set this to the empty string to force bypassing the
6251 special handling of
6252 .Va folder .
6253 The value supports a subset of filename expansions itself.
6256 .It Va indentprefix
6257 String used by the
6258 .Ic ~m , ~M
6260 .Ic ~R
6261 .Sx "TILDE ESCAPES"
6262 and by the
6263 .Va quote
6264 option for indenting messages,
6265 in place of the normal tabulator character
6266 .Ql ^I ,
6267 which is the default.
6268 Be sure to quote the value if it contains spaces or tabs.
6271 .It Va line-editor-cursor-right
6272 \*(OP If the builtin command line editor is used, actions which are
6273 based on rightwise movement may not work on some terminals.
6274 If you encounter such problems, set this variable to the terminal
6275 control sequence that is necessary to move the cursor one column to the
6276 right.
6277 The default is
6278 .Ql \e033[C ,
6279 which should work for most terminals.
6280 Less often occur
6281 .Ql \e033OC
6283 .Ql \e014 .
6284 Note that
6285 .Dq Escape
6286 and other control character have to be written as shell-style escape
6287 sequences, e.g.,
6288 .Ql \e033
6289 for (US-ASCII)
6290 .Dq Escape .
6293 .It Va MAIL
6294 Is used as the user's mailbox, if set.
6295 Otherwise, a system-dependent default is used.
6296 Supports a logical subset of the special conventions that are documented
6297 for the
6298 .Ic file
6299 command and the
6300 .Va folder
6301 option.
6304 .It Va mime-counter-evidence
6305 Normally the
6306 .Ql Content-Type:
6307 field is used to decide how to handle MIME parts.
6308 Some MUAs however don't use
6309 .Xr mime.types 5
6310 or a similar mechanism to correctly classify content, but simply specify
6311 .Ql application/octet-stream ,
6312 even for plain text attachments like
6313 .Ql text/diff .
6314 If this variable is set then \*(UA will try to classify such MIME
6315 message parts on its own, if possible, and through their file name.
6316 This variable can also be given a non-empty value, in which case the
6317 value is expected to be a number, actually a carrier of bits.
6318 Creating the bit-carrying number is a simple addition:
6319 .Bd -literal -offset indent
6320 ? !echo Value should be set to $((2 + 4))
6321 Value should be set to 6
6324 .Bl -bullet -compact
6326 If bit two is set (2) then the detected
6327 .Qd real
6328 content-type will be carried along with the message and be used for
6329 deciding which
6330 .Va pipe-TYPE/SUBTYPE
6331 is responsible for the MIME part, shall that question arise;
6332 when displaying such a MIME part the part-info will indicate the
6333 overridden content-type by showing a plus-sign
6334 .Ql + .
6336 If bit three is set (4) then the counter-evidence is always produced
6337 and a positive result will be used as the MIME type, even forcefully
6338 overriding the parts given MIME type.
6339 .\".It
6340 .\"If bit four is set (8) then as a last resort the content of
6341 .\".Ql application/octet-stream
6342 .\"parts will be inspected, so that data that looks like (english) plain
6343 .\"text can be treated as such.
6347 .It Va mimetypes-load-control
6348 This option can be used to control which of the
6349 .Xr mime.types 5
6350 databases are loaded by \*(UA, as furtherly described in the section
6351 .Sx "The mime.types files" .
6352 If the letter
6353 .Ql u
6354 is part of the option value, then the user's personal
6355 .Pa ~/.mime.types
6356 file will be loaded (if it exists); likewise the letter
6357 .Ql s
6358 controls loading of the system wide
6359 .Pa /etc/mime.types ;
6360 the user file is loaded first, letter matching is case-insensitive.
6361 If this option is not set \*(UA will try to load both files instead.
6362 Incorporation of the \*(UA-builtin MIME types cannot be suppressed,
6363 but they will be matched last.
6365 More sources can be specified by using a different syntax: if the
6366 value string contains an equals sign
6367 .Ql =
6368 then it is instead parsed as a comma-separated list of the described
6369 letters plus
6370 .Ql f=FILENAME
6371 pairs; the given filenames will be expanded and loaded, and their
6372 content may use the extended syntax that is described in the section
6373 .Sx "The mime.types files" .
6376 .It Va NAIL_EXTRA_RC
6377 The name of an optional startup file to be read after
6378 .Pa \*(ur .
6379 This variable has an effect only if it is set in
6380 .Pa \*(UR
6382 .Pa \&\&\*(ur ,
6383 it is not imported from the environment in order to honour
6384 .Ql MAILRC=/dev/null Ns /
6385 .Fl n
6386 invocations.
6387 Use this file for commands that are not understood by other POSIX
6388 .Xr mailx 1
6389 implementations.
6392 .It Va NAIL_HEAD
6393 A string to put at the beginning of each new message.
6394 The escape sequences tabulator
6395 .Ql \et
6396 and newline
6397 .Ql \en
6398 are understood.
6401 .It Va NAIL_HISTFILE
6402 \*(OP If a command line editor is available then this can be set to
6403 name the (expandable) path of the location of a permanent history file.
6406 .It Va NAIL_HISTSIZE
6407 \*(OP If a command line editor is available this value restricts the
6408 amount of history entries that are saved into a set and valid
6409 .Va NAIL_HISTFILE .
6410 A value of less than 0 disables this feature;
6411 note that loading and incorporation of
6412 .Va NAIL_HISTFILE
6413 upon program startup can also be suppressed by doing this.
6414 An unset or invalid value, or 0, causes a default value to be used.
6415 Dependent on the available command line editor this will also define the
6416 number of history entries in memory;
6417 it is also editor-specific whether runtime updates of this value will be
6418 honoured.
6421 .It Va NAIL_TAIL
6422 A string to put at the end of each new message.
6423 The escape sequences tabulator
6424 .Ql \et
6425 and newline
6426 .Ql \en
6427 are understood.
6430 .It Va newfolders
6431 If this variable has the value
6432 .Ql maildir ,
6433 newly created local folders will be in Maildir format.
6436 .It Va newmail
6437 Checks for new mail in the current folder each time the prompt is
6438 printed.
6439 For IMAP mailboxes the server is then polled for new mail,
6440 which may result in delayed operation if the connection to the server is
6441 slow.
6442 A Maildir folder must be re-scanned to determine if new mail has arrived.
6444 If this variable is set to the special value
6445 .Dq nopoll
6446 an IMAP server is not actively asked for new mail, but new mail may
6447 still be detected and announced with any other IMAP command that is sent
6448 to the server.
6449 In either case the IMAP server may send notifications about messages
6450 that have been deleted on the server by another process or client.
6451 In this case,
6452 .Dq Expunged X messages
6453 is printed regardless of this variable, and message numbers may have
6454 changed.
6456 If this variable is set to the special value
6457 .Ql nopoll
6458 then a Maildir folder will not be rescanned completely, but only
6459 timestamp changes are detected.
6462 .It Va ORGANIZATION
6463 The value to put into the
6464 .Ql Organization:
6465 field of the message header.
6467 .Mx Va password
6468 .It Va password-USER@HOST , password-HOST , password
6469 \*(IN Variable chain that sets a password, which is used in case none has
6470 been given in the protocol and account-specific URL;
6471 as a last resort \*(UA will ask for a password on the user's terminal if
6472 the authentication method requires a password.
6473 Specifying passwords in a startup file is generally a security risk;
6474 the file should be readable by the invoking user only.
6476 .It Va password-USER@HOST
6477 \*(OU (see the chain above for \*(IN)
6478 Set the password for
6479 .Ql USER
6480 when connecting to
6481 .Ql HOST .
6482 If no such variable is defined for a host,
6483 the user will be asked for a password on standard input.
6484 Specifying passwords in a startup file is generally a security risk;
6485 the file should be readable by the invoking user only.
6488 .It Va pipe-TYPE/SUBTYPE
6489 When a MIME message part of type
6490 .Ql TYPE/SUBTYPE
6491 (normalized to lowercase) is displayed or quoted,
6492 its text is filtered through the value of this variable interpreted as
6493 a shell command.
6494 The special value
6495 .Ql @
6496 can be used to force interpretation of the message part as plain text, e.g.,
6497 .Ql set pipe-application/pgp-signature=@
6498 will henceforth treat signatures as plain text and display them "as is".
6499 (The same can also be achieved, in a more useful context, by using the
6500 .Ic mimetype
6501 command in conjunction with a type marker.)
6503 Also, if a shell command is prefixed with
6504 .Ql @ ,
6505 then the command will only be used to prepare the MIME message part if
6506 the message is displayed by itself, but not when multiple messages are
6507 displayed at once.
6509 Finally, if a shell command is prefixed with
6510 .Ql @& ,
6511 then, in addition to what has been described for the plain
6512 .Ql @
6513 shell command prefix, the command will be run asynchronously, i.e.,
6514 without blocking \*(UA, which may be a handy way to display a, e.g., PDF
6515 file while also continuing to read the mail message.
6516 Some information about the MIME part to be displayed is embedded into
6517 the environment of the shell command:
6519 .Bl -tag -compact -width ".It Ev _AIL__ILENAME__ENERATED"
6521 .It Ev NAIL_TMPDIR
6522 The temporary directory that \*(UA uses.
6523 Usually identical to
6524 .Ev TMPDIR ,
6525 but guaranteed to be set and usable by child processes;
6526 to ensure the latter condition for
6527 .Ev \&\&TMPDIR
6528 also, it'll be set.
6530 .It Ev NAIL_FILENAME
6531 The filename, if any is set, the empty string otherwise.
6533 .It Ev NAIL_FILENAME_GENERATED
6534 A random string.
6536 .It Ev NAIL_CONTENT
6537 The MIME content-type of the part, if known, the empty string otherwise.
6539 .It Ev NAIL_CONTENT_EVIDENCE
6541 .Va mime-counter-evidence
6542 includes the carry-around-bit (2), then this will be set to the detected
6543 MIME content-type; not only then identical to
6544 .Ev \&\&NAIL_CONTENT
6545 otherwise.
6549 .It Va pipe-EXTENSION
6550 This is identical to
6551 .Va pipe-TYPE/SUBTYPE
6552 except that
6553 .Ql EXTENSION
6554 (normalized to lowercase using character mappings of the ASCII charset)
6555 names a file extension, e.g.,
6556 .Ql xhtml .
6557 Handlers registered using this method take precedence.
6559 .Mx Va pop3-keepalive
6560 .It Va pop3-keepalive-USER@HOST , pop3-keepalive-HOST , pop3-keepalive
6561 \*(OP POP3 servers close the connection after a period of inactivity;
6562 the standard requires this to be at least 10 minutes,
6563 but practical experience may vary.
6564 Setting this variable to a numeric value greater than
6565 .Ql 0
6566 causes a
6567 .Ql NOOP
6568 command to be sent each value seconds if no other operation is performed.
6571 .It Va prompt
6572 The string printed when a command is accepted.
6573 Prompting may be prevented by either setting this to the null string
6574 or by setting
6575 .Pf no Va prompt .
6576 The same XSI escape sequences that are understood by the
6577 .Ic echo
6578 command may be used within
6579 .Va \&\&prompt .
6581 In addition, the following \*(UA specific additional sequences are
6582 understood:
6583 .Ql \e& ,
6584 which expands to
6585 .Dq \&?
6586 unless
6587 .Va bsdcompat
6588 is set, in which case it expands to
6589 .Dq \&& ;
6590 note that
6591 .Ql \e&\0
6592 is the default value of
6593 .Va \&\&prompt .
6594 .Ql \e? ,
6595 which will expand to
6596 .Dq 1
6597 if the last command failed and to
6598 .Dq 0
6599 otherwise,
6600 .Ql \e$ ,
6601 which will expand to the name of the currently active
6602 .Ic account ,
6603 if any, and to the empty string otherwise, and
6604 .Ql \e@ ,
6605 which will expand to the name of the currently active mailbox.
6606 (Note that the prompt buffer is size-limited, excess is cut off.)
6608 Even though
6609 .Va \&\&prompt
6610 checks for
6611 .Va headline-bidi
6612 to encapsulate the expansions of the
6613 .Ql \e$
6615 .Ql \e@
6616 escape sequences as necessary to correctly display bidirectional text,
6617 this is not true for the final string that makes up
6618 .Va \&\&prompt
6619 as such, i.e., real BIDI handling is not supported.
6621 When a newer version of the
6622 .Xr editline 3
6623 .Sx "Command line editor"
6624 is used, any escape sequence must itself be encapsulated with another
6625 escape character for usage with the
6626 .Va EL_PROMPT_ESC
6627 mechanism: \*(UA configures the control character
6628 .Ql \e01
6629 for this.
6632 .It Va quote
6633 If set, \*(UA starts a replying message with the original message
6634 prefixed by the value of the variable
6635 .Va indentprefix .
6636 Normally, a heading consisting of
6637 .Dq Fromheaderfield wrote:
6638 is printed before the quotation.
6639 If the string
6640 .Ql noheading
6641 is assigned to the
6642 .Va \&\&quote
6643 variable, this heading is omitted.
6644 If the string
6645 .Ql headers
6646 is assigned, the headers selected by the
6647 .Ic ignore Ns / Ns Ic retain
6648 commands are printed above the message body,
6649 thus
6650 .Va \&\&quote
6651 acts like an automatic
6652 .Pf ` Ic ~m Ns '
6653 .Sx "TILDE ESCAPES"
6654 command, then.
6655 If the string
6656 .Ql allheaders
6657 is assigned, all headers are printed above the message body and all MIME
6658 parts are included, making
6659 .Va \&\&quote
6660 act like an automatic
6661 .Pf ` Ic ~M Ns '
6662 command; also see
6663 .Va quote-as-attachment .
6666 .It Va quote-fold
6667 \*(OP Can be set in addition to
6668 .Va indentprefix .
6669 Setting this turns on a more fancy quotation algorithm in that leading
6670 quotation characters are compressed and overlong lines are folded.
6671 .Va \&\&quote-fold
6672 can be set to either one or two (space separated) numeric values,
6673 which are interpreted as the maximum (goal) and the minimum line length,
6674 respectively, in a spirit rather equal to the
6675 .Xr fmt 1
6676 program, but line-, not paragraph-based.
6677 If not set explicitly the minimum will reflect the goal algorithmically.
6678 The goal can't be smaller than the length of
6679 .Va indentprefix
6680 plus some additional pad.
6681 Necessary adjustments take place silently.
6684 .It Va record
6685 If defined, gives the pathname of the folder used to record all outgoing
6686 mail.
6687 If not defined, then outgoing mail is not saved.
6688 When saving to this folder fails the message is not sent,
6689 but instead saved to
6690 .Ev DEAD .
6693 .It Va reply_strings
6694 Can be set to a comma-separated list of (case-insensitive according to
6695 ASCII rules) strings which shall be recognized in addition to the
6696 builtin strings as
6697 .Ql Subject:
6698 reply message indicators \(en builtin are
6699 .Ql Re: ,
6700 which is mandated by RFC 5322, as well as the german
6701 .Ql Aw: .
6704 .It Va replyto
6705 A list of addresses to put into the
6706 .Ql Reply-To:
6707 field of the message header.
6708 Members of this list are handled as if they were in the
6709 .Ic alternates
6710 list.
6713 .It Va reply-to-honour
6714 Controls whether a
6715 .Ql Reply-To:
6716 header is honoured when replying to a message via
6717 .Ic reply
6719 .Ic Lreply .
6720 This is a quadoption; if set without a value it defaults to
6721 .Dq yes .
6724 .It Va screen
6725 When \*(UA initially prints the message headers it determines the number
6726 to print by looking at the speed of the terminal.
6727 The faster the terminal, the more it prints.
6728 This option overrides this calculation and specifies how many message
6729 headers are printed.
6730 This number is also used for scrolling with the
6731 .Ic z
6732 command.
6735 .It Va sendcharsets
6736 \*(OP A comma-separated list of character set names that can be used in
6737 outgoing internet mail.
6738 The value of the variable
6739 .Va charset-8bit
6740 is automatically appended to this list of character-sets.
6741 If no character set conversion capabilities are compiled into \*(UA then
6742 the only supported charset is
6743 .Va ttycharset .
6744 Also see
6745 .Va sendcharsets-else-ttycharset
6746 and refer to the section
6747 .Sx "Character sets"
6748 for the complete picture of character set conversion in \*(UA.
6751 .It Va sender
6752 An address that is put into the
6753 .Ql Sender:
6754 field of outgoing messages, quoting RFC 5322: the mailbox of the agent
6755 responsible for the actual transmission of the message.
6756 This field should normally not be used unless the
6757 .Ql From:
6758 field contains more than one address, on which case it is required.
6760 .Va \&\&sender
6761 address is handled as if it were in the
6762 .Ic alternates
6763 list.
6766 .It Va sendmail
6767 To use an alternate mail transport agent (MTA),
6768 set this option to the full pathname of the program to use.
6769 It may be necessary to set
6770 .Va sendmail-progname
6771 in addition.
6773 The MTA will be passed command line arguments from several possible
6774 sources: from the variable
6775 .Va sendmail-arguments
6776 if set, from the command line if given and the variable
6777 .Va expandargv
6778 allows their use.
6779 Argument processing of the MTA will be terminated with a
6780 .Ql --
6781 separator.
6783 The otherwise occurring implicit usage of the following MTA command line
6784 arguments can be disabled by setting the boolean option
6785 .Va sendmail-no-default-arguments
6786 (which will also disable passing
6787 .Ql --
6788 to the MTA):
6789 .Ql -i
6790 (for not treating a line with only a dot
6791 .Ql \&.
6792 character as the end of input),
6793 .Ql -m
6794 (shall the option
6795 .Va metoo
6796 be set) and
6797 .Ql -v
6798 (if the
6799 .Va verbose
6800 option is set); in conjunction with the
6801 .Fl r
6802 command line option \*(UA will also pass
6803 .Ql -f
6804 as well as
6805 .Ql -F .
6808 .It Va sendmail-arguments
6809 Arguments to pass through to the Mail-Transfer-Agent can be given via
6810 this option.
6811 The content of this variable will be split up in a vector of arguments
6812 which will be joined onto other possible MTA options:
6814 .Dl set sendmail-arguments='-t -X \&"/tmp/my log\&"'
6817 .It Va sendmail-no-default-arguments
6818 \*(BY Unless this option is set \*(UA will pass some well known
6819 standard command line options to the defined
6820 .Va sendmail
6821 program, see there for more.
6824 .It Va sendmail-progname
6825 Many systems use a so-called
6826 .Xr mailwrapper 8
6827 environment to ensure compatibility with
6828 .Xr sendmail 1 .
6829 This works by inspecting the name that was used to invoke the mail
6830 delivery system.
6831 If this variable is set then the mailwrapper (the program that is
6832 actually executed when calling
6833 .Dq sendmail )
6834 will treat its contents as that name.
6835 The default is
6836 .Ql sendmail .
6839 .It Va Sign
6840 A string for use with the
6841 .Ic ~A
6842 tilde escape.
6845 .It Va sign
6846 A string for use with the
6847 .Ic ~a
6848 tilde escape.
6851 .It Va signature
6852 Must correspond to the name of a readable file if set.
6853 The file's content is then appended to each singlepart message
6854 and to the first part of each multipart message.
6855 Be warned that there is no possibility to edit the signature for an
6856 individual message.
6859 .It Va smime-ca-dir
6860 \*(OP Specifies a directory with CA certificates in PEM (Privacy
6861 Enhanced Mail) format for verification of S/MIME signed messages.
6864 .It Va smime-ca-file
6865 \*(OP Specifies a file with CA certificates in PEM format for
6866 verification of S/MIME signed messages.
6868 .Mx Va smime-cipher
6869 .It Va smime-cipher-USER@HOST , smime-cipher
6870 \*(OP Specifies the cipher to use when generating S/MIME encrypted
6871 messages (for the specified account).
6872 RFC 5751 mandates a default of
6873 .Ql aes128
6874 (AES-128 CBC).
6875 Possible values are (case-insensitive and) in decreasing cipher strength:
6876 .Ql aes256
6877 (AES-256 CBC),
6878 .Ql aes192
6879 (AES-192 CBC),
6880 .Ql aes128
6881 (AES-128 CBC),
6882 .Ql des3
6883 (DES EDE3 CBC, 168 bits; default if
6884 .Ql aes128
6885 isn't available) and
6886 .Ql des
6887 (DES CBC, 56 bits).
6889 The actually available cipher algorithms depend on the cryptographic
6890 library that \*(UA uses.
6891 \*(OP Support for more cipher algorithms may be available through
6892 dynamic loading via, e.g.,
6893 .Xr EVP_get_cipherbyname 3
6894 (OpenSSL) if \*(UA has been compiled to support this.
6897 .It Va smime-crl-dir
6898 \*(OP Specifies a directory that contains files with CRLs in PEM format
6899 to use when verifying S/MIME messages.
6902 .It Va smime-crl-file
6903 \*(OP Specifies a file that contains a CRL in PEM format to use when
6904 verifying S/MIME messages.
6907 .It Va smime-encrypt-USER@HOST
6908 \*(OP If this variable is set, messages send to the given receiver are
6909 encrypted before sending.
6910 The value of the variable must be set to the name of a file that
6911 contains a certificate in PEM format.
6913 If a message is sent to multiple recipients,
6914 each of them for whom a corresponding variable is set will receive an
6915 individually encrypted message;
6916 other recipients will continue to receive the message in plain text
6917 unless the
6918 .Va smime-force-encryption
6919 variable is set.
6920 It is recommended to sign encrypted messages, i.e., to also set the
6921 .Va smime-sign
6922 variable.
6924 .Mx Va smime-sign-cert
6925 .It Va smime-sign-cert-USER@HOST , smime-sign-cert
6926 \*(OP Points to a file in PEM format.
6927 For the purpose of signing and decryption this file needs to contain the
6928 user's private key as well as his certificate.
6930 For message signing
6931 .Ql USER@HOST
6932 is always derived from the value of
6933 .Va from
6934 (or, if that contains multiple addresses,
6935 .Va sender ) .
6936 For the purpose of encryption the recipient's public encryption key
6937 (certificate) is expected; the command
6938 .Ic certsave
6939 can be used to save certificates of signed messages (the section
6940 .Sx "Signed and encrypted messages with S/MIME"
6941 gives some details).
6942 This mode of operation is usually driven by the specialized form.
6944 When decrypting messages the account is derived from the recipient
6945 fields
6946 .Pf ( Ql To:
6948 .Ql Cc: )
6949 of the message, which are searched for addresses for which such
6950 a variable is set.
6951 \*(UA always uses the first address that matches,
6952 so if the same message is sent to more than one of the user's addresses
6953 using different encryption keys, decryption might fail.
6955 .Mx Va smime-sign-include-certs
6956 .It Va smime-sign-include-certs-USER@HOST , smime-sign-include-certs
6957 \*(OP If used, this is supposed to a consist of a comma-separated list
6958 of files, each of which containing a single certificate in PEM format to
6959 be included in the S/MIME message in addition to the
6960 .Va smime-sign-cert
6961 certificate.
6962 This is most useful for long certificate chains if it is desired to aid
6963 the receiving party's verification process.
6964 Note that top level certificates may also be included in the chain but
6965 don't play a role for verification.
6966 Also see
6967 .Va smime-sign-cert .
6968 Remember that for this
6969 .Ql USER@HOST
6970 refers to the variable
6971 .Va from
6972 (or, if that contains multiple addresses,
6973 .Va sender ) .
6975 .Mx Va smime-sign-message-digest
6976 .It Va smime-sign-message-digest-USER@HOST , smime-sign-message-digest
6977 \*(OP Specifies the message digest to use when signing S/MIME messages.
6978 RFC 5751 mandates a default of
6979 .Ql sha1 .
6980 Possible values are (case-insensitive and) in decreasing cipher strength:
6981 .Ql sha512 ,
6982 .Ql sha384 ,
6983 .Ql sha256 ,
6984 .Ql sha224
6986 .Ql md5 .
6988 The actually available message digest algorithms depend on the
6989 cryptographic library that \*(UA uses.
6990 \*(OP Support for more message digest algorithms may be available
6991 through dynamic loading via, e.g.,
6992 .Xr EVP_get_digestbyname 3
6993 (OpenSSL) if \*(UA has been compiled to support this.
6994 Remember that for this
6995 .Ql USER@HOST
6996 refers to the variable
6997 .Va from
6998 (or, if that contains multiple addresses,
6999 .Va sender ) .
7002 .It Va smtp
7003 \*(OP Normally \*(UA invokes the program defined via
7004 .Va sendmail
7005 to transfer messages, as described in
7006 .Sx "Sending mail" .
7007 Setting the
7008 .Va \&\&smtp
7009 variable will instead cause SMTP network connections be made to the
7010 server specified therein in order to directly submit the message.
7011 \*(UA knows about three different
7012 .Dq SMTP protocols :
7014 .Bl -bullet -compact
7016 The plain SMTP protocol (RFC 5321) that normally lives on the
7017 server port 25 and requires setting the
7018 .Va smtp-use-starttls
7019 variable to enter a SSL/TLS encrypted session state.
7020 Assign a value like \*(IN
7021 .Ql [smtp://][user[:password]@]server[:port]
7022 (\*(OU
7023 .Ql [smtp://]server[:port] )
7024 to choose this protocol.
7026 Then the so-called SMTPS which is supposed to live on server port 465
7027 and is automatically SSL/TLS secured.
7028 Unfortunately it never became a standardized protocol and may thus not
7029 be supported by your hosts network service database
7030 \(en in fact the port number has already been reassigned to other
7031 protocols!
7033 SMTPS is nonetheless a commonly offered protocol and thus can be
7034 chosen by assigning a value like \*(IN
7035 .Ql smtps://[user[:password]@]server[:port]
7036 (\*(OU
7037 .Ql smtps://server[:port] ) ;
7038 due to the mentioned problems it is usually necessary to explicitly
7039 specify the port as
7040 .Ql :465 ,
7041 however.
7043 Finally there is the SUBMISSION protocol (RFC 6409), which usually
7044 lives on server port 587 and is practically identically to the SMTP
7045 protocol from \*(UAs point of view beside that; it requires setting the
7046 .Va smtp-use-starttls
7047 variable to enter a SSL/TLS secured session state.
7048 Assign a value like \*(IN
7049 .Ql submission://[user[:password]@]server[:port]
7050 (\*(OU
7051 .Ql submission://server[:port] ) .
7054 For more on credentials etc. please see
7055 .Sx "On URL syntax and credential lookup" .
7056 The SMTP transfer is executed in a child process, which runs
7057 asynchronously unless either the
7058 .Va sendwait
7059 or the
7060 .Va verbose
7061 variable is set.
7062 If it receives a TERM signal, it will abort and save the message to
7063 .Ev DEAD .
7065 .Mx Va smtp-auth
7066 .It Va smtp-auth-USER@HOST , smtp-auth-HOST , smtp-auth
7067 \*(OP Variable chain that sets the SMTP authentication method.
7068 Possible values are
7069 .Ql none
7070 (\*(OU default),
7071 .Ql plain
7072 (\*(IN default),
7073 .Ql login
7074 as well as the \*(OPal methods
7075 .Ql cram-md5
7077 .Ql gssapi .
7079 .Ql none
7080 method doesn't need any user credentials,
7081 .Ql gssapi
7082 requires a user name and all other methods require a user name and
7083 a password.
7084 See \*(IN
7085 .Va smtp ,
7086 .Va user
7088 .Va password
7089 (\*(OU
7090 .Va smtp-auth-password
7092 .Va smtp-auth-user ) .
7093 Note that
7094 .Va smtp-auth-HOST
7095 is \*(IN.
7096 \*(OU: Note for
7097 .Va smtp-auth-USER@HOST :
7098 may override dependend on sender address in the variable
7099 .Va from .
7101 .It Va smtp-auth-password
7102 \*(OP \*(OU Sets the global fallback password for SMTP authentication.
7103 If the authentication method requires a password, but neither
7104 .Va smtp-auth-password
7105 nor a matching
7106 .Va smtp-auth-password-USER@HOST
7107 can be found,
7108 \*(UA will ask for a password on the user's terminal.
7110 .It Va smtp-auth-password-USER@HOST
7111 \*(OU Overrides
7112 .Va smtp-auth-password
7113 for specific values of sender addresses, dependent upon the variable
7114 .Va from .
7116 .It Va smtp-auth-user
7117 \*(OP \*(OU Sets the global fallback user name for SMTP authentication.
7118 If the authentication method requires a user name, but neither
7119 .Va smtp-auth-user
7120 nor a matching
7121 .Va smtp-auth-user-USER@HOST
7122 can be found,
7123 \*(UA will ask for a user name on the user's terminal.
7125 .It Va smtp-auth-user-USER@HOST
7126 \*(OU Overrides
7127 .Va smtp-auth-user
7128 for specific values of sender addresses, dependent upon the variable
7129 .Va from .
7132 .It Va smtp-hostname
7133 \*(IN Normally \*(UA uses the variable
7134 .Va from
7135 to derive the necessary
7136 .Ql USER@HOST
7137 information to issue a
7138 .Ql MAIL FROM:<>
7139 SMTP command.
7140 Setting
7141 .Va smtp-hostname
7142 can be used to use the
7143 .Ql USER
7144 from the SMTP account
7145 .Pf ( Va smtp
7146 or the
7147 .Va user
7148 variable chain)
7149 and the
7150 .Ql HOST
7151 from the content of this variable (or, if that is the empty string,
7152 .Va hostname
7153 or the local hostname as a last resort).
7154 This often allows using an address that is itself valid but hosted by
7155 a provider other than which (in
7156 .Va from )
7157 is about to send the message.
7158 Setting this variable also influences the generated
7159 .Ql Message-ID: .
7163 .It Va spam-interface
7164 \*(OP In order to use any of the spam-related commands (like, e.g.,
7165 .Ic spamrate )
7166 the desired spam interface must be defined by setting this variable.
7167 Please refer to the manual section
7168 .Sx "Handling spam"
7169 for the complete picture of spam handling in \*(UA.
7170 All or none of the following interfaces may be available:
7172 .Bl -tag -width ".It Ql _ilte_"
7173 .It Ql spamc
7174 Interaction with
7175 .Xr spamc 1
7176 from the
7177 .Xr spamassassin 1
7178 .Pf ( Lk http://spamassassin.apache.org SpamAssassin )
7179 suite.
7180 Different to the generic filter interface \*(UA will automatically add
7181 the correct arguments for a given command and has the necessary
7182 knowledge to parse the program's output.
7183 A default value for
7184 .Va spamc-command
7185 will have been compiled into the \*(UA binary if
7186 .Xr spamc 1
7187 has been found in
7188 .Ev PATH
7189 during compilation.
7190 Shall it be necessary to define a specific connection type (rather than
7191 using a configuration file for that), the variable
7192 .Va spamc-arguments
7193 can be used as in, e.g.,
7194 .Ql -d server.example.com -p 783 .
7195 It is also possible to specify a per-user configuration via
7196 .Va spamc-user .
7197 Note that this interface doesn't inspect the
7198 .Ql is-spam
7199 flag of a message for the command
7200 .Ic spamforget .
7202 .It Ql spamd
7203 \*(UA will directly communicate with the
7204 .Xr spamassassin 1
7205 daemon
7206 .Xr spamd 1
7207 via a path-based
7208 .Xr unix 4
7209 stream socket as specified in
7210 .Va spamd-socket .
7211 It is possible to specify a per-user configuration via
7212 .Va spamd-user .
7214 .It Ql filter
7215 generic spam filter support via freely configurable hooks.
7216 This interface is ment for programs like
7217 .Xr bogofilter 1
7219 .Xr sylfilter 1
7220 and requires according behaviour in respect to the hooks' exit
7221 status for at least the command
7222 .Ic spamrate
7223 .Pf ( Ql 0
7224 meaning a message is spam,
7225 .Ql 1
7226 for non-spam,
7227 .Ql 2
7228 for unsure and any other return value indicating a hard error);
7229 since the hooks can include shell code snippets diverting behaviour
7230 can be intercepted as necessary.
7231 The hooks are
7232 .Va spamfilter-ham , spamfilter-noham , spamfilter-nospam , \
7233   spamfilter-rate
7235 .Va spamfilter-spam ;
7236 the manual section
7237 .Sx "Handling spam"
7238 contains examples for some programs.
7239 The process environment of the hooks will have the variables
7240 .Ev NAIL_TMPDIR , TMPDIR
7242 .Ev NAIL_FILENAME_GENERATED
7243 set.
7244 Note that spam score support for
7245 .Ic spamrate
7246 isn't supported unless the \*(OPtional regular expression support is
7247 available and the
7248 .Va spamfilter-rate-scanscore
7249 variable is set.
7254 .It Va spam-maxsize
7255 \*(OP Messages that exceed this size won't be passed through to the
7256 configured
7257 .Va spam-interface .
7258 The default is 420000 bytes.
7261 .It Va spamc-command
7262 \*(OP The path to the
7263 .Xr spamc 1
7264 program for the
7265 .Ql spamc
7266 .Va spam-interface .
7267 Note that the path is not expanded, but used
7268 .Dq as is .
7269 A fallback path will have been compiled into the \*(UA binary if the
7270 executable had been found during compilation.
7273 .It Va spamc-arguments
7274 \*(OP Even though \*(UA deals with most arguments for the
7275 .Ql spamc
7276 .Va spam-interface
7277 automatically, it may at least sometimes be desirable to specifiy
7278 connection-related ones via this variable, e.g.,
7279 .Ql -d server.example.com -p 783 .
7282 .It Va spamc-user
7283 \*(OP Specify a username for per-user configuration files for the
7284 .Ql spamc
7285 .Va spam-interface .
7286 If this is set to the empty string then \*(UA will use the name of the
7287 current
7288 .Va user .
7291 .It Va spamd-socket
7292 \*(OP Specify the path of the
7293 .Xr unix 4
7294 domain socket on which
7295 .Xr spamd 1
7296 listens for connections for the
7297 .Ql spamd
7298 .Va spam-interface .
7299 Note that the path is not expanded, but used
7300 .Dq as is .
7303 .It Va spamd-user
7304 \*(OP Specify a username for per-user configuration files for the
7305 .Ql spamd
7306 .Va spam-interface .
7307 If this is set to the empty string then \*(UA will use the name of the
7308 current
7309 .Va user .
7316 .It Va spamfilter-ham , spamfilter-noham , \
7317   spamfilter-nospam , spamfilter-rate , spamfilter-spam
7318 \*(OP Command and argument hooks for the
7319 .Ql filter
7320 .Va spam-interface .
7321 The manual section
7322 .Sx "Handling spam"
7323 contains examples for some programs.
7326 .It Va spamfilter-rate-scanscore
7327 \*(OP Because of the generic nature of the
7328 .Ql filter
7329 .Va spam-interface
7330 spam scores are not supported for it by default, but if the \*(OPtional
7331 regular expression support is available then setting this variable can
7332 be used to overcome this restriction.
7333 It is interpreted as follows: first a number (digits) is parsed that
7334 must be followed by a semicolon
7335 .Ql \&;
7336 and a regular expression.
7337 Then the latter is used to parse the first output line of the
7338 .Va spamfilter-rate
7339 hook, and, in case the evaluation is successful, the group that has been
7340 specified via the number is interpreted as a floating point scan score.
7343 .It Va ssl-ca-dir
7344 \*(OP Specifies a directory with CA certificates in PEM (Pricacy
7345 Enhanced Mail) for verification of of SSL/TLS server certificates.
7347 .Xr SSL_CTX_load_verify_locations 3
7348 for more information.
7351 .It Va ssl-ca-file
7352 \*(OP Specifies a file with CA certificates in PEM format for
7353 verification of SSL/TLS server certificates.
7355 .Xr SSL_CTX_load_verify_locations 3
7356 for more information.
7358 .Mx Va ssl-cert
7359 .It Va ssl-cert-USER@HOST , ssl-cert-HOST , ssl-cert
7360 \*(OP Variable chain that sets the file name for a SSL/TLS client
7361 certificate required by some servers.
7362 This is a direct interface to the
7363 .Ql Certificate
7364 slot of the
7365 .Xr SSL_CONF_cmd 3
7366 function of the OpenSSL library, if available.
7368 .Mx Va ssl-cipher-list
7369 .It Va ssl-cipher-list-USER@HOST , ssl-cipher-list-HOST , ssl-cipher-list
7370 \*(OP Specifies a list of ciphers for SSL/TLS connections.
7371 This is a direct interface to the
7372 .Ql CipherString
7373 slot of the
7374 .Xr SSL_CONF_cmd 3
7375 function of the OpenSSL library, if available; see
7376 .Xr ciphers 1
7377 for more information.
7378 By default \*(UA doesn't set a list of ciphers, which in effect will use a
7379 .Va ssl-protocol
7380 specific cipher (protocol standards ship with a list of acceptable
7381 ciphers), possibly cramped to what the actually used SSL/TLS library
7382 supports \(en the manual section
7383 .Sx "An example configuration"
7384 also contains a SSL/TLS use case.
7387 .It Va ssl-config-file
7388 \*(OP If this variable is set \*(UA will call
7389 .Xr CONF_modules_load_file 3
7390 to allow OpenSSL to be configured according to the host system wide
7391 security settings.
7392 If a non-empty value is given then this will be used to specify the
7393 configuration file to be used instead of the global OpenSSL default;
7394 note that in this case it is an error if the file cannot be loaded.
7395 The application name will always be passed as
7396 .Dq \*(ua .
7399 .It Va ssl-crl-file
7400 \*(OP Specifies a file that contains a CRL in PEM format to use when
7401 verifying SSL/TLS server certificates.
7404 .It Va ssl-crl-dir
7405 \*(OP Specifies a directory that contains files with CRLs in PEM format
7406 to use when verifying SSL/TLS server certificates.
7408 .Mx Va ssl-key
7409 .It Va ssl-key-USER@HOST , ssl-key-HOST , ssl-key
7410 \*(OP Variable chain that sets the file name for the private key of
7411 a SSL/TLS client certificate.
7412 If unset, the name of the certificate file is used.
7413 The file is expected to be in PEM format.
7414 This is a direct interface to the
7415 .Ql PrivateKey
7416 slot of the
7417 .Xr SSL_CONF_cmd 3
7418 function of the OpenSSL library, if available.
7420 .Mx Va ssl-method
7421 .It Va ssl-method-USER@HOST , ssl-method-HOST , ssl-method
7422 \*(OP
7423 \*(OB Please use the newer and more flexible
7424 .Va ssl-protocol
7425 instead: if both values are set,
7426 .Va ssl-protocol
7427 will take precedence!
7428 Can be set to the following values, the actually used
7429 .Va ssl-protocol
7430 specification to which it is mapped is shown in parenthesis:
7431 .Ql tls1.2
7432 .Pf ( Ql -ALL, TLSv1.2 ) ,
7433 .Ql tls1.1
7434 .Pf ( Ql -ALL, TLSv1.1 ) ,
7435 .Ql tls1
7436 .Pf ( Ql -ALL, TLSv1 )
7438 .Ql ssl3
7439 .Pf ( Ql -ALL, SSLv3 ) ;
7440 the special value
7441 .Ql auto
7442 is mapped to
7443 .Ql ALL, -SSLv2
7444 and thus includes the SSLv3 protocol.
7445 Note that SSLv2 is no longer supported at all.
7447 .Mx Va ssl-protocol
7448 .It Va ssl-protocol-USER@HOST , ssl-protocol-HOST , ssl-protocol
7449 \*(OP Specify the used SSL/TLS protocol.
7450 This is a direct interface to the
7451 .Ql Protocol
7452 slot of the
7453 .Xr SSL_CONF_cmd 3
7454 function of the OpenSSL library, if available;
7455 otherwise an \*(UA internal parser is used which understands the
7456 following subset of (case-insensitive) command strings:
7457 .Ql SSLv3 ,
7458 .Ql TLSv1 ,
7459 .Ql TLSv1.1
7461 .Ql TLSv1.2 ,
7462 as well as the special value
7463 .Ql ALL .
7464 Multiple specifications may be given via a comma-separated list which
7465 ignores any whitespace.
7466 An optional
7467 .Ql +
7468 plus prefix will enable a protocol, a
7469 .Ql -
7470 minus prefix will disable it, so that
7471 .Ql -ALL, TLSv1.2
7472 will enable only the TLSv1.2 protocol.
7474 It depends upon the used TLS/SSL library which protocols are actually
7475 supported and which protocols are used if
7476 .Va ssl-protocol
7477 is not set, but note that SSLv2 is no longer supported at all and
7478 actively disabled.
7479 Especially for older protocols explicitly securing
7480 .Va ssl-cipher-list
7481 may be worthwile, see
7482 .Sx "An example configuration" .
7485 .It Va ssl-rand-egd
7486 \*(OP Gives the pathname to an entropy daemon socket, see
7487 .Xr RAND_egd 3 .
7488 Not all SSL/TLS libraries support this.
7491 .It Va ssl-rand-file
7492 \*(OP Gives the pathname to a file with entropy data, see
7493 .Xr RAND_load_file 3 .
7494 If the file is a regular file writable by the invoking user,
7495 new data is written to it after it has been loaded.
7497 .Mx Va ssl-verify
7498 .It Va ssl-verify-USER@HOST , ssl-verify-HOST , ssl-verify
7499 \*(OP Variable chain that sets the action to be performed if an error
7500 occurs during SSL/TLS server certificate validation.
7501 Valid (case-insensitive) values are
7502 .Ql strict
7503 (fail and close connection immediately),
7504 .Ql ask
7505 (ask whether to continue on standard input),
7506 .Ql warn
7507 (print a warning and continue),
7508 .Ql ignore
7509 (do not perform validation).
7510 The default is
7511 .Ql ask .
7514 .It Va stealthmua
7515 If only set without an assigned value, then this option inhibits the
7516 generation of the
7517 .Ql Message-ID:
7519 .Ql User-Agent:
7520 header fields that include obvious references to \*(UA.
7521 There are two pitfalls associated with this:
7522 First, the message id of outgoing messages is not known anymore.
7523 Second, an expert may still use the remaining information in the header
7524 to track down the originating mail user agent.
7525 If set to the value
7526 .Ql noagent ,
7527 then the mentioned
7528 .Ql Message-ID:
7529 suppression doesn't occur.
7532 .It Va toplines
7533 If defined, gives the number of lines of a message to be printed out
7534 with the top command; normally, the first five lines are printed.
7537 .It Va ttycharset
7538 The character set of the terminal \*(UA operates on,
7539 and the one and only supported character set that \*(UA can use if no
7540 character set conversion capabilities have been compiled into it,
7541 in which case it defaults to ISO-8859-1 unless it can deduce a value
7542 from the
7543 .Ev LC_CTYPE
7544 locale environment.
7545 Refer to the section
7546 .Sx "Character sets"
7547 for the complete picture about character sets.
7549 .Mx Va user
7550 .It Va user-HOST , user
7551 \*(IN Variable chain that sets a global fallback user name, which is
7552 used in case none has been given in the protocol and account-specific
7553 URL.
7554 This variable defaults to the value of
7555 .Ev USER .
7561 .It Va version , version-major , version-minor , version-update
7562 \*(RO \*(UA version information: the first variable contains a string
7563 containing the complete version identification \(en this is identical to
7564 the output of the command
7565 .Ic version .
7566 The latter three contain only digits: the major, minor and update
7567 version numbers.
7569 .\" }}}
7570 .\" }}} (Variable options)
7573 .\" .Sh ENVIRONMENT {{{
7574 .Sh ENVIRONMENT
7576 The term
7577 .Dq environment variable
7578 should be considered an indication that the following variables are
7579 either standardized as being vivid parts of process environments, or
7580 are commonly found in there.
7581 Unless otherwise explicitly noted they integrate into the normal
7582 variable handling, as documented above, from \*(UAs point of view.
7584 .Bl -tag -width ".It Ev _AILR_"
7586 .It Ev COLUMNS
7587 The user's preferred width in column positions for the terminal screen
7588 or window.
7589 Queried and used once on program startup.
7592 .It Ev DEAD
7593 The name of the file to use for saving aborted messages if
7594 .Va save
7595 is set; this defaults to
7596 .Pa dead.letter
7597 in the user's
7598 .Ev HOME
7599 directory.
7602 .It Ev EDITOR
7603 Pathname of the text editor to use in the
7604 .Ic edit
7605 command and
7606 .Ic ~e
7607 .Sx "TILDE ESCAPES" .
7608 A default editor is used if this value is not defined.
7611 .It Ev HOME
7612 The user's home directory.
7613 This variable is only used when it resides in the process environment.
7615 .Ic setenv
7616 to update the value at runtime.
7623 .It Ev LANG , LC_ALL , LC_COLLATE , LC_CTYPE , LC_MESSAGES
7625 .Xr locale 7
7627 .Sx "Character sets" .
7630 .It Ev LINES
7631 The user's preferred number of lines on a page or the vertical screen
7632 or window size in lines.
7633 Queried and used once on program startup.
7636 .It Ev LISTER
7637 Pathname of the directory lister to use in the
7638 .Ic folders
7639 command when operating on local mailboxes.
7640 Default is
7641 .Xr ls 1
7642 (path search through
7643 .Ev SHELL ) .
7646 .It Ev MBOX
7647 The name of the user's mbox file.
7648 Supports a logical subset of the special conventions that are
7649 documented for the
7650 .Ic file
7651 command and the
7652 .Va folder
7653 option.
7654 The fallback default is
7655 .Pa mbox
7656 in the user's
7657 .Ev HOME
7658 directory.
7660 .It Ev MAIL
7661 Is used as the user's primary system mailbox, unless
7662 .Va inbox
7663 is set, see
7664 .Ic file .
7665 This is assumed to be an absolute pathname.
7668 .It Ev MAILRC
7669 Is used as a startup file instead of
7670 .Pa \*(ur
7671 if set.
7672 When \*(UA scripts are invoked on behalf of other users,
7673 this variable should be set to
7674 .Pa /dev/null
7675 to avoid side-effects from reading their configuration files.
7676 This variable is only used when it resides in the process environment.
7679 .It Ev NAIL_NO_SYSTEM_RC
7680 If this variable is set then reading of
7681 .Pa \*(UR
7682 at startup is inhibited, i.e., the same effect is achieved as if \*(UA
7683 had been started up with the option
7684 .Fl n .
7685 This variable is only used when it resides in the process environment.
7688 .It Ev NETRC
7689 \*(IN \*(OP This variable overrides the default location of the user's
7690 .Pa .netrc
7691 file.
7694 .It Ev PAGER
7695 Pathname of the program to use in the more command or when the
7696 .Va crt
7697 variable is set.
7698 The default paginator is
7699 .Xr more 1
7700 (path search through
7701 .Ev SHELL ) .
7704 .It Ev PATH
7705 A list of directories that is searched by the shell when looking for
7706 commands (as such only recognized in the process environment).
7709 .It Ev SHELL
7710 The shell to use for the commands
7711 .Ic \&! ,
7712 .Ic shell ,
7714 .Ic ~!
7715 .Sx "TILDE ESCAPES"
7716 and when starting subprocesses.
7717 A default shell is used if this option is not defined.
7720 .It Ev SYSV3
7721 Changes the letters printed in the first column of a header summary.
7724 .It Ev TERM
7725 \*(OP The terminal type for which output is to be prepared.
7728 .It Ev TMPDIR
7729 Used as directory for temporary files instead of
7730 .Pa /tmp ,
7731 if set.
7732 This variable is only used when it resides in the process environment.
7734 .Ic setenv
7735 to update the value at runtime.
7738 .It Ev USER
7739 Force identification as the given user, i.e., identical to the
7740 .Fl u
7741 command line option.
7742 This variable is only used when it resides in the process environment.
7744 .Ic setenv
7745 to update the value at runtime, but note that doing so won't trigger any
7746 of those validation checks that were performed on program startup (again).
7749 .It Ev VISUAL
7750 Pathname of the text editor to use in the
7751 .Ic visual
7752 command and
7753 .Ic ~v
7754 .Sx "TILDE ESCAPES" .
7756 .\" }}}
7759 .\" .Sh FILES {{{
7760 .Sh FILES
7762 .Bl -tag -width ".It Pa _etc/mime.type_"
7763 .It Pa \*(ur
7764 File giving initial commands.
7766 .It Pa \*(UR
7767 System wide initialization file.
7770 .It Pa ~/.mime.types
7771 Personal MIME types, see
7772 .Sx "The mime.types files" .
7775 .It Pa /etc/mime.types
7776 System wide MIME types, see
7777 .Sx "The mime.types files" .
7780 .It Pa ~/.netrc
7781 \*(IN \*(OP The default location of the users
7782 .Pa .netrc
7783 file \(en the section
7784 .Sx "The .netrc file"
7785 documents the file format.
7788 .\" .Ss "The mime.types files" {{{
7789 .Ss "The mime.types files"
7791 When sending messages \*(UA tries to determine the content type of all
7792 attachments.
7793 When displaying message content or attachments \*(UA uses the content
7794 type to decide whether it can directly display data or whether it needs to
7795 deal with content handlers, as can be defined via
7796 .Va pipe-TYPE/SUBTYPE
7797 (and
7798 .Va pipe-EXTENSION )
7799 variables, to do so.
7802 It learns about MIME types and how to treat them by reading
7803 .Pa mime.types
7804 files, the loading of which can be controlled by setting the variable
7805 .Va mimetypes-load-control .
7806 (The command
7807 .Ic mimetype
7808 can also be used to deal with MIME types.)
7809 .Pa mime.types
7810 files have the following syntax:
7813 .Dl type/subtype extension [extension ...]
7816 where
7817 .Ql type/subtype
7818 are strings describing the file contents, and one or multiple
7819 .Ql extension Ns
7820 s, separated by whitespace, name the part of a filename starting after
7821 the last dot (of interest).
7822 Comments may be introduced anywhere on a line with a number sign
7823 .Ql # ,
7824 causing the remaining line to be discarded.
7826 \*(UA also supports an extended, non-portable syntax in specially
7827 crafted files, which can be loaded via the alternative value syntax of
7828 .Va mimetypes-load-control
7829 and prepends an optional
7830 .Ql type-marker :
7833 .Dl [type-marker ]type/subtype extension [extension ...]
7836 The following type markers are supported:
7839 .Bl -tag -compact -offset indent -width ".It Ar _n_u"
7840 .It Ar @
7841 Treat message parts with this content as plain text.
7842 .It Ar @t@
7843 The same as plain
7844 .Ar @ .
7845 .It Ar @h@
7846 Treat message parts with this content as HTML tagsoup.
7847 If the \*(OPal HTML-tagsoup-to-text converter is not available treat
7848 the content as plain text instead.
7849 .It Ar @H@
7850 Likewise
7851 .Ar @h@
7852 but instead of falling back to plain text require an explicit content
7853 handler to be defined.
7857 Further reading:
7858 for sending messages:
7859 .Va mime-allow-text-controls .
7860 For reading etc. messages:
7861 .Sx "Viewing HTML mail and MIME attachments" ,
7862 .Va mime-counter-evidence ,
7863 .Va pipe-TYPE/SUBTYPE ,
7864 .Va pipe-EXTENSION .
7865 .\" }}}
7867 .\" .Ss "The .netrc file" {{{
7868 .Ss "The .netrc file"
7871 .Pa .netrc
7872 file contains user credentials for machine accounts.
7873 The default location in the user's
7874 .Ev HOME
7875 directory may be overridden by the
7876 .Ev NETRC
7877 environment variable.
7878 The file consists of space, tabulator or newline separated tokens.
7879 \*(UA implements a parser that supports a superset of the original BSD
7880 syntax, but users should nonetheless be aware of portability glitches
7881 of that file format, shall their
7882 .Pa .netrc
7883 be usable across multiple programs and platforms:
7886 .Bl -bullet -compact
7888 BSD doesn't support single, but only double quotation marks, e.g.,
7889 .Ql password="pass with spaces" .
7891 BSD (only?) supports escaping of single characters via a backslash
7892 (e.g., a space can be escaped via
7893 .Ql \e\0 ) ,
7894 in- as well as outside of a quoted string.
7896 BSD doesn't require the final quotation mark of the final user input token.
7898 At least Hewlett-Packard seems to support a format which also allows
7899 tokens to be separated with commas \(en this format is not supported!
7901 Whereas other programs may require that the
7902 .Pa .netrc
7903 file is accessible by only the user if it contains a
7904 .Cd password
7905 token for any other
7906 .Cd login
7907 than
7908 .Dq anonymous ,
7909 \*(UA will always require these strict permissions.
7913 Of the following list of supported tokens \*(UA only uses (and caches)
7914 .Cd machine ,
7915 .Cd login
7917 .Cd password :
7919 .Bl -tag -width password
7920 .It Cd machine Ar name
7921 The hostname of the entries' machine, lowercase-normalized by \*(UA
7922 before use.
7923 Any further file content, until either end-of-file or the occurrence
7924 of another
7925 .Cd machine
7926 or a
7927 .Cd default
7928 first-class token is bound (only related) to the machine
7929 .Ar name .
7931 As an extension that shouldn't be the cause of any worries
7932 \*(UA supports a single wildcard prefix for
7933 .Ar name :
7934 .Bd -literal -offset indent
7935 machine *.example.com login USER password PASS
7936 machine pop3.example.com login USER password PASS
7937 machine smtp.example.com login USER password PASS
7940 which would match
7941 .Ql xy.example.com
7942 as well as
7943 .Ql pop3.example.com ,
7944 but neither
7945 .Ql example.com
7947 .Ql local.smtp.example.com .
7948 Note that in the example neither
7949 .Ql pop3.example.com
7951 .Ql smtp.example.com
7952 will be matched by the wildcard, since the exact matches take
7953 precedence (it is however faster to specify it the other way around).
7955 .It Cd default
7956 This is the same as
7957 .Cd machine
7958 except that it is a fallback entry that is used shall none of the
7959 specified machines match; only one default token may be specified,
7960 and it must be the last first-class token.
7962 .It Cd login Ar name
7963 The user name on the remote machine.
7965 .It Cd password Ar string
7966 The user's password on the remote machine.
7968 .It Cd account Ar string
7969 Supply an additional account password.
7970 This is merely for FTP purposes.
7972 .It Cd macdef Ar name
7973 Define a macro.
7974 A macro is defined with the specified
7975 .Ar name ;
7976 it is formed from all lines beginning with the next line and continuing
7977 until a blank line is (consecutive newline characters are) encountered.
7978 (Note that
7979 .Cd macdef
7980 entries cannot be utilized by multiple machines, too, but must be
7981 defined following the
7982 .Ic machine
7983 they are intended to be used with.)
7984 If a macro named
7985 .Ar init
7986 exists, it is automatically run as the last step of the login process.
7987 This is merely for FTP purposes.
7989 .\" }}}
7991 .\" }}}
7994 .\" .Sh EXAMPLES {{{
7995 .Sh EXAMPLES
7997 .\" .Ss "An example configuration" {{{
7998 .Ss "An example configuration"
8000 .Bd -literal -offset indent
8001 # This example assumes v15.0 compatibility mode
8002 set v15-compat
8004 # Where are the up-to-date SSL certificates?
8005 #set ssl-ca-dir=/etc/ssl/certs
8006 set ssl-ca-file=/etc/ssl/certs/ca-certificates.crt
8008 # (Since we manage up-to-date ones explicitly, don't use any,
8009 # possibly outdated, default certificates shipped with OpenSSL
8010 set ssl-no-default-ca
8012 # Don't use protocols olders than TLS v1.2.
8013 # Change this only when the remote server doesn't support it:
8014 # maybe use ssl-protocol-HOST (or -USER@HOST) syntax to define
8015 # such explicit exceptions, then
8016 set ssl-protocol="-ALL,+TLSv1.2"
8018 # Explicitly define the list of ciphers, which may improve security,
8019 # especially with protocols older than TLS v1.2.  See ciphers(1).
8020 # Hint: it is important to include "@STRENGTH": only with it the
8021 # final list will be sorted by algorithm strength.
8022 # This is an example: in reality it is possibly best to only use
8023 # ssl-cipher-list-HOST (or -USER@HOST), as necessary, again..
8024 set ssl-cipher-list="ALL:!aNULL:!MEDIUM:!LOW:\e
8025     !MD5:!RC4:!EXPORT:@STRENGTH"
8027 # Request strict transport security checks!
8028 set ssl-verify=strict
8030 # Essential setting: select allowed character sets
8031 set sendcharsets=utf-8,iso-8859-1
8033 # A very kind option: when replying to a message, first try to
8034 # use the same encoding that the original poster used herself!
8035 set reply-in-same-charset
8037 # When replying to or forwarding a message the comment and name
8038 # parts of email addresses are removed unless this variable is set
8039 set fullnames
8041 # When sending messages, wait until the Mail-Transfer-Agent finishs.
8042 # Only like this you'll be able to see errors reported through the
8043 # exit status of the MTA (including the builtin SMTP one)!
8044 set sendwait
8046 # Only use builtin MIME types, no mime.types(5) files
8047 set mimetypes-load-control
8049 # Default directory where we act in (relative to $HOME)
8050 set folder=mail MBOX=+mbox.mbox record=+sent.mbox \e
8051     DEAD=+dead.mbox
8053 # Make "file mymbox" and "file myrec" go to..
8054 shortcut mymbox %:+mbox.mbox myrec +sent.mbox
8056 # Not really optional, e.g., for S/MIME
8057 set from="Your Name <youremail@domain>"
8059 # It may be necessary to set hostname and/or smtp-hostname
8060 # if the "SERVER" of smtp and "domain" of from don't match.
8061 # The `urlencode' command can be used to encode USER and PASS
8062 set smtp=(smtp[s]/submission)://[USER[:PASS]@]SERVER[:PORT] \e
8063     smtp-auth=login/plain... \e
8064     smtp-use-starttls
8066 # Never refuse to start into interactive mode, and more
8067 set emptystart \e
8068     colour-pager crt= followup-to followup-to-honour=ask-yes \e
8069     history-gabby mime-counter-evidence=6 \e
8070     prompt="\e033[31m?\e?[\e$ \e@]\e& \e033[0m" \e
8071     NAIL_HISTFILE=+.s-nailhist NAIL_HISTSIZE=-1 \e
8072     reply-to-honour=ask-yes
8074 # When `p'rinting messages, show only these headers
8075 # (use `P'rint for all headers and `S'how for raw message)
8076 retain date from to cc subject
8078 # Some mailing lists
8079 mlist @xyz-editor.xyz$ @xyzf.xyz$
8080 mlsubscribe ^xfans@xfans.xyz$
8082 # A real life example of a very huge free mail provider
8083 account XooglX {
8084   localopts yes
8085   set from="Your Name <youremail@domain>"
8086   # (The plain smtp:// proto is optional)
8087   set smtp=USER:PASS@smtp.gmXil.com smtp-use-starttls
8090 # Here is a pretty large one which does not allow sending mails
8091 # if there is a domain name mismatch on the SMTP protocol level,
8092 # which would bite us if the value of from does not match, e.g.,
8093 # for people who have a sXXXXeforge project and want to speak
8094 # with the mailing list under their project account (in from),
8095 # still sending the message through their normal mail provider
8096 account XandeX {
8097   localopts true
8098   set from="Your Name <youremail@domain>"
8099   set smtp=smtps://USER:PASS@smtp.yaXXex.ru:465 \e
8100       hostname=yaXXex.com smtp-hostname=
8103 # Create some new commands so that, e.g., `ls /tmp' will..
8104 ghost l   !ls -aFtr
8105 ghost L   !ls -aFt
8106 ghost ll  !ls -aFltr
8107 ghost Ll  !ls -aFlt
8108 ghost la  !ls -aFr
8109 ghost La  !ls -aF
8110 ghost lla !ls -aFlr
8111 ghost Lla !ls -aFl
8112 ghost lS  !ls -aFrS
8113 ghost LS  !ls -aFS
8114 ghost llS !ls -aFlrS
8115 ghost LlS !ls -aFlS
8117 # We don't support gpg(1) directly yet.  But simple --clearsign'd
8118 # message parts can be dealt with as follows:
8119 define V {
8120   localopts yes
8121   set pipe-text/plain="set -C;\e
8122     : > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e" \e
8123     trap \e"rm -f \e\e\e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e\e\e"\e" \e
8124       EXIT INT QUIT PIPE TERM;\e
8125     set +C;\e
8126     cat > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e";\e
8127     < \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e" awk \e
8128         -v TMPFILE=\e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e" '\e
8129       BEGIN {done=0}\e
8130       /^-----BEGIN PGP SIGNED MESSAGE-----/,/^$/ {\e
8131         if (done++ != 0)\e
8132           next;\e
8133         print \e"--- GPG --verify ---\e";\e
8134         system(\e"gpg --verify \e" TMPFILE \e" 2>&1\e");\e
8135         print \e"--- GPG --verify ---\e";\e
8136         print \e"\e";\e
8137         next;\e
8138       }\e
8139       /^-----BEGIN PGP SIGNATURE-----/,\e
8140           /^-----END PGP SIGNATURE-----/ {\e
8141         next;\e
8142       }\e
8143       {print}\e
8144       '"
8145   print
8147 ghost V call V
8149 define RK {
8150   !printf 'Key IDs to gpg --recv-keys: ';\e
8151     read keyids;\e
8152     gpg --recv-keys ${keyids};
8154 ghost RK call RK
8158 When storing passwords in
8159 .Pa \*(ur
8160 appropriate permissions should be set on this file with
8161 .Ql $ chmod 0600 \*(ur .
8162 If the \*(OPal
8163 .Va netrc-lookup
8164 is available user credentials can be stored in the central
8165 .Pa .netrc
8166 file instead; e.g., here is a different version of the example account
8167 that sets up SMTP and POP3:
8169 .Bd -literal -offset indent
8170 account XandeX {
8171   localopts true
8172   set from="Your Name <youremail@domain>"
8173   set netrc-lookup
8174   #set agent-shell-lookup="gpg -d .pass.gpg"
8176   set smtp=smtps://smtp.yXXXXx.ru:465 \e
8177       smtp-hostname= hostname=yXXXXx.com
8178   set pop3-keepalive=240 pop3-no-apop-pop.yXXXXx.ru
8179   ghost xp fi pop3s://pop.yXXXXx.ru
8184 and, in the
8185 .Pa .netrc
8186 file:
8188 .Bd -literal -offset indent
8189 machine *.yXXXXx.ru login USER password PASS
8193 If the also \*(OPal
8194 .Va agent-shell-lookup
8195 is available things could be diversified further by using encrypted
8196 password storage: for this, don't specify
8197 .Ql password PASS
8198 in the
8199 .Pa .netrc
8200 file and instead uncomment the line that defines agent lookup in the
8201 example
8202 .Ic account
8203 above, then create the encrypted password storage file
8204 .Pa .pass.gpg :
8206 .Bd -literal -offset indent
8207 $ echo PASS > .pass
8208 $ gpg -e .pass
8209 $ eval `gpg-agent --daemon \e
8210         --pinentry-program=/usr/bin/pinentry-curses \e
8211         --max-cache-ttl 99999 --default-cache-ttl 99999`
8215 This configuration should now work just fine (use the
8216 .Fl d
8217 command line option for a(n almost) dry-run):
8220 .Dl $ echo text | \*(ua -vv -AXandeX -s Subject some@where
8221 .\" }}}
8223 .\" .Ss "Signed and encrypted messages with S/MIME" {{{
8224 .Ss "Signed and encrypted messages with S/MIME"
8226 \*(OP S/MIME provides two central mechanisms:
8227 message signing and message encryption.
8228 A signed message contains some data in addition to the regular text.
8229 The data can be used to verify that the message was sent using a valid
8230 certificate, that the sender's address in the message header matches
8231 that in the certificate, and that the message text has not been altered.
8232 Signing a message does not change its regular text;
8233 it can be read regardless of whether the recipient's software is able to
8234 handle S/MIME.
8237 It is thus usually possible to sign all outgoing messages if so desired.
8238 Encryption, in contrast, makes the message text invisible for all people
8239 except those who have access to the secret decryption key.
8240 To encrypt a message, the specific recipient's public encryption key
8241 must be known.
8242 It is therefore not possible to send encrypted mail to people unless their
8243 key has been retrieved from either previous communication or public key
8244 directories.
8245 A message should always be signed before it is encrypted.
8246 Otherwise, it is still possible that the encrypted message text is
8247 altered.
8250 A central concept to S/MIME is that of the certification authority (CA).
8251 A CA is a trusted institution that issues certificates.
8252 For each of these certificates it can be verified that it really
8253 originates from the CA, provided that the CA's own certificate is
8254 previously known.
8255 A set of CA certificates is usually delivered with OpenSSL and installed
8256 on your system.
8257 If you trust the source of your OpenSSL software installation,
8258 this offers reasonable security for S/MIME on the Internet.
8259 (Otherwise set
8260 .Va ssl-no-default-ca
8261 and use
8262 .Va smime-ca-file
8263 and/or
8264 .Va smime-ca-dir . )
8265 In general, a certificate cannot be more secure than the method its CA
8266 certificate has been retrieved with, though.
8267 Thus if you download a CA certificate from the Internet,
8268 you can only trust the messages you verify using that certificate as
8269 much as you trust the download process.
8272 The first thing you need for participating in S/MIME message exchange is
8273 your personal certificate, including a private key.
8274 The certificate contains public information, in particular your name and
8275 your email address(es), and the public key that is used by others to
8276 encrypt messages for you,
8277 and to verify signed messages they supposedly received from you.
8278 The certificate is included in each signed message you send.
8279 The private key must be kept secret.
8280 It is used to decrypt messages that were previously encrypted with your
8281 public key, and to sign messages.
8284 For personal use it is recommended that you get a S/MIME certificate
8285 from one of the major CAs on the Internet using your WWW browser.
8286 Many CAs offer such certificates for free.
8287 There is also
8288 .Lk https://www.CAcert.org
8289 which issues client and server certificates to members of their
8290 community for free; their root certificate
8291 .Pf ( Lk https://\:www.cacert.org/\:certs/\:root.crt )
8292 is often not in the default set of trusted CA root certificates, though,
8293 which means you will have to download their root certificate separately
8294 and ensure it is part of our S/MIME certificate validation chain by
8295 including it in
8296 .Va smime-ca-dir
8297 or as a vivid member of the
8298 .Va smime-ca-file .
8299 But let's take a step-by-step tour on how to setup S/MIME with
8300 a certificate from CAcert.org despite this situation!
8303 First of all you will have to become a member of the CAcert.org
8304 community, simply by registrating yourself via the web interface.
8305 Once you are, create and verify all email addresses you want to be able
8306 to create signed and encrypted messages for/with using the corresponding
8307 entries of the web interface.
8308 Now ready to create S/MIME certificates, so let's create a new
8309 .Dq client certificate ,
8310 ensure to include all email addresses that should be covered by the
8311 certificate in the following web form, and also to use your name as the
8312 .Dq common name .
8315 Create a private key and a certificate request on your local computer
8316 (please see the manual pages of the used commands for more in-depth
8317 knowledge on what the used arguments etc. do):
8320 .Dl openssl req -nodes -newkey rsa:4096 -keyout key.pem -out creq.pem
8323 Afterwards copy-and-paste the content of
8324 .Dq creq.pem
8325 into the certificate-request (CSR) field of the web form on the
8326 CAcert.org website (you may need to unfold some
8327 .Dq advanced options
8328 to see the corresponding text field).
8329 This last step will ensure that your private key (which never left your
8330 box) and the certificate belong together (through the public key that
8331 will find its way into the certificate via the certificate-request).
8332 You are now ready and can create your CAcert certified certificate.
8333 Download and store or copy-and-paste it as
8334 .Dq pub.crt .
8337 Yay.
8338 In order to use your new S/MIME setup you will have to create
8339 a combined private key/public key (certificate) file:
8342 .Dl cat key.pem pub.crt > ME@HERE.com.paired
8345 This is the file \*(UA will work with.
8346 If you have created your private key with a passphrase then \*(UA will
8347 ask you for it whenever a message is signed or decrypted.
8348 Set the following variables to henceforth use S/MIME (setting
8349 .Va smime-ca-file
8350 is of interest for verification only):
8352 .Bd -literal -offset indent
8353 set smime-ca-file=ALL-TRUSTED-ROOT-CERTS-HERE \e
8354   smime-sign-cert=ME@HERE.com.paired \e
8355   smime-sign-message-digest=SHA256 \e
8356   smime-sign
8360 From each signed message you send, the recipient can fetch your
8361 certificate and use it to send encrypted mail back to you.
8362 Accordingly if somebody sends you a signed message, you can do the same,
8363 and use the
8364 .Ic verify
8365 command to check the validity of the certificate.
8368 Options of interest for S/MIME signing:
8369 .Va smime-ca-dir ,
8370 .Va smime-ca-file ,
8371 .Va smime-crl-dir ,
8372 .Va smime-crl-file ,
8373 .Va smime-no-default-ca ,
8374 .Va smime-sign ,
8375 .Va smime-sign-cert ,
8376 .Va smime-sign-include-certs
8378 .Va smime-sign-message-digest .
8381 After it has been verified save the certificate via
8382 .Ic certsave
8383 and tell \*(UA that it should use it for encryption for further
8384 communication with that somebody:
8386 .Bd -literal -offset indent
8387 certsave FILENAME
8388 set smime-encrypt-USER@HOST=FILENAME \e
8389     smime-cipher-USER@HOST=AES256
8393 Additional options of interest for S/MIME en- and decryption:
8394 .Va smime-cipher
8396 .Va smime-encrypt-USER@HOST .
8399 You should carefully consider if you prefer to store encrypted messages
8400 in decrypted form.
8401 If you do, anybody who has access to your mail folders can read them,
8402 but if you do not, you might be unable to read them yourself later if
8403 you happen to lose your private key.
8405 .Ic decrypt
8406 command saves messages in decrypted form, while the
8407 .Ic save , copy ,
8409 .Ic move
8410 commands leave them encrypted.
8413 Note that neither S/MIME signing nor encryption applies to message
8414 subjects or other header fields yet.
8415 Thus they may not contain sensitive information for encrypted messages,
8416 and cannot be trusted even if the message content has been verified.
8417 When sending signed messages,
8418 it is recommended to repeat any important header information in the
8419 message text.
8420 .\" }}}
8422 .\" .Ss "Using CRLs with S/MIME or SSL/TLS" {{{
8423 .Ss "Using CRLs with S/MIME or SSL/TLS"
8425 \*(OP Certification authorities (CAs) issue certificate revocation
8426 lists (CRLs) on a regular basis.
8427 These lists contain the serial numbers of certificates that have been
8428 declared invalid after they have been issued.
8429 Such usually happens because the private key for the certificate has
8430 been compromised,
8431 because the owner of the certificate has left the organization that is
8432 mentioned in the certificate, etc.
8433 To seriously use S/MIME or SSL/TLS verification,
8434 an up-to-date CRL is required for each trusted CA.
8435 There is otherwise no method to distinguish between valid and
8436 invalidated certificates.
8437 \*(UA currently offers no mechanism to fetch CRLs, nor to access them on
8438 the Internet, so you have to retrieve them by some external mechanism.
8441 \*(UA accepts CRLs in PEM format only;
8442 CRLs in DER format must be converted, like, e.\|g.:
8445 .Dl $ openssl crl \-inform DER \-in crl.der \-out crl.pem
8448 To tell \*(UA about the CRLs, a directory that contains all CRL files
8449 (and no other files) must be created.
8451 .Va smime-crl-dir
8453 .Va ssl-crl-dir
8454 variables, respectively, must then be set to point to that directory.
8455 After that, \*(UA requires a CRL to be present for each CA that is used
8456 to verify a certificate.
8457 .\" }}}
8459 .\" .Ss "Handling spam" {{{
8460 .Ss "Handling spam"
8462 \*(OP \*(UA can make use of several spam interfaces for the purpose of
8463 identification of, and, in general, dealing with spam messages.
8464 A precondition of most commands in order to function is that the
8465 .Va spam-interface
8466 variable is set to one of the supported interfaces.
8467 Once messages have been identified as spam their (volatile)
8468 .Ql is-spam
8469 state can be prompted: the
8470 .Ql Ar :s
8472 .Ql Ar :S
8473 message specifications will address respective messages and their
8474 .Va attrlist
8475 entries will be used when displaying the
8476 .Va headline
8477 in the header display.
8479 .Bl -bullet
8481 .Ic spamrate
8482 rates the given messages and sets their
8483 .Ql is-spam
8484 flag accordingly.
8485 If the spam interface offers spam scores those can also be displayed in
8486 the header display by including the
8487 .Ql %$
8488 format in the
8489 .Va headline
8490 variable.
8492 .Ic spamham ,
8493 .Ic spamspam
8495 .Ic spamforget
8496 will interact with the Bayesian filter of the chosen interface and learn
8497 the given messages as
8498 .Dq ham
8500 .Dq spam ,
8501 respectively; the last command can be used to cause
8502 .Dq unlearning
8503 of messages; it adheres to their current
8504 .Ql is-spam
8505 state and thus reverts previous teachings.
8507 .Ic spamclear
8509 .Ic spamset
8510 will simply set and clear, respectively, the mentioned volatile
8511 .Ql is-spam
8512 message flag, without any interface interaction.
8517 .Xr spamassassin 1
8518 based
8519 .Va spam-interface Ns s
8520 .Ql spamc
8522 .Ql spamd
8523 require a running instance of the
8524 .Xr spamd 1
8525 server in order to function, started with the option
8526 .Fl -allow-tell
8527 shall Bayesian filter learning be possible.
8528 .Ql spamd
8529 only works via a local path-based
8530 .Xr unix 4
8531 socket, but otherwise the following will be equivalently fine:
8533 .Bd -literal -offset indent
8534 $ spamd -i localhost:2142 -i /tmp/.spamsock -d [-L] [-l]
8535 $ spamd --listen=localhost:2142 --listen=/tmp/.spamsock \e
8536     --daemonize [--local] [--allow-tell]
8540 Thereafter \*(UA can make use of these interfaces:
8542 .Bd -literal -offset indent
8543 $ \*(ua -Sspam-interface=spamd -Sspam-maxsize=500000 \e
8544     -Sspamd-socket=/tmp/.spamsock -Sspamd-user=
8546 $ \*(ua -Sspam-interface=spamc -Sspam-maxsize=500000 \e
8547     -Sspamc-command=/usr/local/bin/spamc \e
8548     -Sspamc-arguments="-U /tmp/.spamsock" -Sspamc-user=
8550 $ \*(ua -Sspam-interface=spamc -Sspam-maxsize=500000 \e
8551     -Sspamc-command=/usr/local/bin/spamc \e
8552     -Sspamc-arguments="-d localhost -p 2142" -Sspamc-user=
8556 Using the generic filter approach allows usage of programs like
8557 .Xr bogofilter 1
8559 .Xr sylfilter 1 .
8560 Here is an example for the former, requiring it to be accessible via
8561 .Ev PATH :
8563 .Bd -literal -offset indent
8564 $ \*(ua -Sspam-interface=filter -Sspam-maxsize=500000 \e
8565     -Sspamfilter-ham="bogofilter -n" \e
8566     -Sspamfilter-noham="bogofilter -N" \e
8567     -Sspamfilter-nospam="bogofilter -S" \e
8568     -Sspamfilter-rate="bogofilter -TTu 2>/dev/null" \e
8569     -Sspamfilter-spam="bogofilter -s" \e
8570     -Sspamfilter-rate-scanscore="1;^(.+)$"
8574 Because messages must exist on local storage in order to be scored (or
8575 used for Bayesian filter training), it is possibly a good idea to
8576 perform the local spam check last:
8578 .Bd -literal -offset indent
8579 define spamdelhook {
8580   # Server side DCC
8581   spamset (header x-dcc-brand-metrics "bulk")
8582   # Server-side spamassassin(1)
8583   spamset (header x-spam-flag "YES")
8584   del :s # TODO we HAVE to be able to do `spamrate :u ! :sS'
8585   move :S +maybe-spam
8586   spamrate :u
8587   del :s
8588   move :S +maybe-spam
8590 set folder-hook-FOLDER=spamdelhook
8594 See also the documentation for the variables
8595 .Va spam-interface , spam-maxsize ,
8596 .Va spamc-command , spamc-arguments , spamc-user ,
8597 .Va spamd-socket , spamd-user ,
8598 .Va spamfilter-ham , spamfilter-noham , spamfilter-nospam , \
8599   spamfilter-rate
8601 .Va spamfilter-rate-scanscore .
8602 .\" }}}
8603 .\" }}} (Examples)
8606 .\" .Sh "FAQ" {{{
8607 .Sh "FAQ"
8609 .\" .Ss "\*(UA shortly hangs on startup" {{{
8610 .Ss "\*(UA shortly hangs on startup"
8612 This can have two reasons, one is the necessity to wait for a file lock
8613 and can't be helped, the other being that \*(UA calls the function
8614 .Xr uname 2
8615 in order to query the nodename of the box (sometimes the real one is
8616 needed instead of the one represented by the internal variable
8617 .Va hostname ) .
8618 You may have varying success by ensuring that the real hostname and
8619 .Ql localhost
8620 have entries in
8621 .Pa /etc/hosts ,
8622 or, more generally, that the name service is properly setup \(en
8623 and does
8624 .Xr hostname 1
8625 return what you'd expect?
8626 .\" }}}
8628 .\" .Ss "I can't login to Google mail a.k.a. GMail" {{{
8629 .Ss "I can't login to Google mail a.k.a. GMail"
8631 Since 2014 some free service providers classify programs as
8632 .Dq less secure
8633 unless they use a special authentification method (OAuth 2.0) which
8634 wasn't standardized for non-HTTP protocol authentication token query
8635 until August 2015 (RFC 7628).
8638 Different to Kerberos / GSSAPI, which is developed since the mid of the
8639 1980s, where a user can easily create a local authentication ticket for
8640 her- and himself with the locally installed
8641 .Xr kinit 1
8642 program, that protocol has no such local part but instead requires
8643 a world-wide-web query to create or fetch a token; since there is no
8644 local cache this query has to be performed whenever \*(UA is invoked
8645 from the command line (in interactive sessions situation may differ).
8648 \*(UA doesn't support OAuth.
8649 Because of this it is necessary to declare \*(UA a
8650 .Dq less secure app
8651 (on the providers account web page) in order to read and send mail.
8652 However, it also seems possible to take the following steps instead:
8655 .Bl -enum -compact
8657 give the provider the number of a mobile phone,
8659 enable
8660 .Dq 2-Step Verification ,
8662 create an application specific password (16 characters), and
8664 use that special password instead of your real Google account password in
8665 S-nail (for more on that see the section
8666 .Sx "On URL syntax and credential lookup" ) .
8668 .\" }}}
8669 .\" }}}
8672 .\" .Sh "SEE ALSO" {{{
8673 .Sh "SEE ALSO"
8675 .Xr bogofilter 1 ,
8676 .Xr bzip2 1 ,
8677 .Xr file 1 ,
8678 .Xr fmt 1 ,
8679 .Xr gpg 1 ,
8680 .Xr gpg-agent 1 ,
8681 .Xr gzip 1 ,
8682 .Xr less 1 ,
8683 .Xr more 1 ,
8684 .Xr newaliases 1 ,
8685 .Xr openssl 1 ,
8686 .Xr postfix 1 ,
8687 .Xr printf 1 ,
8688 .Xr sendmail 1 ,
8689 .Xr sh 1 ,
8690 .Xr spamassassin 1 ,
8691 .Xr spamc 1 ,
8692 .Xr spamd 1 ,
8693 .Xr sylfilter 1 ,
8694 .Xr vacation 1 ,
8695 .Xr xterm 1 ,
8696 .Xr xz 1 ,
8697 .Xr editline 3 ,
8698 .Xr iconv 3 ,
8699 .Xr readline 3 ,
8700 .Xr setlocale 3 ,
8701 .Xr ssl 3 ,
8702 .Xr aliases 5 ,
8703 .Xr locale 7 ,
8704 .Xr mailaddr 7 ,
8705 .Xr re_format 7 ,
8706 .Xr exim 8 ,
8707 .Xr mailwrapper 8 ,
8708 .Xr sendmail 8
8709 .\" }}}
8712 .\" .Sh HISTORY {{{
8713 .Sh HISTORY
8716 .Em mail
8717 command appeared in Version 1 AT&T Unix.
8718 Berkeley Mail was written in 1978 by Kurt Shoens.
8719 This man page is derived from from
8720 .Dq The Mail Reference Manual
8721 originally written by Kurt Shoens.
8722 .Dq Heirloom Mailx
8723 enhancements are maintained and documented by Gunnar
8724 Ritter.
8725 .Dq S-nail
8726 is maintained and documented by Steffen (Daode) Nurpmeso.
8729 Portions of this text are reprinted and reproduced in electronic form
8730 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
8731 \(en Operating System Interface (POSIX), The Open Group Base
8732 Specifications Issue 6, Copyright \(co 2001-2003 by the Institute of
8733 Electrical and Electronics Engineers, Inc and The Open Group.
8734 In the event of any discrepancy between this version and the original
8735 IEEE and The Open Group Standard, the original IEEE and The Open Group
8736 Standard is the referee document.
8737 The original Standard can be obtained online at
8738 .Lk http://www.opengroup.org/unix/online.html OpenGroup.org
8739 Redistribution of this material is permitted so long as this notice
8740 remains intact.
8741 .\" }}}
8744 .Sh AUTHORS
8746 .An "Kurt Shoens" ,
8747 .An "Christos Zoulas" ,
8748 .An "Gunnar Ritter" ,
8749 .An "Steffen Nurpmeso" Aq Mt s-nail-users@lists.sourceforge.net
8750 (later
8751 .Mt s-mailx@sdaoden.eu ) .
8754 .\" .Sh CAVEATS {{{
8755 .Sh CAVEATS
8757 The character set conversion uses and relies upon the
8758 .Xr iconv 3
8759 function.
8760 Its functionality differs widely between the various system environments
8761 \*(UA runs on.
8764 Limitations with IMAP mailboxes are:
8765 It is not possible to edit messages, but it is possible to append them.
8766 Thus to edit a message, create a local copy of it, edit it, append it,
8767 and delete the original.
8768 The line count for the header display is only appropriate if the entire
8769 message has been downloaded from the server.
8770 The marking of messages as `new' is performed by the IMAP server;
8771 use of the
8772 .Ic exit
8773 command instead of
8774 .Ic quit
8775 will not cause it to be reset, and if the
8776 .Va newmail
8777 variable is unset, messages that arrived during a session will not be
8778 in state `new' anymore when the folder is opened again.
8779 Also if commands queued in disconnected mode are committed,
8780 the IMAP server will delete the `new' flag for all messages in the
8781 changed folder,
8782 and new messages will appear as unread when it is selected for viewing
8783 later.
8784 The `flagged', `answered', and `draft' attributes are usually permanent,
8785 but some IMAP servers are known to drop them without notification.
8786 Message numbers may change with IMAP every time before the prompt is
8787 printed if \*(UA is notified by the server that messages have been
8788 deleted by some other client or process.
8789 In this case, `Expunged n messages' is printed, and message numbers may
8790 have changed.
8793 Limitations with POP3 mailboxes are:
8794 It is not possible to edit messages, they can only be copied and deleted.
8795 The line count for the header display is only appropriate if the entire
8796 message has been downloaded from the server.
8797 The status field of a message is maintained by the server between
8798 connections; some servers do not update it at all, and with a server
8799 that does, the
8800 .Ic exit
8801 command will not cause the message status to be reset.
8803 .Ic newmail
8804 command and the
8805 .Va newmail
8806 variable have no effect.
8807 It is not possible to rename or to remove POP3 mailboxes.
8810 If a
8811 .Dq RUBOUT
8812 (interrupt,
8813 .Ql control-C )
8814 is typed while an IMAP or POP3 operation is in progress, \*(UA will wait
8815 until the operation can be safely aborted, and will then return to the
8816 command loop and print the prompt again.
8817 When a second
8818 .Dq RUBOUT
8819 is typed while \*(UA is waiting for the operation to complete, the
8820 operation itself will be cancelled.
8821 In this case, data that has not been fetched yet will have to be fetched
8822 before the next command can be performed.
8823 If the cancelled operation was using an SSL/TLS encrypted channel,
8824 an error in the SSL transport will very likely result and render the
8825 connection unusable.
8828 As \*(UA is a mail user agent, it provides only basic SMTP services.
8829 If it fails to contact its upstream SMTP server, it will not make
8830 further attempts to transfer the message at a later time,
8831 and it does not leave other information about this condition than an
8832 error message on the terminal and an entry in
8833 .Ev DEAD .
8834 This is usually not a problem if the SMTP server is located in the same
8835 local network as the computer on which \*(UA is run.
8836 However, care should be taken when using a remote server of an ISP;
8837 it might be better to set up a local SMTP server then which just acts as
8838 a proxy.
8841 \*(UA immediately contacts the SMTP server (or
8842 .Xr sendmail 1 Ns
8843 ) even when operating in
8844 .Va disconnected
8845 mode.
8846 It would not make much sense for \*(UA to defer outgoing mail since SMTP
8847 servers usually provide much more elaborated delay handling than \*(UA
8848 could perform as a client.
8849 Thus the recommended setup for sending mail in
8850 .Va disconnected
8851 mode is to configure a local SMTP server such that it sends outgoing
8852 mail as soon as an external network connection is available again,
8853 i.e., to advise it to do that from a network startup script.
8854 .\" }}}
8857 .Sh BUGS
8859 IMAP support is very basic, and doesn't support international mailbox
8860 names as specified in RFC 3501.
8861 Interrupting an IMAP operation can lead to endless iterations of the
8862 same operation.
8863 With IMAP, at least if the IMAP cache is used, if multiple
8864 .Ic connect
8866 .Ic disconnect
8867 cycles happen without an intervening change of the active mailbox then
8868 \*(UA will at some time loose the ability to keep the local state
8869 up-to-date, meaning that, e.g., messages show up with false numbers, and
8870 including the possibility that messages are accessed via numbers that
8871 are no(t longer) valid, resulting in program crashes.
8872 The solution is to change the active mailbox before that happens :).
8873 Also see the file
8874 .Pa TODO
8875 from the distribution or the repository.
8877 After deleting some message of a POP3 mailbox the header summary falsely
8878 claims that there are no messages to display, you need to perform
8879 a scroll or dot movement to restore proper state.
8881 In threaded display a power user may encounter crashes very
8882 occasionally (this is may and very).
8883 .\" s-ts-mode