FIX "," message specification (since [1c4b8c9], v14.8.4)..
[s-mailx.git] / nail.1
blob81b67ce4b1ee37d278d2c57a8307bfd7e61d1395
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.10 / 2016-08-20
39 .Dd Aug 20, 2016
40 .ds VV \\%v14.8.10
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 wether
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 is read in and a one line
784 header of each message therein is printed.
785 (See the command
786 .Ic file
787 for an in-depth description of the different mailbox types that exist.)
788 Note that if the mailbox is empty \*(UA will exit after printing
789 a message unless the option
790 .Va emptystart
791 is found to be set.
794 At the
795 .Va prompt
796 the command
797 .Ic list
798 will give a listing of all available commands and
799 .Ic help
800 will give a summary of some common ones.
801 If the \*(OPal documentation strings are available one can type
802 .Ql ?X
803 and see the actual expansion of
804 .Ql X
805 and what it's purpose is, i.e., commands can be abbreviated
806 (note that POSIX defines some abbreviations, so that the alphabetical
807 order of commands doesn't necessarily relate to the abbreviations; it is
808 possible to define overwrites with the
809 .Ic ghost
810 command, however).
813 Messages are given numbers (starting at 1) which uniquely identify
814 messages; the current message \(en the
815 .Dq dot
816 \(en will either be the first new message, or the first unread message,
817 or the first message of the mailbox; the option
818 .Va showlast
819 will instead cause usage of the last message for this purpose.
822 Messages can be printed with the
823 .Ic print
824 command, or short:
825 .Ql p .
826 By default the current message
827 .Pf ( Dq dot )
828 is printed, but like with most other commands it is possible to give
829 a fancy message specification (see
830 .Sx "Specifying messages" ) ,
831 e.g.,
832 .Ql p:u
833 will display all unread messages,
834 .Ql p.
835 will print the
836 .Dq dot ,
837 .Ql p 1 5
838 will print the messages 1 and 5,
839 .Ql p 1-5
840 will print the messages 1 through 5, and
841 .Ql p-
843 .Ql p+
844 will print the last and the next message, respectively.
847 In the default setup all header fields of a message will be printed,
848 but this can be changed: either by blacklisting a list of fields via
849 .Ic ignore ,
850 or by whitelisting only a given list with the
851 .Ic retain
852 command, e.g.,
853 .Ql Ic \:retain Ns \0date from to cc subject .
854 In order to print all header fields of a message regardless of currently
855 active ignore or retain lists, use the command
856 .Ic Print .
857 The variable
858 .Va crt
859 controls wether and when \*(UA will use the configured
860 .Ev PAGER
861 for printing instead of directly writing to the terminal (generally
862 speaking).
865 Dependent upon the configuration a
866 .Sx "Command line editor"
867 aims at making user experience with the many
868 .Sx COMMANDS
869 a bit nicer.
870 When reading the system mailbox or when
871 .Fl f
873 .Ic file )
874 specified a mailbox explicitly prefixed with the special
875 .Ql %:
876 modifier then messages which have been read will be moved to the user's
877 .Ev MBOX
878 file automatically when the mailbox is left, either by changing the
879 active mailbox or by quitting \*(UA (also see
880 .Sx "Message states" ) .
883 After examining a message the user can also
884 .Ic delete Ql d
885 the message,
886 .Ic reply Ql r
887 to the sender and all recipients or
888 .Ic Reply Ql R
889 exclusively to the sender.
890 Messages can also be
891 .Ic forward Ns
892 ed (shorter alias is
893 .Ic fwd Ns ).
894 Note that when replying to or forwarding a message recipient addresses
895 will be stripped from comments and names unless the option
896 .Va fullnames
897 is set.
898 Deletion causes \*(UA to forget about the message;
899 This is not irreversible, though, one can
900 .Ic undelete Ql u
901 the message by giving its number,
902 or the \*(UA session can be ended by giving the
903 .Ic exit Ql x
904 command.
907 To end a mail processing session one may either issue
908 .Ic quit Ql q
909 to cause a full program exit, which possibly includes
910 automatic moving of read messages to
911 .Ev MBOX
912 as well as updating the \*(OPal command line editor history file,
913 or use the command
914 .Ic exit Ql x
915 instead in order to prevent any of these actions.
916 .\" }}}
918 .\" .Ss "Viewing HTML mail and MIME attachments" {{{
919 .Ss "Viewing HTML mail and MIME attachments"
921 Messages which are HTML-only get more and more common and of course many
922 messages come bundled with a bouquet of MIME attachments.
923 Whereas \*(UA \*(OPally supports a simple HTML-to-text converter to deal
924 with HTML messages (see
925 .Sx "The mime.types files" ) ,
926 it normally can't deal with any of these itself, but instead programs
927 need to become registered to deal with specific MIME types or file
928 extensions.
929 These programs may either prepare plain text versions of their input
930 in order to enable \*(UA to display the content on the terminal,
931 or display the content themselves, for example in a graphical window.
932 The latter type of programs by default
933 .Dq blocks
934 \*(UA until the external viewer has terminated, but asynchronous
935 side-by-side execution is also possible, in which case \*(UA will
936 continue to display the message and remain responsive.
939 To install an external handler program for a specific MIME type set an
940 according
941 .Va pipe-TYPE/SUBTYPE
942 variable.
943 To define a handler for a specific file extension set the respective
944 .Va pipe-EXTENSION
945 variable \(en these handlers take precedence.
946 The variable
947 .Va mime-counter-evidence
948 can be set to improve dealing with faulty MIME part declarations as are
949 often seen in real-life messages.
950 E.g., to display a HTML message inline (that is, converted to a more
951 fancy plain text representation than the builtin converter is capable to
952 produce) with either of the text-mode browsers
953 .Xr lynx 1
955 .Xr elinks 1 ,
956 teach \*(UA about MathML documents and make it display them as plain text
957 and to open PDF attachments in an external PDF viewer, asynchronously:
959 .Bd -literal -offset indent
960 if $features !@ HTML-FILTER
961   #set pipe-text/html="elinks -force-html -dump 1"
962   set pipe-text/html="lynx -stdin -dump -force_html"
963   # Display HTML as plain text instead
964   #set pipe-text/html=@
965 endif
966 mimetype '@ application/mathml+xml mathml'
967 set pipe-application/pdf="@&set -C;\e
968     : > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e"; \e
969     trap \e"rm -f \e\e\e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e\e\e"\e" \e
970       EXIT INT QUIT PIPE TERM;\e
971     set +C;\e
972     cat > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e"; \e
973     xpdf \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e""
977 Note: special care must be taken when using such commands as mail
978 viruses may be distributed by this method: if messages of type
979 .Ql application/x-sh
980 or files with the extension
981 .Ql .sh
982 were blindly filtered through the shell, for example, a message sender
983 could easily execute arbitrary code on the system \*(UA is running on.
984 For more on MIME, also in respect to sending of messages, see the
985 section
986 .Sx "The mime.types files"
987 and the command
988 .Ic mimetype .
989 .\" }}}
991 .\" .Ss "Mailing lists" {{{
992 .Ss "Mailing lists"
994 \*(UA offers some support to ease handling of mailing lists.
995 The command
996 .Ic mlist
997 promotes all given arguments to known mailing lists, and
998 .Ic mlsubscribe
999 sets their subscription attribute, creating them first as necessary.
1000 (On the other hand
1001 .Ic unmlsubscribe
1002 doesn't
1003 .Ic unmlist
1004 automatically, but only resets the subscription attribute.)
1005 Using the commands without arguments will print out (a subset of) all
1006 currently defined mailing lists.
1008 .Va headline
1009 format
1010 .Ql \&%T
1011 can be used to mark out messages with configured list addresses
1012 in the header display.
1015 \*(OPally mailing lists may also be specified as regular expressions,
1016 which allows matching of many addresses with a single expression.
1017 However, all fully qualified list addresses are matched via a fast
1018 dictionary, whereas expressions are placed in (a) list(s) which is
1019 (are) matched sequentially.
1021 .Bd -literal -offset indent
1022 set followup-to followup-to-honour=ask-yes reply-to-honour=ask-yes
1023 mlist a1@b1.c1 a2@b2.c2 .*@lists.c3$
1024 mlsubscribe a4@b4.c4 exact@lists.c3
1028 The variable
1029 .Va followup-to-honour
1030 will ensure that a
1031 .Ql Mail-\:Followup-\:To:
1032 header is honoured when the message is being replied to (via
1033 .Ic reply
1035 .Ic Lreply )
1037 .Va followup-to
1038 controls wether this header is created when sending mails; it will be
1039 created automatically for a couple of reasons, too, like when the
1040 special
1041 .Dq mailing list specific
1042 respond command
1043 .Ic Lreply
1044 is used, when
1045 .Ic reply
1046 is used to respond to a message with its
1047 .Ql Mail-Followup-To:
1048 being honoured etc.
1051 A difference in between the handling of known and subscribed lists is
1052 that the address of the sender is usually not part of a generated
1053 .Ql Mail-Followup-To:
1054 when addressing the latter, whereas it is for the former kind of lists.
1055 Usually because there are exceptions: say, if multiple lists are
1056 addressed and not all of them are subscribed lists.
1058 For convenience \*(UA will, temporarily, automatically add a list
1059 address that is presented in the
1060 .Ql List-To:
1061 header of a message that is being responded to to the list of known
1062 mailing lists.
1063 Shall that header have existed \*(UA will instead, dependend on the
1064 variable
1065 .Va reply-to-honour ,
1066 use an also set
1067 .Ql Reply-To:
1068 for this purpose in order to accept a list administrators' wish that
1069 is supposed to have been manifested like that (but only if it provides
1070 a single address which resides on the same domain as what is stated in
1071 .Ql List-To: ) .
1072 .\" }}}
1074 .\" .Ss "Resource files" {{{
1075 .Ss "Resource files"
1077 Upon startup \*(UA reads in several resource files:
1079 .Bl -tag -width ".It Pa _AIL_EXTRA_R_"
1081 .It Pa \*(UR
1082 System wide initialization file.
1083 Reading of this file can be suppressed, either by using the
1084 .Fl n
1085 command line option, or by setting the environment variable
1086 .Ev NAIL_NO_SYSTEM_RC .
1089 .It Pa \*(ur
1090 File giving initial commands.
1091 A different file can be chosen by setting the environment variable
1092 .Ev MAILRC .
1094 .It Va NAIL_EXTRA_RC
1095 Can be used to define an optional startup file to be read after
1096 .Pa \*(ur .
1097 This variable is only honoured in certain circumstances (see its
1098 documentation for more).
1102 The content of these files is interpreted as follows:
1105 .Bl -bullet -compact
1107 A lines' leading whitespace is ignored.
1109 An empty line is ignored.
1111 If the line (content) starts with the number sign
1112 .Ql #
1113 then it is a comment-command \(en a real command! \(en and also ignored.
1114 This command is the only form of comment that is understood.
1116 A line can be
1117 .Dq continued
1118 on the next line if the newline character is
1119 .Dq escaped
1120 by preceding it with the backslash character
1121 .Ql \e .
1122 Note that any leading whitespace of follow lines is removed:
1123 If whitespace is desired it must be placed before the backslash.
1124 For example:
1126 .Bd -literal -offset indent
1127  # This line is a comment command.  And y\e
1128     es, it is really continued here.
1129 set debug \e
1130     verbose
1133 .\" }}}
1135 .\" .Ss "Character sets" {{{
1136 .Ss "Character sets"
1138 \*(OP \*(UA detects the character set of the terminal by using
1139 mechanisms that are controlled by the
1140 .Ev LC_CTYPE
1141 locale setting
1142 (the manual for
1143 .Xr setlocale 3
1144 should give an overview); the \*(UA internal variable
1145 .Va ttycharset
1146 will be set to the detected terminal character set accordingly
1147 and will thus show up in the output of the commands
1148 .Ic set
1150 .Ic varshow .
1153 However, a user supplied
1154 .Va ttycharset
1155 value is not overwritten by this detection mechanism: this
1156 .Dq feature
1157 must be used if the detection doesn't work properly,
1158 and it may be used to adjust the name of the locale character set.
1159 E.g., on BSD systems one may use a locale with the character set
1160 ISO8859-1, which is not a valid name for this character set; to be on
1161 the safe side, one may set
1162 .Va ttycharset
1163 to the correct name, which is ISO-8859-1.
1166 Note that changing the value doesn't mean much beside that,
1167 since several aspects of the real character set are implied by the
1168 locale environment of the system,
1169 and that stays unaffected by the content of an overwritten
1170 .Va ttycharset
1171 variable.
1172 (This is mostly an issue when interactively using \*(UA, though.
1173 It is actually possible to send mail in a completely
1174 .Dq faked
1175 locale environment.)
1178 If no character set conversion capabilities have been compiled into
1179 \*(UA (i.e., no
1180 .Xr iconv 3
1181 library has been found), then
1182 .Va ttycharset
1183 will be the only supported character set,
1184 it is simply assumed that it can be used to exchange 8-bit messages,
1185 and the rest of this section does not apply;
1186 it may however still be necessary to explicitly set it if automatic
1187 detection fails, since in that case it defaults to the mentioned
1188 ISO-8859-1.
1191 When reading messages, their text is converted into
1192 .Va ttycharset
1193 as necessary in order to display them on the users terminal.
1194 Unprintable characters and invalid byte sequences are detected
1195 and replaced by proper substitution characters (unless the variable
1196 .Va print-all-chars
1197 was set once \*(UA was started).
1198 Also see
1199 .Va charset-unknown-8bit
1200 to deal with another hairy aspect of message interpretation.
1203 When sending messages all their parts and attachments are classified.
1204 Whereas no character set conversion is performed on those parts which
1205 appear to be binary data,
1206 the character set being used must be declared within the MIME header of
1207 an outgoing text part if it contains characters that do not conform to
1208 the set of characters that are allowed by the email standards.
1209 Permissible values for character sets can be declared using the
1210 .Va sendcharsets
1211 variable, and
1212 .Va charset-8bit ,
1213 which defines a catch-all last-resort fallback character set that is
1214 implicitly appended to the list of character-sets in
1215 .Va sendcharsets .
1218 When replying to a message and the variable
1219 .Va reply-in-same-charset
1220 is set then the character set of the message being replied to is tried
1221 first.
1222 And it is also possible to make \*(UA work even more closely related to
1223 the current locale setting automatically by using the variable
1224 .Va sendcharsets-else-ttycharset ,
1225 please see there for more information.
1228 All the specified character sets are tried in order unless the
1229 conversion of the part or attachment succeeds.
1230 If none of the tried (8-bit) character sets is capable to represent the
1231 content of the part or attachment,
1232 then the message will not be sent and its text will be saved to
1233 .Ev DEAD .
1234 In general, if the message
1235 .Dq Cannot convert from a to b
1236 appears, either some characters are not appropriate for the currently
1237 selected (terminal) character set,
1238 or the needed conversion is not supported by the system.
1239 In the first case, it is necessary to set an appropriate
1240 .Ev LC_CTYPE
1241 locale and/or the variable
1242 .Va ttycharset .
1245 The best results are usually achieved when \*(UA is run in a UTF-8
1246 locale on a UTF-8 capable terminal, in which case the full Unicode
1247 spectrum of characters is available.
1248 In this setup characters from various countries can be displayed,
1249 while it is still possible to use more simple character sets for sending
1250 to retain maximum compatibility with older mail clients.
1251 .\" }}}
1253 .\" .Ss "Message states" {{{
1254 .Ss "Message states"
1256 \*(UA differentiates in between several different message states;
1257 the current state will be reflected in the header display if
1258 .Va headline
1259 is configured to do so.
1260 In \*(UA message states are inspected when leaving a mailbox and may
1261 cause messages to be automatically moved to the special
1262 .Ev MBOX
1263 mailbox \(en because this may be irritating to users which are used to
1264 .Dq more modern
1265 mail-user-agents, the default global
1266 .Pa \*(UR
1267 sets the
1268 .Va hold
1270 .Va keepsave
1271 variables in order to suppress this behaviour.
1273 .Bl -tag -width ".It Ql _reserved"
1274 .It Ql new
1275 Message has neither been viewed nor moved to any other state.
1276 Such messages are retained even in the system mailbox.
1278 .It Ql unread
1279 Message has neither been viewed nor moved to any other state, but the
1280 message was present already when the mailbox has been opened last:
1281 Such messages are retained even in the system mailbox.
1283 .It Ql read
1284 The message has been processed by one of the following commands:
1285 .Ic ~f ,
1286 .Ic ~m ,
1287 .Ic ~F ,
1288 .Ic ~M ,
1289 .Ic copy ,
1290 .Ic mbox ,
1291 .Ic next ,
1292 .Ic pipe  ,
1293 .Ic print ,
1294 .Ic Print ,
1295 .Ic top ,
1296 .Ic type ,
1297 .Ic Type ,
1298 .Ic undelete .
1300 .Ic delete ,
1301 .Ic dp ,
1303 .Ic dt
1304 commands may also cause the next message to be marked as read, depending
1305 on the value of the
1306 .Va autoprint
1307 variable.
1308 Except when the
1309 .Ic exit
1310 command is used, messages that are in the system mailbox or in mailboxes
1311 which were opened with the special
1312 .Ql %:
1313 prefix and are in
1314 .Ql read
1315 state when the mailbox is left will be saved in
1316 .Ev MBOX
1317 unless the option
1318 .Va hold
1319 it set.
1321 .It Ql deleted
1322 The message has been processed by one of the following commands:
1323 .Ic delete ,
1324 .Ic dp ,
1325 .Ic dt .
1326 Only
1327 .Ic undelete
1328 can be used to access such messages.
1330 .It Ql preserved
1331 The message has been processed by a
1332 .Ic preserve
1333 command and it will be retained in its current location.
1335 .It Ql saved
1336 The message has been processed by one of the following commands:
1337 .Ic save
1339 .Ic write .
1340 Unless when the
1341 .Ic exit
1342 command is used, messages that are in the system mailbox or in mailboxes
1343 which were opened with the special
1344 .Ql %:
1345 prefix and are in
1346 .Ql saved
1347 state when the mailbox is left will be deleted; they will be saved in
1348 .Ev MBOX
1349 when the option
1350 .Va keepsave
1351 is set.
1353 .\" }}}
1355 .\" .Ss "Specifying messages" {{{
1356 .Ss "Specifying messages"
1358 Commands such as
1359 .Ic print
1361 .Ic delete
1362 can be given a list of message numbers as arguments to apply to a number
1363 of messages at once.
1364 Thus
1365 .Ql delete 1 2
1366 deletes messages 1 and 2,
1367 whereas
1368 .Ql delete 1-5
1369 will delete the messages 1 through 5.
1370 In sorted or threaded mode (see the
1371 .Ic sort
1372 command),
1373 .Ql delete 1-5
1374 will delete the messages that are located between (and including)
1375 messages 1 through 5 in the sorted/threaded order, as shown in the
1376 header summary.
1377 Multiple colon modifiers can be joined into one, e.g.,
1378 .Ql :du .
1379 The following special message names exist:
1381 .Bl -tag -width ".It Ar _n_u"
1382 .It Ar :n
1384 .Ql new
1385 messages.
1386 .It Ar :o
1387 All old messages (any not in state
1388 .Ql read
1390 .Ql new ) .
1391 .It Ar :u
1393 .Ql unread
1394 messages.
1395 .It Ar :d
1397 .Ql deleted
1398 messages (for the
1399 .Ic undelete
1400 command).
1401 .It Ar :r
1403 .Ql read
1404 messages.
1405 .It Ar :f
1407 .Ic flag Ns
1408 ged messages.
1409 .It Ar :a
1410 All answered messages
1411 (cf. the
1412 .Va markanswered
1413 variable).
1414 .It Ar :t
1415 All messages marked as draft.
1416 .It Ar :s
1417 \*(OP All messages classified as spam.
1418 .It Ar :S
1419 \*(OP All messages with unsure spam classification.
1420 .It Ar \&.
1421 The current message, the so-called
1422 .Dq dot .
1423 .It Ar \&;
1424 The message that was previously the current message.
1425 .It Ar \&,
1426 The parent message of the current message,
1427 that is the message with the Message-ID given in the
1428 .Ql In-Reply-To:
1429 field or the last entry of the
1430 .Ql References:
1431 field of the current message.
1432 .It Ar -
1433 The next previous undeleted message,
1434 or the next previous deleted message for the
1435 .Ic undelete
1436 command.
1437 In sorted/threaded mode,
1438 the next previous such message in the sorted/threaded order.
1439 .It Ar +
1440 The next undeleted message,
1441 or the next deleted message for the
1442 .Ic undelete
1443 command.
1444 In sorted/threaded mode,
1445 the next such message in the sorted/threaded order.
1446 .It Ar ^
1447 The first undeleted message,
1448 or the first deleted message for the
1449 .Ic undelete
1450 command.
1451 In sorted/threaded mode,
1452 the first such message in the sorted/threaded order.
1453 .It Ar $
1454 The last message.
1455 In sorted/threaded mode,
1456 the last message in the sorted/threaded order.
1458 .It Ar & Ns Ar x
1459 In threaded mode,
1460 selects the message addressed with
1461 .Ar x ,
1462 where
1463 .Ar x
1464 is any other message specification,
1465 and all messages from the thread that begins at it.
1466 Otherwise it is identical to
1467 .Ar x .
1469 .Ar x
1470 is omitted,
1471 the thread beginning with the current message is selected.
1473 .It Ar *
1474 All messages.
1475 .It Ar `
1476 All messages that were included in the message list for the previous
1477 command.
1479 .It Ar / Ns Ar string
1480 All messages that contain
1481 .Ar string
1482 in the subject field (case ignored).
1483 See also the
1484 .Va searchheaders
1485 variable.
1487 .Ar string
1488 is empty,
1489 the string from the previous specification of that type is used again.
1491 .It Xo Op Ar @ Ns Ar name-list Ns
1492 .Ar @ Ns Ar expr
1494 All messages that contain the given case-insensitive search
1495 .Ar expr Ns
1496 ession; if the \*(OPal regular expression (see
1497 .Xr re_format 7 )
1498 support is available
1499 .Ar expr
1500 will be interpreted as one if any of the
1501 .Dq magical
1502 regular expression characters is seen.
1503 If the optional
1504 .Ar @ Ns Ar name-list
1505 part is missing, the search is restricted to the subject field body,
1506 but otherwise
1507 .Ar name-list
1508 specifies a comma-separated list of header fields to search, as in
1510 .Dl '@to,from,cc@Someone i ought to know'
1512 In order to search for a string that includes a
1513 .Ql @
1514 (commercial at) character the
1515 .Ar name-list
1516 is effectively non-optional, but may be given as the empty string.
1517 Some special header fields may be abbreviated:
1518 .Ql f ,
1519 .Ql t ,
1520 .Ql c ,
1521 .Ql b
1523 .Ql s
1524 will match
1525 .Ql From ,
1526 .Ql To ,
1527 .Ql Cc ,
1528 .Ql Bcc
1530 .Ql Subject ,
1531 respectively and case-insensitively.
1532 The special names
1533 .Ql header
1535 .Ql <
1536 can be used to search in (all of) the header(s) of the message, and the
1537 special names
1538 .Ql body
1540 .Ql >
1542 .Ql text
1544 .Ql =
1545 can be used to perform full text searches \(en whereas the former
1546 searches only the body, the latter also searches the message header.
1548 This message specification performs full text comparison, but even with
1549 regular expression support it is almost impossible to write a search
1550 expression that savely matches only a specific address domain.
1551 To request that the content of the header is treated as a list of
1552 addresses, and to strip those down to the plain email address which the
1553 search expression is to be matched against, prefix the header name
1554 (abbreviation) with a tilde
1555 .Ql ~ :
1557 .Dl '@~f@@a\e.safe\e.domain\e.match$'
1559 .It Ar address
1560 A case-insensitive
1561 .Dq any substring matches
1562 search against the
1563 .Ql From:
1564 header, which will match addresses (too) even if
1565 .Va showname
1566 is set (and POSIX says
1567 .Dq any address as shown in a header summary shall be matchable in this form ) ;
1568 However, if the
1569 .Va allnet
1570 variable is set, only the local part of the address is evaluated
1571 for the comparison, not ignoring case, and the setting of
1572 .Va showname
1573 is completely ignored.
1574 For finer control and match boundaries use the
1575 .Ql @
1576 search expression; the \*(OPal IMAP-style
1577 .Ql (from address)
1578 expression can also be used if substring matches are desired.
1582 \*(OP IMAP-style SEARCH expressions may also be used.
1583 This addressing mode is available with all types of folders;
1584 \*(UA will perform the search locally as necessary.
1585 Strings must be enclosed by double quotes
1586 .Ql \&"
1587 in their entirety if they contain white space or parentheses;
1588 within the quotes, only backslash
1589 .Ql \e
1590 is recognized as an escape character.
1591 All string searches are case-insensitive.
1592 When the description indicates that the
1593 .Dq envelope
1594 representation of an address field is used,
1595 this means that the search string is checked against both a list
1596 constructed as
1598 .Bd -literal -offset indent
1599 (\*qname\*q \*qsource\*q \*qlocal-part\*q \*qdomain-part\*q)
1603 for each address,
1604 and the addresses without real names from the respective header field.
1605 These search expressions can be nested using parentheses, see below for
1606 examples.
1609 .Bl -tag -compact -width ".It Ar _n_u"
1610 .It Ar ( criterion )
1611 All messages that satisfy the given
1612 .Ar criterion .
1613 .It Ar ( criterion1 criterion2 ... criterionN )
1614 All messages that satisfy all of the given criteria.
1616 .It Ar ( or criterion1 criterion2 )
1617 All messages that satisfy either
1618 .Ar criterion1
1620 .Ar criterion2 ,
1621 or both.
1622 To connect more than two criteria using
1623 .Ql or
1624 specifications have to be nested using additional parentheses,
1625 as with
1626 .Ql (or a (or b c)) ,
1627 since
1628 .Ql (or a b c)
1629 really means
1630 .Ql ((a or b) and c) .
1631 For a simple
1632 .Ql or
1633 operation of independent criteria on the lowest nesting level,
1634 it is possible to achieve similar effects by using three separate
1635 criteria, as with
1636 .Ql (a) (b) (c) .
1638 .It Ar ( not criterion )
1639 All messages that do not satisfy
1640 .Ar criterion .
1641 .It Ar ( bcc \*q Ns Ar string Ns Ar \*q )
1642 All messages that contain
1643 .Ar string
1644 in the envelope representation of the
1645 .Ql Bcc:
1646 field.
1647 .It Ar ( cc \*q Ns Ar string Ns Ar \*q )
1648 All messages that contain
1649 .Ar string
1650 in the envelope representation of the
1651 .Ql Cc:
1652 field.
1653 .It Ar ( from \*q Ns Ar string Ns Ar \*q )
1654 All messages that contain
1655 .Ar string
1656 in the envelope representation of the
1657 .Ql From:
1658 field.
1659 .It Ar ( subject \*q Ns Ar string Ns Ar \*q )
1660 All messages that contain
1661 .Ar string
1662 in the
1663 .Ql Subject:
1664 field.
1665 .It Ar ( to \*q Ns Ar string Ns Ar \*q )
1666 All messages that contain
1667 .Ar string
1668 in the envelope representation of the
1669 .Ql To:
1670 field.
1671 .It Ar ( header name \*q Ns Ar string Ns Ar \*q )
1672 All messages that contain
1673 .Ar string
1674 in the specified
1675 .Ql Name:
1676 field.
1677 .It Ar ( body \*q Ns Ar string Ns Ar \*q )
1678 All messages that contain
1679 .Ar string
1680 in their body.
1681 .It Ar ( text \*q Ns Ar string Ns Ar \*q )
1682 All messages that contain
1683 .Ar string
1684 in their header or body.
1685 .It Ar ( larger size )
1686 All messages that are larger than
1687 .Ar size
1688 (in bytes).
1689 .It Ar ( smaller size )
1690 All messages that are smaller than
1691 .Ar size
1692 (in bytes).
1694 .It Ar ( before date )
1695 All messages that were received before
1696 .Ar date ,
1697 which must be in the form
1698 .Ql d[d]-mon-yyyy ,
1699 where
1700 .Ql d
1701 denotes the day of the month as one or two digits,
1702 .Ql mon
1703 is the name of the month \(en one of
1704 .Ql Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ,
1706 .Ql yyyy
1707 is the year as four digits, e.g.,
1708 .Ql 28-Dec-2012 .
1710 .It Ar ( on date )
1711 All messages that were received on the specified date.
1712 .It Ar ( since date )
1713 All messages that were received since the specified date.
1714 .It Ar ( sentbefore date )
1715 All messages that were sent on the specified date.
1716 .It Ar ( senton date )
1717 All messages that were sent on the specified date.
1718 .It Ar ( sentsince date )
1719 All messages that were sent since the specified date.
1720 .It Ar ()
1721 The same criterion as for the previous search.
1722 This specification cannot be used as part of another criterion.
1723 If the previous command line contained more than one independent
1724 criterion then the last of those criteria is used.
1726 .\" }}}
1728 .\" .Ss "On URL syntax and credential lookup" {{{
1729 .Ss "On URL syntax and credential lookup"
1731 \*(IN For accessing protocol-specific resources, like POP3 mailboxes,
1732 usage of compact and standardized Uniform Resource Locators
1733 (URL, RFC 1738) has become omnipresent.
1734 \*(UA expects and understands URLs in the following form;
1735 parts in brackets
1736 .Ql []
1737 denote optional parts, optional either because there also exist other
1738 ways to define the information in question or because support of the
1739 part is protocol-specific \(en e.g.,
1740 .Ql /path
1741 is used by the IMAP protocol but not by POP3.
1744 .Dl PROTOCOL://[USER[:PASSWORD]@]server[:port][/path]
1748 .Ql USER
1750 .Ql PASSWORD
1751 are specified as part of an URL they must be given in URL percent
1752 encoded (RFC 3986) form \(en the command
1753 .Ic urlencode
1754 can be used to perform the encoding and show the encoded value.
1755 (This doesn't really conform to any standard, but for one it isn't
1756 used for any data exchange over the internet, and second it's easier for
1757 users to simply call
1758 .Ic urlencode
1759 on a string and use that instead of having to deal with several
1760 different standards.)
1761 On the other hand, values given in variables are expected not to be URL
1762 percent encoded.
1765 Many variable options of \*(UA exist in multiple versions, called
1766 variable chains for the rest of this document: the plain
1767 .Ql variable
1768 as well as
1769 .Ql variable-HOST
1771 .Ql variable-USER@HOST .
1772 Here
1773 .Ql HOST
1774 indeed means
1775 .Ql server:port
1776 if a
1777 .Ql port
1778 had been specified in the respective URL, otherwise it refers to the plain
1779 .Ql server .
1780 Also,
1781 .Ql USER
1782 isn't truly the
1783 .Ql USER
1784 that had been found when doing the user chain lookup as is described
1785 below, i.e., this
1786 .Ql USER
1787 will never be in URL percent encoded form, wether it came from an URL or not.
1790 For example, wether an hypothetical URL
1791 .Ql smtp://hey%3Ayou@our.house
1792 had been given that includes a user, or wether the URL was
1793 .Ql smtp://our.house
1794 and the user had been found differently, to lookup the variable chain
1795 .Va smtp-use-starttls
1796 \*(UA first looks for wether
1797 .Ql smtp-\:use-\:starttls-\:hey:you@our.house
1798 is defined, then wether
1799 .Ql smtp-\:use-\:starttls-\:our.house
1800 exists before finally ending up looking at the plain variable itself.
1803 \*(UA obeys the following logic scheme when dealing with the
1804 necessary credential informations of an account:
1806 .Bl -bullet
1808 If no
1809 .Ql USER
1810 has been given in the URL the variables
1811 .Va user-HOST
1813 .Va user
1814 are looked up; if no such variable(s) can be found then \*(UA will,
1815 when enforced by the \*(OPal variables
1816 .Va netrc-lookup-HOST
1818 .Va netrc-lookup ,
1819 search the users
1820 .Pa .netrc
1821 file for a
1822 .Ql HOST
1823 specific entry which provides a
1824 .Ql login
1825 name: this lookup will only succeed if unambiguous (one possible matching
1826 entry for
1827 .Ql HOST ) .
1829 If there is still no
1830 .Ql USER
1831 then \*(UA will fall back to the user who is supposed to run \*(UA:
1832 either the name that has been given with the
1833 .Fl u
1834 command line option (or, equivalently, but with less precedence, the
1835 environment variable
1836 .Ev USER ) ,
1837 or the
1838 .Dq current
1839 user.
1840 The identity of this user has been fixated during \*(UA startup and is
1841 known to be a valid user on the current host.
1844 Authentication: unless otherwise noted this will lookup the
1845 .Va PROTOCOL-auth-USER@HOST , PROTOCOL-auth-HOST , PROTOCOL-auth
1846 variable chain, falling back to a protocol-specific default should this
1847 have no success.
1850 If no
1851 .Ql PASSWORD
1852 has been given in the URL \(en it should be noted once that specifying
1853 the password in the URL is only syntactic sugar for the user, it'll
1854 never be part of an URL that \*(UA uses itself \(en, then if the
1855 .Ql USER
1856 has been found through the \*(OPal
1857 .Pa .netrc
1858 file lookup then that may have already provided the password, too.
1859 Otherwise the variable chain
1860 .Va password-USER@HOST , password-HOST , password
1861 is looked up.
1863 \*(OP Then if any of the variables of the chain
1864 .Va agent-shell-lookup-USER@HOST , agent-shell-lookup-HOST , \
1865   agent-shell-lookup
1866 is set the shell command specified therein is run and the output (less
1867 newline characters) will be used as the password.
1868 It is perfectly valid for such an agent to simply not return any data,
1869 in which case the password lookup is continued somewhere else;
1870 Any command failure is treated as a hard error, however.
1872 The next variable chain that is inspected is the \*(OPal
1873 .Va netrc-lookup-USER@HOST , netrc-lookup-HOST , netrc-lookup ,
1874 but this time looking only for the password (multiple user accounts
1875 for a single machine may exist as well as a fallback entry without
1876 user but with a password).
1878 If at that point there is still no password available, but the
1879 (protocols') chosen authentication type requires a password, then in
1880 interactive mode the user will be prompted on the terminal.
1884 .Sy Note:
1885 S/MIME verification works relative to the values found in the
1886 .Ql From:
1888 .Ql Sender: )
1889 header field(s), which means that the values of
1890 .Va smime-sign , smime-sign-cert , smime-sign-include-certs
1892 .Va smime-sign-message-digest
1893 will not be looked up using the
1894 .Ql USER
1896 .Ql HOST
1897 chains from above but instead use the corresponding values from the
1898 message that is being worked on.
1899 In unusual cases multiple and different
1900 .Ql USER
1902 .Ql HOST
1903 combinations may therefore be involved \(en on the other hand those
1904 unusual cases become possible.
1905 The usual case is as short as:
1908 .Dl set smtp=smtp://USER:PASS@HOST smtp-use-starttls \e
1909 .Dl \ \ \ \ smime-sign smime-sign-cert=+smime.pair
1912 The section
1913 .Sx EXAMPLES
1914 contains complete example configurations.
1915 .\" }}}
1917 .\" .Ss "Command line editor" {{{
1918 .Ss "Command line editor"
1920 \*(OP \*(UA can be configured to support a command line editor and
1921 command history lists which are saved in between sessions.
1922 One may link against fully-fledged external libraries
1923 .Pf ( Xr readline 6 ,
1924 .Xr editline 3 Ns
1925 ) or use \*(UA's own command line editor NCL (Nail-Command-Line)
1926 instead, which should work in all environments which comply to the
1927 ISO C standard (ISO/IEC 9899:1990/Amendment 1:1995).
1928 When an external library is used, interactive behaviour of \*(UA relies
1929 on that library and may not correspond one-to-one to what is described
1930 in this manual.
1933 Regardless of the actually used command line editor
1934 .Ic history
1935 entries will be created for lines entered in command mode only, and
1936 creation of such an entry can be forcefully suppressed by starting the
1937 line with a space character.
1938 Note that
1939 .Ic history
1940 handling is by itself an optional feature and may therefore not be
1941 available.
1942 For more information see the documentation of the options
1943 .Va emptystart ,
1944 .Va history-gabby ,
1945 .Va history-gabby-persist ,
1946 .Va line-editor-disable ,
1947 .Va NAIL_HISTFILE
1949 .Va NAIL_HISTSIZE .
1952 The builtin \*(UA command line editor supports the following operations;
1953 the notation
1954 .Ql ^-character
1955 stands for the combination of the
1956 .Dq Control
1957 key plus the mentioned character, e.g.,
1958 .Ql ^A
1959 means
1960 .Dq hold down control key and press the A key :
1963 .Bl -tag -compact -width "Ql _M"
1964 .It Ql ^A
1965 Go to the start of the line.
1966 .It Ql ^B
1967 Move the cursor backward one character.
1968 .It Ql ^D
1969 Forward delete the character under the cursor;
1970 quits \*(UA if used on the empty line unless the
1971 .Va ignoreeof
1972 option is set.
1973 .It Ql ^E
1974 Go to the end of the line.
1975 .It Ql ^F
1976 Move the cursor forward one character.
1978 .It Ql ^G
1979 Cancel current operation, full reset.
1980 If there is an active history search or tabulator expansion then this
1981 command will first reset that, reverting to the former line content;
1982 thus a second reset is needed for a full reset in this case.
1983 In all cases \*(UA will reset a possibly used multibyte character input
1984 state machine.
1986 .It Ql ^H
1987 The same as
1988 .Dq backspace :
1989 backward delete one character.
1991 .It Ql ^I
1992 \*(OP The same as
1993 .Dq horizontal tabulator :
1994 try to expand the word before the cursor.
1995 (Note this is not
1996 .Dq tabulator-completion
1997 as is known from the
1998 .Xr sh 1
1999 but really means the usual \*(UA expansion, as documented for
2000 .Ic file ,
2001 yet it involves shell expansion as a last step, too.)
2003 .It Ql ^J
2004 The same as
2005 .Dq ENTER :
2006 complete this line of input.
2007 .It Ql ^K
2008 Delete all characters from the cursor to the end of the line.
2009 .It Ql ^L
2010 Repaint the line.
2011 .It Ql ^N
2012 \*(OP Go to the next history entry.
2013 .It Ql ^O
2014 Execute the command
2015 .Ic dp .
2016 .It Ql ^P
2017 \*(OP Go to the previous history entry.
2018 .It Ql ^R
2019 \*(OP Complete the current line from (the remaining older) history entries.
2020 .It Ql ^U
2021 The same as
2022 .Ql ^A
2023 followed by
2024 .Ql ^K .
2025 .It Ql ^W
2026 Delete the characters from the one preceding the cursor to the preceding
2027 word boundary.
2028 .It Ql ^X
2029 Move the cursor forward one word boundary.
2030 .It Ql ^Y
2031 Move the cursor backward one word boundary.
2035 If problems with commands that are based upon rightwise movement are
2036 encountered, adjustments of the option
2037 .Va line-editor-cursor-right
2038 may solve the problem, as documented for it.
2041 If the terminal produces key sequences which are compatible with
2042 .Xr xterm 1
2043 then the left and right cursor keys will map to
2044 .Ql ^B
2046 .Ql ^F ,
2047 respectively, the up and down cursor keys will map to
2048 .Ql ^P
2050 .Ql ^N ,
2051 and the Home/End/PgUp/PgDown keys will call the
2052 .Ic z
2053 command with the respective arguments
2054 .Ql 0 ,
2055 .Ql $ ,
2056 .Ql -
2058 .Ql +
2059 (i.e., perform scrolling through the header summary list).
2060 .\" }}}
2062 .\" .Ss "Coloured message display" {{{
2063 .Ss "Coloured message display"
2065 \*(OP \*(UA can be configured to support coloured message display,
2066 realized by emitting ANSI colour escape sequences.
2067 Colours are only used when the
2068 .Ev TERM
2069 environment variable is set and either the terminal type can be found in
2070 .Va colour-terms
2071 or its name includes the string
2072 .Ql color .
2075 On top of that the binary option
2076 .Va colour-pager
2077 defines wether these colour sequences are also generated when the output
2078 of a command needs to go through the
2079 .Ev PAGER
2080 (also see
2081 .Va crt Ns
2082 ) \(en this is not enabled by default because different pager programs
2083 need different command line switches or other configuration in order to
2084 support those colour sequences, please see the option for more details.
2087 To forcefully disable all colour support, set
2088 .Va colour-disable .
2091 Colours can be configured through font attributes
2092 .Pf ( Ql ft=
2093 \(en
2094 .Ql bold ,
2095 .Ql invers
2097 .Ql underline ) ,
2098 foreground
2099 .Pf ( Ql fg= )
2100 and background
2101 .Pf ( Ql bg= )
2102 colours
2103 .Pf ( Ql black ,
2104 .Ql blue ,
2105 .Ql green ,
2106 .Ql red ,
2107 .Ql brown ,
2108 .Ql magenta ,
2109 .Ql cyan
2111 .Ql white ) .
2112 Multiple specifications can be joined in a comma separated list, as in
2115 .Dl set colour-msginfo="ft=bold,fg=magenta,bg=cyan"
2118 Options to be set are
2119 .Va colour-msginfo ,
2120 .Va colour-partinfo ,
2121 .Va colour-from_ ,
2122 .Va colour-header
2124 .Va colour-uheader ,
2125 as well as
2126 .Va colour-user-headers ,
2127 which is a list of headers to be colourized via
2128 .Va colour-uheader
2129 instead of the default
2130 .Va colour-header .
2131 .\" }}}
2132 .\" }}} (DESCRIPTION)
2135 .\" .Sh COMMANDS {{{
2136 .Sh COMMANDS
2138 Each command is typed on a line by itself,
2139 and may take arguments following the command word.
2140 The command need not be typed in its entirety \(en
2141 the first command which matches the typed prefix is used.
2142 (The command
2143 .Ic list
2144 prints a sorted list of available commands, and the command
2145 .Ic help
2147 .Ic \&? ) ,
2148 when given an argument, will show a documentation string for the
2149 expansion, as in
2150 .Ql ?unc ;
2151 documentation strings are however \*(OPal.)
2154 For commands which take message lists as arguments, the next message
2155 forward that satisfies the command's requirements will be used shall no
2156 explicit message list have been passed.
2157 If there are no messages forward of the current message,
2158 the search proceeds backwards,
2159 and if there are no good messages at all,
2160 \*(UA types
2161 .Dq no applicable messages
2162 and aborts the command.
2163 The arguments to commands can be quoted, using the following methods:
2166 .Bl -bullet -compact -offset indent
2168 An argument can be enclosed between paired double-quotes
2169 .Ql """argument"""
2171 single-quotes
2172 .Ql 'argument' ;
2173 any white space, shell word expansion, or backslash characters (except
2174 as described next) within the quotes are treated literally as part of
2175 the argument.
2176 A double-quote will be treated literally within single-quotes and vice
2177 versa.
2178 Inside such a quoted string the actually used quote character can be
2179 used nonetheless by escaping it with a backslash
2180 .Ql \e ,
2181 as in
2182 .Ql """y\e""ou""" .
2185 An argument that is not enclosed in quotes, as above, can usually still
2186 contain space characters if those spaces are backslash-escaped.
2189 A backslash outside of the enclosing quotes is discarded
2190 and the following character is treated literally as part of the argument.
2193 An unquoted backslash at the end of a command line is discarded and the
2194 next line continues the command.
2198 Filenames, where expected, are subsequently subjected to the following
2199 transformations, in sequence:
2202 .Bl -bullet -compact -offset indent
2204 If the filename begins with an unquoted plus sign, and the
2205 .Va folder
2206 variable is defined,
2207 the plus sign will be replaced by the value of the
2208 .Va folder
2209 variable followed by a slash.
2210 If the
2211 .Va folder
2212 variable is unset or is set to null, the filename will be unchanged.
2215 Shell word expansions are applied to the filename.
2216 .\" TODO shell word expansion shell expand fexpand FEXP_NSHELL
2217 .Sy Compatibility note:
2218 on the long run support for complete shell word expansion will be
2219 replaced by an internally implemented restricted expansion mechanism in
2220 order to circumvent possible security impacts through shell expansion.
2221 Expect that a growing number of program parts only support this
2222 restricted syntax:
2224 Meta expansions are applied to the filename: leading tilde characters
2225 .Pf ( Ql ~/ )
2226 will be replaced by the expansion of
2227 .Ev HOME ,
2228 and any occurrence of
2229 .Ql $VARIABLE
2231 .Ql ${VARIABLE} )
2232 will be replaced by the expansion of the variable, if possible;
2233 \*(UA internal as well as environmental (shell) variables can be
2234 accessed through this mechanism.
2235 In order to include a raw
2236 .Ql $
2237 character precede it with a backslash
2238 .Ql \e ,
2239 to include a backslash double it.
2240 If more than a single pathname results from this expansion and the
2241 command is expecting one file, an error results.
2243 Note that in interactive display context, in order to allow simple
2244 value acceptance (typing
2245 .Dq ENTER ) ,
2246 backslash quoting is performed automatically as necessary, e.g., a file
2247 .Ql diet\e is \ecurd.txt
2248 will be displayed as
2249 .Ql diet\e\e is \e\ecurd.txt .
2253 The following commands are available:
2255 .Bl -tag -width ".Ic _ccount"
2257 .It Ic #
2258 The comment-command causes the entire line to be ignored.
2259 .Sy Note:
2260 this really is a normal command which' purpose is to discard its
2261 arguments, not a
2262 .Dq comment-start
2263 indicating special character, which means that, e.g., trailing comments
2264 on a line are not possible.
2267 .It Ic ~
2268 Interprets the remainder of the word as a macro name and passes it
2269 through to the
2270 .Ic call
2271 command; e.g.,
2272 .Ql ~ Ns Ar mymacro
2273 is a shorter synonym for
2274 .Ql call Ar mymacro .
2277 .It Ic -
2278 Print out the preceding message.
2279 If given a numeric argument n,
2280 goes to the n'th previous message and prints it.
2283 .It Ic =
2284 Show the current message number (the
2285 .Dq dot ) .
2288 .It Ic \&?
2289 Prints a brief summary of commands.
2290 \*(OP Given an argument a synopsis for the command in question is
2291 printed instead;
2292 commands can be abbreviated in general and this command can be used
2293 to see the full expansion of an abbreviation including the synopsis,
2294 try, e.g.,
2295 .Ql ?h ,
2296 .Ql ?hel
2298 .Ql ?help
2299 and see how the display changes.
2302 .It Ic \&!
2303 Executes the
2304 .Ev SHELL
2305 (see
2306 .Xr sh 1 Ns
2307 ) command which follows.
2310 .It Ic \&|
2311 A synonym for the
2312 .Ic pipe
2313 command.
2316 .It Ic account
2317 (ac) Creates, selects or lists (an) account(s).
2318 An account is a group of commands and variable settings which together
2319 usually arrange the environment for the purpose of creating a system login.
2320 Without any argument a listing of all defined accounts and their content
2321 is printed.
2322 A specific account can be activated by giving solely its name, resulting
2323 in the system mailbox or inbox of that account to be activated as via an
2324 explicit use of the command
2325 .Ic file .
2326 The two argument form is identical to defining a macro as via
2327 .Ic define .
2328 For example:
2329 .Bd -literal -offset indent
2330 account myisp {
2331   set folder=imaps://mylogin@imap.myisp.example
2332   set record=+Sent
2333   set from="myname@myisp.example (My Name)"
2334   set smtp=smtp://mylogin@smtp.myisp.example
2338 creates an account named
2339 .Ql myisp
2340 which can later be selected by specifying
2341 .Ql account myisp .
2342 The special account
2343 .Ql null
2344 (case-insensitive) always exists.
2345 .Ic localopts
2346 can be used to localize account settings \(en different to normal macros
2347 the settings will be reverted once the account is switched off.
2348 Accounts can be deleted via
2349 .Ic unaccount .
2352 .It Ic alias
2353 (a) With no arguments, prints out all currently-defined aliases.
2354 With one argument, prints out that alias.
2355 With more than one argument,
2356 creates a new alias or appends to an existing one.
2357 .Ic unalias
2358 can be used to delete aliases.
2361 .It Ic alternates
2362 (alt) Manage a list of alternate addresses / names of the active user,
2363 members of which will be removed from recipient lists when replying to
2364 messages (and the
2365 .Va metoo
2366 variable is not set).
2367 If arguments are given the set of alternate names is replaced by them,
2368 without arguments the current set is displayed.
2371 .It Ic answered
2372 Takes a message list and marks each message as having been answered.
2373 This mark has no technical meaning in the mail system;
2374 it just causes messages to be marked in the header summary,
2375 and makes them specially addressable.
2378 .It Ic cache
2379 \*(OP Only applicable to cached IMAP mailboxes;
2380 takes a message list and reads the specified messages into the IMAP
2381 cache.
2384 .It Ic call
2385 Calls a macro that has been created via
2386 .Ic define .
2389 .It Ic cd
2390 (ch) Change the working directory to
2391 .Ev HOME
2392 or the given argument.
2393 Synonym for
2394 .Ic chdir .
2397 .It Ic certsave
2398 \*(OP Only applicable to S/MIME signed messages.
2399 Takes a message list and a file name and saves the certificates
2400 contained within the message signatures to the named file in both
2401 human-readable and PEM format.
2402 The certificates can later be used to send encrypted messages to the
2403 respective message senders by setting
2404 .Va smime-encrypt-USER@HOST
2405 variables.
2408 .It Ic chdir
2409 (ch) Change the working directory to
2410 .Ev HOME
2411 or the given argument.
2412 Synonym for
2413 .Ic cd .
2416 .It Ic collapse
2417 Only applicable to threaded mode.
2418 Takes a message list and makes all replies to these messages invisible
2419 in header summaries, unless they are in state
2420 .Ql new .
2423 .It Ic connect
2424 \*(OP If operating in disconnected mode on an IMAP mailbox,
2425 switch to online mode and connect to the mail server while retaining
2426 the mailbox status.
2427 See the description of the
2428 .Va disconnected
2429 variable for more information.
2432 .It Ic Copy
2433 (C) Copy messages to files whose names are derived from the author of
2434 the respective message and don't mark them as being saved;
2435 otherwise identical to
2436 .Ic Save .
2439 .It Ic copy
2440 (c) Copy messages to the named file and don't mark them as being saved;
2441 otherwise identical to
2442 .Ic save .
2445 .It Ic cwd
2446 Print the current working directory.
2449 .It Ic Decrypt
2450 \*(OP For unencrypted messages this command is identical to
2451 .Ic Copy ;
2452 Encrypted messages are first decrypted, if possible, and then copied.
2455 .It Ic decrypt
2456 \*(OP For unencrypted messages this command is identical to
2457 .Ic copy ;
2458 Encrypted messages are first decrypted, if possible, and then copied.
2461 .It Ic define
2462 Without arguments the current list of macros, including their content,
2463 is printed, but otherwise a macro is defined.
2464 A macro definition is a sequence of commands in the following form:
2465 .Bd -literal -offset indent
2466 define name {
2467   command1
2468   command2
2469   ...
2470   commandN
2474 A defined macro can be invoked explicitly by using the
2475 .Ic call
2477 .Ic ~
2478 commands, or implicitly by setting the
2479 .Va folder-hook
2481 .Va folder-hook-FOLDER
2482 variables.
2483 Note that interpretation of
2484 .Ic localopts
2485 depends on how (i.e.,
2486 .Dq as what :
2487 normal macro, folder hook, account switch) the macro is invoked.
2488 Macros can be deleted via
2489 .Ic undefine .
2492 .It Ic delete
2493 (d) Marks the given message list as
2494 .Ql deleted .
2495 Deleted messages will neither be saved in
2496 .Ev MBOX
2497 nor will they be available for most other commands.
2500 .It Ic discard
2501 (di) Identical to
2502 .Ic ignore .
2503 Also see
2504 .Ic retain .
2507 .It Ic disconnect
2508 \*(OP (disco) If operating in online mode on an IMAP mailbox,
2509 switch to disconnected mode while retaining the mailbox status.
2510 See the description of the
2511 .Va disconnected
2512 variable for more.
2513 A list of messages may optionally be given as argument;
2514 the respective messages are then read into the cache before the
2515 connection is closed.
2516 Thus `disco *' makes the entire mailbox available for disconnected use.
2520 .It Ic dp , dt
2521 Deletes the current message and prints the next message.
2522 If there is no next message, \*(UA says
2523 .Dq at EOF .
2526 .It Ic draft
2527 Takes a message list and marks each given message as a draft.
2528 This mark has no technical meaning in the mail system;
2529 it just causes messages to be marked in the header summary,
2530 and makes them specially addressable.
2533 .It Ic echo
2534 (ec) Echoes its arguments,
2535 resolving special names as documented for the command
2536 .Ic file .
2537 The escape sequences
2538 .Ql \ea ,
2539 .Ql \eb ,
2540 .Ql \ec ,
2541 .Ql \ef ,
2542 .Ql \en ,
2543 .Ql \er ,
2544 .Ql \et ,
2545 .Ql \ev ,
2546 .Ql \e\e
2548 .Ql \e0octal-num
2549 are interpreted just as they are by
2550 .Xr printf 1
2551 (proper quoting provided).
2554 .It Ic edit
2555 (e) Point the text editor (as defined in
2556 .Ev EDITOR )
2557 at each message from the given list in turn.
2558 Modified contents are discarded unless the
2559 .Va writebackedited
2560 variable is set.
2563 .It Ic elif
2564 Part of the
2565 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2566 conditional \(em if the condition of a preceeding
2567 .Ic if
2568 was false, check the following condition and execute the following block
2569 if it evaluates true.
2572 .It Ic else
2573 (el) Part of the
2574 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2575 conditional \(em if none of the conditions of the preceeding
2576 .Ic if
2578 .Ic elif
2579 commands was true, the
2580 .Ic else
2581 block is executed.
2584 .It Ic endif
2585 (en) Marks the end of an
2586 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2587 conditional execution block.
2590 .It Ic errors
2591 \*(OP Since \*(UA uses the console as a user interface it can happen
2592 that messages scroll by too fast to become recognized.
2593 Optionally an error message ring queue is available which stores
2594 duplicates of any error message and notifies the user in interactive
2595 sessions whenever a new error has occurred.
2596 The queue is finite: if its maximum size is reached any new message
2597 replaces the eldest.
2598 The command
2599 .Ic errors
2600 can be used to manage this message queue: if given
2601 .Ar show
2602 or no argument the queue will be displayed and cleared,
2603 .Ar clear
2604 will only clear all messages from the queue.
2607 .It Ic exit
2608 (ex or x) Exit from \*(UA without changing the active mailbox and skip
2609 any saving of messages in
2610 .Ev MBOX
2611 as well as a possibly tracked command line editor history file.
2614 .It Ic features
2615 Print the list of features that have been compiled into \*(UA.
2618 .It Ic File
2619 (Fi) Like
2620 .Ic file ,
2621 but open the mailbox readonly.
2624 .It Ic file
2625 (fi) The file command switches to a new mailbox.
2626 Without arguments it prints the complete state of the current mailbox.
2627 If an argument is given, it will write out changes (such as deletions)
2628 the user has made and open a new mailbox.
2629 Some special conventions are recognized for the
2630 .Ar name
2631 argument:
2633 .Bl -tag -compact -offset indent -width ".Ar %:__lespec"
2634 .It Ar #
2635 (number sign) means the previous file,
2636 .It Ar %
2637 (percent sign) means the invoking user's system mailbox
2638 (or the value of
2639 .Va folder
2640 for IMAP folders),
2641 .It Ar %user
2642 means the system mailbox of
2643 .Ar user
2644 (and never the value of
2645 .Va folder ,
2646 regardless of its actual setting),
2647 .It Ar &
2648 (ampersand) means the invoking user's
2649 .Ev MBOX
2650 file and
2651 .It Ar +file
2652 means a
2653 .Ar file
2654 in the
2655 .Va folder
2656 directory.
2657 .It Ar %:filespec
2658 expands to the same value as
2659 .Ar filespec ,
2660 but the file is handled as a system mailbox by, e.g., the
2661 .Ic mbox
2663 .Ic save
2664 commands, meaning that messages that have been read in the current
2665 session will be moved to the
2666 .Ev MBOX
2667 mailbox instead of simply being flagged as read.
2670 If the name matches one of the strings defined with the command
2671 .Ic shortcut ,
2672 it is replaced by its long form and expanded.
2673 If the name ends with
2674 .Ql .gz ,
2675 .Ql .bz2
2677 .Ql .xz
2678 it is treated as being compressed with
2679 .Xr gzip 1 ,
2680 .Xr bzip2 1
2682 .Xr xz 1 ,
2683 respectively, and transparently handled through an intermediate
2684 (un)compression step (using a temporary file) with the according
2685 facility, sufficient support provided.
2686 Likewise, if the named file doesn't exist, but a file with one of the
2687 mentioned compression extensions does, then the name is automatically
2688 expanded and the compressed file is used.
2690 Otherwise, if the name ends with an extension for which
2691 .Va file-hook-load-EXTENSION
2693 .Va file-hook-save-EXTENSION
2694 variables are set, then the given hooks will be used to load and save
2695 .Dq name ,
2696 and \*(UA will work with an intermediate temporary file.
2698 MBOX files (flat file-based mailboxes) are generally locked during file
2699 operations in order to avoid inconsistencies against concurrent
2700 modifications.
2701 Mailbox files which \*(UA treats as system mailboxes will also be
2702 protected by so-called dotlock files, the traditional way of mail spool
2703 file locking: for any file
2704 .Ql a
2705 a lock file
2706 .Ql a.lock
2707 will be created for the duration of the synchronization \(em
2708 as necessary a privilege-separated dotlock child process will be used
2709 to accommodate for necessary privilege adjustments in order to create
2710 the dotlock file in the same directory
2711 and with the same user and group identities as the file of interest.
2714 .Ar name
2715 refers to a directory with the subdirectories
2716 .Ql tmp ,
2717 .Ql new
2719 .Ql cur ,
2720 then it is treated as a folder in
2721 .Dq Maildir
2722 format.
2723 A name of the form
2725 .Dl \*(IN protocol://[user[:password]@]host[:port][/path]
2726 .Dl \*(OU protocol://[user@]host[:port][/path]
2728 is taken as an Internet mailbox specification.
2729 The \*(OPally supported protocols are
2730 .Ar pop3
2731 (POP3) and
2732 .Ar pop3s
2733 (POP3 with SSL/TLS encrypted transport).
2735 .Ar [/path]
2736 part is valid only for IMAP; there it defaults to
2737 .Ar INBOX .
2738 Also see the section
2739 .Sx "On URL syntax and credential lookup" .
2741 \*(OU If
2742 .Ar user
2743 contains special characters, in particular
2744 .Ql /
2746 .Ql % ,
2747 they must be escaped in URL notation \(en the command
2748 .Ic urlencode
2749 can be used to show the necessary conversion.
2750 The optional `path' part applies to IMAP only;
2751 if it is omitted, the default `INBOX' is used.
2753 If \*(UA is connected to an IMAP server,
2754 a name of the form `@mailbox' refers to the `mailbox' on that server,
2755 but otherwise a `@' prefix has no special meaning.
2758 .It Ic flag
2759 Takes a message list and marks the messages as
2760 .Ic flag Ns
2761 ged for urgent/special attention.
2762 This mark has no technical meaning in the mail system;
2763 it just causes messages to be highlighted in the header summary,
2764 and makes them specially addressable.
2767 .It Ic folder
2768 (fold) The same as
2769 .Ic file .
2772 .It Ic folders
2773 With no arguments, list the names of the folders in the folder directory.
2774 With an existing folder as an argument,
2775 lists the names of folders below the named folder;
2776 e.\|g. the command `folders @' lists the folders on the base level of
2777 the current IMAP server.
2778 See also the variable
2779 .Va imap-list-depth .
2782 .It Ic Followup
2783 (F) Similar to
2784 .Ic Respond ,
2785 but saves the message in a file named after the local part of the first
2786 recipient's address (instead of in
2787 .Va record Ns ).
2790 .It Ic followup
2791 (fo) Similar to
2792 .Ic respond ,
2793 but saves the message in a file named after the local part of the first
2794 recipient's address (instead of in
2795 .Va record Ns ).
2798 .It Ic followupall
2799 Similar to
2800 .Ic followup ,
2801 but responds to all recipients regardless of the
2802 .Va flipr
2803 variable.
2806 .It Ic followupsender
2807 Similar to
2808 .Ic Followup ,
2809 but responds to the sender only regardless of the
2810 .Va flipr
2811 variable.
2814 .It Ic Forward
2815 Alias for
2816 .Ic Fwd .
2819 .It Ic forward
2820 Alias for
2821 .Ic fwd .
2824 .It Ic from
2825 (f) Takes a list of messages and prints their message headers
2826 (which qualifies this command as \*(UAs search facility).
2829 .It Ic Fwd
2830 Similar to
2831 .Ic fwd ,
2832 but saves the message in a file named after the local part of the
2833 recipient's address (instead of in
2834 .Va record Ns ).
2837 .It Ic fwd
2838 Takes a message and the address of a recipient
2839 and forwards the message to him.
2840 The text of the original message is included in the new one,
2841 with the value of the
2842 .Va fwdheading
2843 variable printed before.
2845 .Ic fwdignore
2847 .Ic fwdretain
2848 commands specify which header fields are included in the new message.
2849 Only the first part of a multipart message is included unless the
2850 .Va forward-as-attachment
2851 option is set.
2852 Unless the option
2853 .Va fullnames
2854 is set recipient addresses will be stripped from comments, names etc.
2857 .It Ic fwdignore
2858 Specifies which header fields are to be ignored with the command
2859 .Ic fwd .
2860 This command has no effect when the
2861 .Va forward-as-attachment
2862 option is set.
2865 .It Ic fwdretain
2866 Specifies which header fields are to be retained with the command
2867 .Ic fwd .
2868 .Ic fwdretain
2869 overrides
2870 .Ic fwdignore .
2871 This command has no effect when the
2872 .Va forward-as-attachment
2873 option is set.
2876 .It Ic ghost
2877 Define or list command aliases, so-called ghosts.
2878 Without arguments a list of all currently known aliases is printed.
2879 With one argument the expansion of the given alias is shown.
2880 With two or more arguments a command alias is defined or updated: the
2881 first argument is the name under which the remaining command line should
2882 be accessible, the content of which can be just about anything.
2883 A ghost can be used everywhere a normal command can be used, but always
2884 takes precedence; any arguments that are given to the command alias are
2885 joined onto the alias content, and the resulting string forms the
2886 command line that is, in effect, executed.
2887 Also see
2888 .Ic unghost .
2889 .Bd -literal -offset indent
2890 ? gh xx
2891 `ghost': no such alias: "xx"
2892 ? gh xx echo hello,
2893 ? gh xx
2894 ghost xx "echo hello,"
2895 ? xx
2896 hello,
2897 ? xx world
2898 hello, world
2902 .It Ic headers
2903 (h) Show the current group of headers, the size of which depends on
2904 the variable
2905 .Va screen .
2906 If a message-specification is given the group of headers containing the
2907 first message therein is shown and the message at the top of the screen
2908 becomes the new
2909 .Dq dot .
2912 .It Ic help
2913 (hel) A synonym for
2914 .Ic \&? .
2917 .It Ic history
2918 \*(OP Either
2919 .Ar show
2921 .Ar clear
2922 the list of history entries;
2923 a decimal
2924 .Ar NUMBER
2925 argument selects and shows the respective history entry \(en
2926 press
2927 .Dq ENTER
2928 to accept it, and the history entry will become the new history top.
2929 The default mode if no arguments are given is
2930 .Ar show .
2933 .It Ic hold
2934 (ho, also
2935 .Ic preserve )
2936 Takes a message list and marks each message therein to be saved in the
2937 user's system mailbox instead of in
2938 .Ev MBOX .
2939 Does not override the
2940 .Ic delete
2941 command.
2942 \*(UA deviates from the POSIX standard with this command, because a
2943 .Ic next
2944 command issued after
2945 .Ic hold
2946 will display the following message, not the current one.
2950 .It Ic if
2951 (i) Part of the nestable
2952 .Ic if Ns / Ns Ic elif Ns / Ns Ic else Ns / Ns Ic endif
2953 conditional execution construct \(em if the given condition is true then
2954 the encapsulated block is executed.
2955 POSIX only supports the conditions
2956 .Ql [Rr]eceive ,
2957 .Ql [Ss]end
2959 .Ql [Tt]erm
2960 (execute if standard input is a tty), all remaining conditions are
2961 non-portable extensions; note that falsely specified conditions cause
2962 the execution of the entire conditional construct until the
2963 (matching) closing
2964 .Ic endif
2965 command to be suppressed.
2966 The syntax of the nestable
2967 .Ic if
2968 conditional execution construct requires that each condition and syntax
2969 element is surrounded by whitespace.
2971 .Bd -literal -offset indent
2972 if receive
2973   commands ...
2974 else
2975   commands ...
2976 endif
2980 Another condition can be any boolean value (see the section
2981 .Sx "Value options"
2982 for booleans) to mark an enwrapped block as
2983 .Dq never execute
2985 .Dq always execute .
2986 It is possible to check a variable for existence or compare its
2987 expansion against a user given value or another variable via the
2988 .Ql $
2989 .Pf ( Dq variable next )
2990 conditional trigger character.
2991 The available comparison operators are
2992 .Ql <
2993 (less than),
2994 .Ql <=
2995 (less than or equal to),
2996 .Ql ==
2997 (equal),
2998 .Ql !=
2999 (not equal),
3000 .Ql >=
3001 (greater than or equal to),
3002 .Ql >
3003 (greater than),
3004 .Ql =@
3005 (is substring of) and
3006 .Ql !@
3007 (is not substring of).
3008 The values of the left and right hand side are treated as strings and
3009 are compared 8-bit byte-wise, ignoring case according to the rules of
3010 the US-ASCII encoding (therefore, dependend on the active locale,
3011 possibly producing false results for strings in the locale encoding).
3012 Except for the substring checks the comparison will instead be performed
3013 arithmetically if both, the user given value as well as the variable
3014 content, can be parsed as numbers (integers).
3015 An unset variable is treated as the empty string.
3018 When the \*(OPal regular expression support is available, the additional
3019 test cases
3020 .Ql =~
3022 .Ql !~
3023 can be used.
3024 They treat the right hand side as a regular expression that is matched
3025 case-insensitively and according to the active
3026 .Ev LC_CTYPE
3027 locale, meaning that strings in the locale encoding should be matched
3028 correctly.
3031 Conditions can be joined via AND-OR lists (where the AND operator is
3032 .Ql &&
3033 and the OR operator is
3034 .Ql || ) ,
3035 which have equal precedence and will be evaluated with left
3036 associativity, thus using the same syntax that is known for the
3037 .Xr sh 1 .
3038 It is also possible to form groups of conditions and lists by enclosing
3039 them in pairs of brackets
3040 .Ql [\ \&.\&.\&.\ ] ,
3041 which may be interlocked within each other, and also be joined via
3042 AND-OR lists.
3045 The results of individual conditions and entire groups may be modified
3046 via unary operators: the unary operator
3047 .Ql \&!
3048 will reverse the result.
3050 .Bd -literal -offset indent
3051 if $debug
3052   echo *debug* is set
3053 endif
3054 if $ttycharset == "UTF-8"
3055   echo *ttycharset* is set to UTF-8, case-insensitively
3056 endif
3057 set t1=one t2=one
3058 if $t1 == $t2
3059   echo These two variables are equal
3060 endif
3061 if $version-major >= 15
3062   echo Running a new version..
3063   if $features =@ "regex"
3064     if $TERM =~ "^xterm\&.*"
3065       echo ..in an X terminal
3066     endif
3067   endif
3068   if [ [ true ] && [ [ $debug ] || [ $verbose ] ] ]
3069     echo Noisy, noisy
3070   endif
3071   if true && $debug || $verbose
3072     echo Left associativity, as is known from the shell
3073   endif
3074   if ! ! true && ! [ ! $debug && ! $verbose ]
3075     echo Unary operator support
3076   endif
3077 endif
3082 .It Ic ignore
3083 Without arguments the list of ignored header fields is printed,
3084 otherwise the given list of header fields is added to the ignore list:
3085 Header fields in the ignore list are not printed on the terminal when
3086 a message is printed.
3087 To print a message in its entirety, use the commands
3088 .Ic Type
3090 .Ic Print .
3091 Also see
3092 .Ic discard
3094 .Ic retain .
3097 .It Ic imap
3098 \*(OP Sends command strings directly to the current IMAP server.
3099 \*(UA operates always in IMAP `selected state' on the current mailbox;
3100 commands that change this will produce undesirable results and should be
3101 avoided.
3102 Useful IMAP commands are:
3103 .Bl -tag -offset indent -width ".Ic getquotearoot"
3104 .It create
3105 Takes the name of an IMAP mailbox as an argument and creates it.
3106 .It getquotaroot
3107 (RFC 2087) Takes the name of an IMAP mailbox as an argument
3108 and prints the quotas that apply to the mailbox.
3109 Not all IMAP servers support this command.
3110 .It namespace
3111 (RFC 2342) Takes no arguments and prints the Personal Namespaces,
3112 the Other User's Namespaces and the Shared Namespaces.
3113 Each namespace type is printed in parentheses;
3114 if there are multiple namespaces of the same type,
3115 inner parentheses separate them.
3116 For each namespace a prefix and a hierarchy separator is listed.
3117 Not all IMAP servers support this command.
3121 .It Ic inc
3122 Same as
3123 .Ic newmail .
3126 .It Ic list
3127 Prints the names of all available commands, alphabetically sorted.
3130 .It Ic localopts
3131 This command can be used to localize changes to variables, meaning that
3132 their state will be reverted to the former one once the covered scope
3133 is left.
3134 It can only be used inside of macro definition blocks introduced by
3135 .Ic account
3137 .Ic define ,
3138 and is interpreted as a boolean (see
3139 .Sx "Value options" ) ;
3141 .Dq covered scope
3142 of an account is left once it is switched off again.
3143 .Bd -literal -offset indent
3144 define temporary_settings {
3145   set global_option1
3146   localopts on
3147   set local_option1
3148   set local_option2
3149   localopts off
3150   set global_option2
3154 .Sy Note
3155 that this setting
3156 .Dq stacks up :
3157 i.e., if
3158 .Ql macro1
3159 enables change localization and calls
3160 .Ql macro2 ,
3161 which explicitly resets localization, then any value changes within
3162 .Ql macro2
3163 will still be reverted by
3164 .Ql macro1 !
3167 .It Ic Lreply
3168 Reply to messages that come in via known
3169 .Pf ( Ic mlist )
3170 or subscribed
3171 .Pf ( Ic mlsubscribe )
3172 mailing lists, or pretend to do so (see
3173 .Sx "Mailing lists" ) :
3174 on top of the usual
3175 .Ic reply
3176 functionality this will actively resort and even remove message
3177 recipients in order to generate a message that is supposed to be send to
3178 a mailing list.
3179 For example it will also implicitly generate a
3180 .Ql Mail-Followup-To:
3181 header if that seems useful, regardless of the setting of the variable
3182 .Va followup-to .
3185 .It Ic Mail
3186 Similar to
3187 .Ic mail ,
3188 but saves the message in a file named after the local part of the first
3189 recipient's address (instead of in
3190 .Va record Ns ).
3193 .It Ic mail
3194 (m) Takes a (list of) recipient address(es) as (an) argument(s),
3195 or asks on standard input if none were given;
3196 then collects the remaining mail content and sends it out.
3199 .It Ic mbox
3200 (mb) The given message list is to be sent to
3201 .Ev MBOX
3202 when \*(UA is quit; this is the default action unless the
3203 .Va hold
3204 option is set.
3205 \*(ID This command can only be used in a system mailbox (see
3206 .Ic file ) .
3209 .It Ic mimetype
3210 Without any arguments the content of the MIME type cache will displayed.
3211 Otherwise each argument defines a complete MIME type specification of
3212 a type that shall be added (prepended) to the cache.
3213 In any event MIME type sources are loaded first as necessary \(en
3214 .Va mimetypes-load-control
3215 can be used to fine-tune which sources are actually loaded.
3216 Refer to the section on
3217 .Sx "The mime.types files"
3218 for more on MIME type specifications and this topic in general.
3219 MIME type unregistration and cache resets can be triggered with
3220 .Ic unmimetype .
3223 .It Ic mlist
3224 Without arguments the list of all currently defined mailing lists
3225 (and their attributes, if any) is printed.
3226 Otherwise all given arguments (which need not be quoted except for
3227 whitespace) will be added and henceforth be recognized as mailing lists.
3228 Mailing lists may be removed via the command
3229 .Ic unmlist .
3231 If the \*(OPal regular expression support is available then mailing
3232 lists may also be specified as regular expressions (see
3233 .Xr re_format 7
3234 for more on those).
3237 .It Ic mlsubscribe
3238 Without arguments the list of all currently defined mailing lists which
3239 have a subscription attribute is printed.
3240 Otherwise this attribute will be set for all given mailing lists,
3241 newly creating them as necessary (as via
3242 .Ic mlist ) .
3243 Subscription attributes may be removed via the command
3244 .Ic unmlsubscribe .
3245 Also see
3246 .Va followup-to .
3249 .It Ic Move
3250 Similar to
3251 .Ic move ,
3252 but moves the messages to a file named after the local part of the
3253 sender address of the first message (instead of in
3254 .Va record Ns ).
3257 .It Ic move
3258 Acts like
3259 .Ic copy
3260 but marks the messages for deletion if they were transferred
3261 successfully.
3264 .It Ic More
3265 Like
3266 .Ic more ,
3267 but also prints ignored header fields and all MIME parts.
3268 Identical to
3269 .Ic Page .
3272 .It Ic more
3273 Invokes the
3274 .Ev PAGER
3275 on the given messages, even in non-interactive mode and as long as the
3276 standard output is a terminal.
3277 Identical to
3278 .Ic page .
3281 .It Ic netrc
3282 \*(OP Either
3283 .Pf ( Ar show
3285 .Ar clear
3286 the current
3287 .Pa .netrc
3288 cache, loading the file first as necessary in the former case.
3289 Note that \*(UA will try to read the file only once, use
3290 .Ql Ic netrc Ns \:\0\:clear
3291 to unlock the next attempt.
3293 .Va netrc-lookup
3294 and the section
3295 .Sx "On URL syntax and credential lookup" ;
3296 the section
3297 .Sx "The .netrc file"
3298 documents the file format in detail.
3301 .It Ic newmail
3302 Checks for new mail in the current folder without committing any changes
3303 before.
3304 If new mail is present, a message is printed.
3305 If the
3306 .Va header
3307 variable is set,
3308 the headers of each new message are also printed.
3311 .It Ic next
3312 (n) (like
3313 .Ql +
3315 .Dq ENTER )
3316 Goes to the next message in sequence and types it.
3317 With an argument list, types the next matching message.
3320 .It Ic New
3321 Same as
3322 .Ic Unread .
3325 .It Ic new
3326 Same as
3327 .Ic unread .
3330 .It Ic noop
3331 If the current folder is accessed via a network connection, a
3332 .Dq NOOP
3333 command is sent, otherwise no operation is performed.
3336 .It Ic Page
3337 Like
3338 .Ic page ,
3339 but also prints ignored header fields and all MIME parts.
3340 Identical to
3341 .Ic More .
3344 .It Ic page
3345 Invokes the
3346 .Ev PAGER
3347 on the given messages, even in non-interactive mode and as long as the
3348 standard output is a terminal.
3349 Identical to
3350 .Ic more .
3353 .It Ic Pipe
3354 Like
3355 .Ic pipe
3356 but also pipes ignored header fields and all parts of MIME
3357 .Ql multipart/alternative
3358 messages.
3361 .It Ic pipe
3362 (pi) Takes a message list and a shell command
3363 and pipes the messages through the command.
3364 Without an argument the current message is piped through the command
3365 given by the
3366 .Va cmd
3367 variable.
3368 If the
3369 .Va page
3370 variable is set,
3371 every message is followed by a formfeed character.
3374 .It Ic preserve
3375 (pre) A synonym for
3376 .Ic hold .
3379 .It Ic Print
3380 (P) Like
3381 .Ic print
3382 but also prints out ignored header fields and all parts of MIME
3383 .Ql multipart/alternative
3384 messages.
3385 See also
3386 .Ic print ,
3387 .Ic ignore
3389 .Ic retain .
3392 .It Ic print
3393 (p) Takes a message list and types out each message on the user's
3394 terminal.
3395 For MIME multipart messages, all parts with a content type of
3396 .Ql text
3398 .Ql message
3399 are shown, the other are hidden except for their headers.
3400 Messages are decrypted and converted to the terminal character set
3401 if necessary.
3404 .It Ic quit
3405 (q) Terminates the session, saving all undeleted, unsaved messages in
3406 the current
3407 .Ev MBOX ,
3408 preserving all messages marked with
3409 .Ic hold
3411 .Ic preserve
3412 or never referenced in the system mailbox,
3413 and removing all other messages from the system mailbox.
3414 If new mail has arrived during the session,
3415 the message
3416 .Dq You have new mail
3417 will be shown.
3418 If given while editing a mailbox file with the command line flag
3419 .Fl f ,
3420 then the edit file is rewritten.
3421 A return to the shell is effected,
3422 unless the rewrite of edit file fails,
3423 in which case the user can escape with the exit command.
3426 .It Ic redirect
3427 Same as
3428 .Ic resend .
3431 .It Ic Redirect
3432 Same as
3433 .Ic Resend .
3436 .It Ic remove
3437 Removes the named folders.
3438 The user is asked for confirmation in interactive mode.
3441 .It Ic rename
3442 Takes the name of an existing folder
3443 and the name for the new folder
3444 and renames the first to the second one.
3445 Both folders must be of the same type
3446 and must be located on the current server for IMAP.
3449 .It Ic Reply
3450 (R) Reply to originator.
3451 Does not reply to other recipients of the original message.
3452 .Va flipr
3453 will exchange this command with
3454 .Ic reply .
3455 Unless the option
3456 .Va fullnames
3457 is set the recipient address will be stripped from comments, names etc.
3460 .It Ic reply
3461 (r) Take a message and group-responds to it by addressing the sender
3462 and all recipients.
3463 .Va followup-to ,
3464 .Va followup-to-honour ,
3465 .Va reply-to-honour
3466 as well as
3467 .Va recipients-in-cc
3468 influence response behaviour.
3469 The command
3470 .Ic Lreply
3471 offers special support for replying to mailing lists.
3472 Unless the option
3473 .Va fullnames
3474 is set recipient addresses will be stripped from comments, names etc.
3476 .Va flipr
3477 is set the commands
3478 .Ic Reply
3480 .Ic reply
3481 are exchanged.
3484 .It Ic replyall
3485 Similar to
3486 .Ic reply ,
3487 but initiates a group-reply regardless of the value of
3488 .Va flipr .
3491 .It Ic replysender
3492 Similar to
3493 .Ic Reply ,
3494 but responds to the sender only regardless of the value of
3495 .Va flipr .
3498 .It Ic Resend
3499 Like
3500 .Ic resend ,
3501 but does not add any header lines.
3502 This is not a way to hide the sender's identity,
3503 but useful for sending a message again to the same recipients.
3506 .It Ic resend
3507 Takes a list of messages and a user name
3508 and sends each message to the named user.
3509 .Ql Resent-From:
3510 and related header fields are prepended to the new copy of the message.
3513 .It Ic Respond
3514 Same as
3515 .Ic Reply .
3518 .It Ic respond
3519 Same as
3520 .Ic reply .
3523 .It Ic respondall
3524 Same as
3525 .Ic replyall .
3528 .It Ic respondsender
3529 Same as
3530 .Ic replysender .
3533 .It Ic retain
3534 (ret) Without arguments the list of retained header fields is printed,
3535 otherwise the given list of header fields is added to the retain list:
3536 Header fields in the retain list are shown on the terminal when
3537 a message is printed, all other header fields are suppressed.
3538 To print a message in its entirety, use the commands
3539 .Ic Type
3541 .Ic Print .
3542 Also see
3543 .Ic discard
3545 .Ic ignore ;
3546 .Ic retain
3547 takes precedence over the mentioned.
3550 .It Ic Save
3551 (S) Similar to
3552 .Ic save,
3553 but saves the messages in a file named after the local part of the
3554 sender of the first message instead of (in
3555 .Va record
3556 and) taking a filename argument.
3559 .It Ic save
3560 (s) Takes a message list and a filename and appends each message in turn
3561 to the end of the file.
3562 If no filename is given, the
3563 .Ev MBOX
3564 file is used.
3565 The filename in quotes, followed by the generated character count
3566 is echoed on the user's terminal.
3567 If editing a system mailbox the messages are marked for deletion.
3568 Compressed files and IMAP mailboxes are handled as described for the
3569 .Fl f
3570 command line option above.
3573 .It Ic savediscard
3574 Same as
3575 .Ic saveignore .
3578 .It Ic saveignore
3579 Is to
3580 .Ic save
3581 what
3582 .Ic ignore
3583 is to
3584 .Ic print
3586 .Ic type .
3587 Header fields thus marked are filtered out when saving a message by
3588 .Ic save
3589 or when automatically saving to
3590 .Ev MBOX .
3591 This command should only be applied to header fields that do not contain
3592 information needed to decode the message,
3593 as MIME content fields do.
3594 If saving messages on an IMAP account ignoring fields makes it
3595 impossible to copy the data directly on the server,
3596 thus operation usually becomes much slower.
3599 .It Ic saveretain
3600 Is to
3601 .Ic save
3602 what
3603 .Ic retain
3604 is to
3605 .Ic print
3607 .Ic type .
3608 Header fields thus marked are the only ones saved with a message when
3609 saving by
3610 .Ic save
3611 or when automatically saving to
3612 .Ev MBOX .
3613 .Ic saveretain
3614 overrides
3615 .Ic saveignore .
3616 The use of this command is strongly discouraged since it may strip
3617 header fields that are needed to decode the message correctly.
3620 .It Ic seen
3621 Takes a message list and marks all messages as having been read.
3624 .It Ic set
3625 (se) Without arguments this command prints all options and, for
3626 non-binary options, values that are currently known to \*(UA.
3627 Setting any of the options
3628 .Va bsdcompat
3630 .Va bsdset
3631 changes the output format to BSD style, otherwise a properly quoted
3632 listing is produced.
3634 .Va debug
3635 is set or
3636 .Va verbose
3637 has been set twice then the listing is modified to mark out assembled
3638 variables.
3640 Otherwise modifies (set and unsets) the given options.
3641 Arguments are of the form
3642 .Ql option=value
3643 (no space before or after
3644 .Ql = ) ,
3645 or plain
3646 .Ql option
3647 if there is no value.
3648 Quotation marks may be placed around any part of the assignment
3649 statement to quote blanks or tabs, e.g.,
3651 .Dl set indentprefix="->"
3653 If an argument begins with
3654 .Ql no ,
3655 as in
3656 .Ql set nosave ,
3657 the effect is the same as invoking the
3658 .Ic unset
3659 command with the remaining part of the variable
3660 .Pf ( Ql unset save ) .
3663 .It Ic setenv
3664 Identical to
3665 .Ic set
3666 except that the options are also exported into the program environment;
3667 since this task requires native host support the command will always
3668 report error if that is not available (but still act like
3669 .Ic set
3670 in this case).
3671 This operation is a no-op unless all resource files have been loaded.
3672 Also see
3673 .Ic unsetenv .
3676 .It Ic shell
3677 (sh) Invokes an interactive version of the shell.
3680 .It Ic shortcut
3681 Without arguments the list of all currently defined shortcuts is
3682 printed.
3683 Otherwise all given arguments (which need not be quoted except for
3684 whitespace) are treated as pairs of shortcuts and their expansions,
3685 creating new or changing already existing shortcuts, as necessary.
3686 Shortcuts may be removed via the command
3687 .Ic unshortcut .
3688 The expansion strings should be in the syntax that has been described
3689 for the
3690 .Ic file
3691 command.
3694 .It Ic show
3695 Like
3696 .Ic print ,
3697 but performs neither MIME decoding nor decryption, so that the raw
3698 message text is shown.
3701 .It Ic size
3702 (si) Print the size in characters of each message of the given
3703 message-list.
3706 .It Ic sort
3707 Create a sorted representation of the current folder,
3708 and change the
3709 .Ic next
3710 command and the addressing modes such that they refer to messages in the
3711 sorted order.
3712 Message numbers are the same as in regular mode.
3713 If the
3714 .Va header
3715 variable is set,
3716 a header summary in the new order is also printed.
3717 Possible sorting criteria are:
3719 .Bl -tag -compact -offset indent -width "subject"
3720 .It date
3721 Sort the messages by their
3722 .Ql Date:
3723 field, that is by the time they were sent.
3724 .It from
3725 Sort messages by the value of their
3726 .Ql From:
3727 field, that is by the address of the sender.
3728 If the
3729 .Va showname
3730 variable is set, the sender's real name (if any) is used.
3731 .It size
3732 Sort the messages by their size.
3733 .It spam
3734 \*(OP Sort the message by their spam score, as has been classified by
3735 .Ic spamrate .
3736 .It status
3737 Sort the messages by their message status.
3738 .It subject
3739 Sort the messages by their subject.
3740 .It thread
3741 Create a threaded display.
3742 .It to
3743 Sort messages by the value of their
3744 .Ql To:
3745 field, that is by the address of the recipient.
3746 If the
3747 .Va showname
3748 variable is set, the recipient's real name (if any) is used.
3751 If no argument is given,
3752 the current sorting criterion is printed.
3755 .It Ic source
3756 (so) The source command reads commands from a file.
3759 .It Ic source_if
3760 The difference to
3761 .Ic source
3762 is that this command will not generate an error if the given file
3763 argument cannot be opened successfully.
3764 This can matter in, e.g., resource files, since loading of those is
3765 stopped when an error is encountered.
3768 .It Ic spamclear
3769 \*(OP Takes a list of messages and clears their
3770 .Ql is-spam
3771 flag.
3774 .It Ic spamforget
3775 \*(OP Takes a list of messages and causes the
3776 .Va spam-interface
3777 to forget it has ever used them to train its Bayesian filter.
3778 Unless otherwise noted the
3779 .Ql is-spam
3780 flag of the message is inspected to chose wether a message shall be
3781 forgotten to be
3782 .Dq ham
3784 .Dq spam .
3787 .It Ic spamham
3788 \*(OP Takes a list of messages and informs the Bayesian filter of the
3789 .Va spam-interface
3790 that they are
3791 .Dq ham .
3792 This also clears the
3793 .Ql is-spam
3794 flag of the messages in question.
3797 .It Ic spamrate
3798 \*(OP Takes a list of messages and rates them using the configured
3799 .Va spam-interface ,
3800 without modifying the messages, but setting their
3801 .Ql is-spam
3802 flag as appropriate; because the spam rating headers are lost the rate
3803 will be forgotten once the mailbox is left.
3804 Refer to the manual section
3805 .Sx "Handling spam"
3806 for the complete picture of spam handling in \*(UA.
3809 .It Ic spamset
3810 \*(OP Takes a list of messages and sets their
3811 .Ql is-spam
3812 flag.
3815 .It Ic spamspam
3816 \*(OP Takes a list of messages and informs the Bayesian filter of the
3817 .Va spam-interface
3818 that they are
3819 .Dq spam .
3820 This also sets the
3821 .Ql is-spam
3822 flag of the messages in question.
3825 .It Ic thread
3826 \*(OB The same as
3827 .Ql sort thread
3828 (consider using a
3829 .Ql ghost
3830 as necessary).
3831 Create a threaded representation of the current folder,
3832 i.\|e. indent messages that are replies to other messages in the header
3833 display and change the
3834 .Ic next
3835 command and the addressing modes such that they refer to messages in the
3836 threaded order.
3837 Message numbers are the same as in unthreaded mode.
3838 If the
3839 .Va header
3840 variable is set,
3841 a header summary in threaded order is also printed.
3844 .It Ic top
3845 (to) Takes a message list and prints the top few lines of each.
3846 The number of lines printed is controlled by the variable
3847 .Va toplines
3848 and defaults to five.
3851 .It Ic touch
3852 (tou) Takes a message list and marks the messages for saving in
3853 .Ev MBOX .
3854 \*(UA deviates from the POSIX standard with this command,
3855 as a following
3856 .Ic next
3857 command will display the following message instead of the current one.
3860 .It Ic Type
3861 (T) Identical to the
3862 .Ic Print
3863 command.
3866 .It Ic type
3867 (t) A synonym for
3868 .Ic print .
3871 .It Ic unaccount
3872 Delete all given accounts.
3873 An error message is printed if a given account is not defined.
3874 The special name
3875 .Ql *
3876 will discard all existing accounts.
3879 .It Ic unalias
3880 (una) Takes a list of names defined by alias commands
3881 and discards the remembered groups of users.
3882 The special name
3883 .Ql *
3884 will discard all existing aliases.
3887 .It Ic unanswered
3888 Takes a message list and marks each message as not having been answered.
3891 .It Ic uncollapse
3892 Only applicable to threaded mode.
3893 Takes a message list and makes the message and all replies to it visible
3894 in header summaries again.
3895 When a message becomes the current message,
3896 it is automatically made visible.
3897 Also when a message with collapsed replies is printed,
3898 all of these are automatically uncollapsed.
3901 .It Ic undefine
3902 Undefine all given macros.
3903 An error message is printed if a given macro is not defined.
3904 The special name
3905 .Ql *
3906 will discard all existing macros.
3909 .It Ic undelete
3910 (u) Takes a message list and marks each message as not being deleted.
3913 .It Ic undraft
3914 Takes a message list and
3915 .Pf un Ic draft Ns
3916 s each message.
3919 .It Ic unflag
3920 Takes a message list and marks each message as not being
3921 .Ic flag Ns ged .
3924 .It Ic unfwdignore
3925 Removes the header field names from the list of ignored fields for the
3926 .Ic forward
3927 command.
3928 The special name
3929 .Ql *
3930 will remove all fields.
3933 .It Ic unfwdretain
3934 Removes the header field names from the list of retained fields for the
3935 .Ic forward
3936 command.
3937 The special name
3938 .Ql *
3939 will remove all fields.
3942 .It Ic unghost
3943 Remove all the given command
3944 .Ic ghost Ns s Ns .
3945 The special name
3946 .Ql *
3947 will remove all ghosts.
3950 .It Ic unignore
3951 Removes the header field names from the list of ignored fields.
3952 The special name
3953 .Ql *
3954 will remove all fields.
3957 .It Ic unmimetype
3958 Delete all given MIME types, e.g.,
3959 .Ql unmimetype text/plain
3960 will remove all registered specifications for the MIME type
3961 .Ql text/plain .
3962 The special name
3963 .Ql *
3964 will discard all existing MIME types, just as will
3965 .Ql reset ,
3966 but which also reenables cache initialization via
3967 .Va mimetypes-load-control .
3970 .It Ic unmlist
3971 Forget about all the given mailing lists.
3972 The special name
3973 .Ql *
3974 will remove all lists.
3975 Also see
3976 .Ic mlist .
3979 .It Ic unmlsubscribe
3980 Remove the subscription attribute from all given mailing lists.
3981 The special name
3982 .Ql *
3983 will clear the attribute from all lists which have it set.
3984 Also see
3985 .Ic mlsubscribe .
3988 .It Ic Unread
3989 Same as
3990 .Ic unread .
3993 .It Ic unread
3994 Takes a message list and marks each message as not having been read.
3997 .It Ic unretain
3998 Removes the header field names from the list of retained fields.
3999 The special name
4000 .Ql *
4001 will remove all fields.
4004 .It Ic unsaveignore
4005 Removes the header field names from the list of ignored fields for
4006 saving.
4007 The special name
4008 .Ql *
4009 will remove all fields.
4012 .It Ic unsaveretain
4013 Removes the header field names from the list of retained fields for
4014 saving.
4015 The special name
4016 .Ql *
4017 will remove all fields.
4020 .It Ic unset
4021 (uns) Takes a list of option names and discards their remembered values;
4022 the inverse of
4023 .Ic set .
4026 .It Ic unsetenv
4027 Identical to
4028 .Ic unset
4029 except that the options are also removed from the program environment;
4030 since this task requires native host support the command will always
4031 report error if that is not available (but still act like
4032 .Ic unset Ns
4034 This operation is a no-op unless all resource files have been loaded.
4035 Also see
4036 .Ic setenv .
4039 .It Ic unshortcut
4040 Deletes the shortcut names given as arguments.
4041 The special name
4042 .Ql *
4043 will remove all shortcuts.
4046 .It Ic unsort
4047 Disable sorted or threaded mode
4048 (see the
4049 .Ic sort
4051 .Ic thread
4052 commands),
4053 return to normal message order and,
4054 if the
4055 .Va header
4056 variable is set,
4057 print a header summary.
4060 .It Ic unthread
4061 \*(OB
4062 Same as
4063 .Ic unsort .
4066 .It Ic urldecode
4067 Decode the given URL-encoded string arguments and show the results.
4070 .It Ic urlencode
4071 URL-encode the given arguments and show the results.
4074 .It Ic varedit
4075 Edit the values of or create the given variable(s) in the
4076 .Ev EDITOR .
4077 Binary variables cannot be edited.
4080 .It Ic varshow
4081 Show informations about all the given options.
4082 \*(UA knows about a finite set of known builtin variables that are
4083 subdivided further in binary and value variants;
4084 they may have special properties, like
4085 .Dq read-only
4086 (setting may not be changed) and
4087 .Dq virtual ,
4088 meaning that the value is generated on-the-fly as necessary.
4089 Beside those known variables an infinite number of unknown, so-called
4090 .Dq assembled
4091 variables, which are expected to be able to store values, may exist.
4092 .Bd -literal -offset indent
4093 ? set foo=bar nobar
4094 ? varshow sendwait version-major foo bar
4095 "sendwait": (73) binary: set=1 (ENVIRON=0)
4096 "version-major": (192) value, read-only, virtual:\e
4097   set=1 (ENVIRON=0) value<14>
4098 "foo": (assembled) set=1 (ENVIRON=0) value<bar>
4099 "bar": (assembled) set=0 (ENVIRON=0) value<NULL>
4103 .It Ic verify
4104 \*(OP Takes a message list and verifies each message.
4105 If a message is not a S/MIME signed message,
4106 verification will fail for it.
4107 The verification process checks if the message was signed using a valid
4108 certificate,
4109 if the message sender's email address matches one of those contained
4110 within the certificate,
4111 and if the message content has been altered.
4114 .It Ic visual
4115 (v) Takes a message list and invokes the display editor on each message.
4116 Modified contents are discarded unless the
4117 .Va writebackedited
4118 variable is set.
4121 .It Ic write
4122 (w) For conventional messages the body without all headers is written.
4123 The output is decrypted and converted to its native format as necessary.
4124 If the output file exists, the text is appended.
4125 If a message is in MIME multipart format its first part is written to
4126 the specified file as for conventional messages,
4127 and the user is asked for a filename to save each other part.
4128 For convience saving of each part may be skipped by giving an empty value;
4129 the same result can also be achieved by writing it to
4130 .Pa /dev/null .
4131 For the second and subsequent parts a leading
4132 .Ql |
4133 character causes the part to be piped to the remainder of the user input
4134 interpreted as a shell command;
4135 otherwise the user input is expanded as usually for folders,
4136 e.g., tilde expansion is performed.
4137 In non-interactive mode, only the parts of the multipart message
4138 that have a filename given in the part header are written,
4139 the others are discarded.
4140 The original message is never marked for deletion in the originating
4141 mail folder.
4142 For attachments,
4143 the contents of the destination file are overwritten if the file
4144 previously existed.
4145 No special handling of compressed files is performed.
4148 .It Ic xit
4149 (x) A synonym for
4150 .Ic exit .
4153 .It Ic z
4154 \*(UA presents message headers in windowfuls as described under the
4155 .Ic headers
4156 command.
4157 This command scrolls to the next window of messages.
4158 If an argument is given,
4159 it specifies the window to use.
4160 A number prefixed by
4161 .Ql +
4163 .Ql \-
4164 indicates that the window is calculated in relation to the current position.
4165 A number without a prefix specifies an absolute window number,
4166 and a
4167 .Ql $
4168 lets \*(UA scroll to the last window of messages.
4171 .It Ic Z
4172 Similar to
4173 .Ic z ,
4174 but scrolls to the next or previous window that contains at least one
4175 .Ql new
4177 .Ic flag Ns
4178 ged message.
4180 .\" }}}
4183 .\" .Sh TILDE ESCAPES {{{
4184 .Sh "TILDE ESCAPES"
4186 Here is a summary of the tilde escapes,
4187 which are used to perform special functions when composing messages.
4188 Tilde escapes are only recognized at the beginning of lines.
4189 The name
4190 .Dq tilde escape
4191 is somewhat of a misnomer since the actual escape character can be
4192 changed by adjusting the option
4193 .Va escape .
4195 .Bl -tag -width ".Ic __ filename"
4197 .It Ic ~~ Ar string
4198 Insert the string of text in the message prefaced by a single
4199 .Ql ~ .
4200 (If the escape character has been changed,
4201 that character must be doubled
4202 in order to send it at the beginning of a line.)
4205 .It Ic ~! Ar command
4206 Execute the indicated shell
4207 .Ar command ,
4208 then return to the message.
4211 .It Ic ~.
4212 Same effect as typing the end-of-file character.
4215 .It Ic ~: Ar \*(UA-command Ns \0or Ic ~_ Ar \*(UA-command
4216 Execute the given \*(UA command.
4217 Not all commands, however, are allowed.
4220 .It Ic ~?
4221 Write a summary of command escapes.
4224 .It Ic ~< Ar filename
4225 Identical to
4226 .Ic ~r .
4229 .It Ic ~<! Ar command
4230 .Ar command
4231 is executed using the shell.
4232 Its standard output is inserted into the message.
4235 .It Ic ~@ Op Ar filename...
4236 With no arguments, edit the attachment list interactively.
4237 If an attachment's file name is left empty,
4238 that attachment is deleted from the list.
4239 When the end of the attachment list is reached,
4240 \*(UA will ask for further attachments until an empty name is given.
4241 If a given file name solely consists of the number sign
4242 .Ql #
4243 followed by a valid message number of the currently active mailbox, then
4244 the given message is attached as a MIME
4245 .Ql message/rfc822
4246 and the rest of this section does not apply.
4248 If character set conversion has been compiled into \*(UA, then this mode
4249 gives the user the option to specify input and output character sets,
4250 unless the file extension indicates binary content, in which case \*(UA
4251 asks wether this step shall be skipped for the attachment in question.
4252 If not skipped, then the charset that succeeds to represent the
4253 attachment data will be used in the
4254 .Ql charset=
4255 MIME parameter of the mail message:
4257 .Bl -bullet -compact
4259 If input and output character sets are specified, then the conversion is
4260 performed on the fly.
4261 The user will be asked repeatedly until the desired conversion succeeds.
4263 If only an output character set is specified, then the input is assumed
4264 to be in the
4265 .Va ttycharset
4266 charset and will be converted to the given output charset on the fly.
4267 The user will be asked repeatedly until the desired conversion succeeds.
4269 If no character sets are specified at all then the algorithm that is
4270 documented in the section
4271 .Sx "Character sets"
4272 is applied, but directly and on the fly.
4273 The user will be asked repeatedly until the desired conversion succeeds.
4275 Finally, if an input-, but no output character set is specified, then no
4276 conversion is ever performed, but the
4277 .Ql charset=
4278 MIME parameter value will still be set to the user input.
4280 The character set selection loop can be left by typing
4281 .Ql control-C ,
4282 i.e., causing an interrupt.
4283 .\" \*(OU next sentence
4284 Note that before \*(UA version 15.0 this terminates the entire
4285 current attachment selection, not only the character set selection.
4288 Without character set conversion support, \*(UA will ask for the input
4289 character set only, and it'll set the
4290 .Ql charset=
4291 MIME parameter value to the given input, if any;
4292 if no user input is seen then the
4293 .Va ttycharset
4294 character set will be used for the parameter value instead.
4295 Note that the file extension check isn't performed in this mode, since
4296 no conversion will take place anyway.
4298 Note that in non-interactive mode, for reproduceabilities sake, there
4299 will always be two questions for each attachment, regardless of wether
4300 character set conversion is available and what the file extension is.
4301 The first asks for the filename, and the second asks for the input
4302 character set to be passed through to the corresponding MIME parameter;
4303 no conversion will be tried if there is input to the latter question,
4304 otherwise the usual conversion algorithm, as above, is applied.
4305 For message attachments, the answer to the second question is completely
4306 ignored.
4308 If (instead)
4309 .Ar filename
4310 arguments are specified for the
4311 .Ic \&\&~@
4312 command they are treated as a comma separated list of files,
4313 which are all expanded and appended to the end of the attachment list.
4314 (Filenames with commas, or with leading or trailing whitespace can only
4315 be added via the command line or the first method.
4316 Message attachments can only be added via the first method;
4317 filenames which clash with message numbers can only be added via the
4318 command line or the second method.)
4319 In this mode the (text) attachments are assumed to be in
4320 .Va ttycharset
4321 encoding, and will be evaluated as documented in the section
4322 .Sx "Character sets" .
4325 .It Ic ~A
4326 Inserts the string contained in the
4327 .Va Sign
4328 variable (same as
4329 .Ql Ic ~i Ns \0Sign ) .
4330 The escape sequences tabulator
4331 .Ql \et
4332 and newline
4333 .Ql \en
4334 are understood.
4337 .It Ic ~a
4338 Inserts the string contained in the
4339 .Va sign
4340 variable (same as
4341 .Ql Ic ~i Ns \0sign ) .
4342 The escape sequences tabulator
4343 .Ql \et
4344 and newline
4345 .Ql \en
4346 are understood.
4349 .It Ic ~b Ar name ...
4350 Add the given names to the list of blind carbon copy recipients.
4353 .It Ic ~c Ar name ...
4354 Add the given names to the list of carbon copy recipients.
4357 .It Ic ~d
4358 Read the file specified by the
4359 .Ev DEAD
4360 variable into the message.
4363 .It Ic ~e
4364 Invoke the text editor on the message collected so far.
4365 After the editing session is finished,
4366 the user may continue appending text to the message.
4369 .It Ic ~F Ar messages
4370 Read the named messages into the message being sent, including all
4371 message headers and MIME parts.
4372 If no messages are specified, read in the current message.
4375 .It Ic ~f Ar messages
4376 Read the named messages into the message being sent.
4377 If no messages are specified, read in the current message.
4378 .Ic ignore
4380 .Ic retain
4381 lists are used to modify the message headers.
4382 For MIME multipart messages,
4383 only the first printable part is included.
4386 .It Ic ~H
4387 Edit the message header fields
4388 .Ql From: ,
4389 .Ql Reply-To: ,
4390 .Ql Sender:
4392 .Ql Organization:
4393 by typing each one in turn and allowing the user to edit the field.
4394 The default values for these fields originate from the
4395 .Va from , replyto , sender
4397 .Va ORGANIZATION
4398 variables.
4401 .It Ic ~h
4402 Edit the message header fields
4403 .Ql To: ,
4404 .Ql Cc: ,
4405 .Ql Bcc:
4407 .Ql Subject:
4408 by typing each one in turn and allowing the user to edit the field.
4411 .It Ic ~i Ar variable
4412 Insert the value of the specified variable into the message,
4413 adding a newline character at the end.
4414 The message remains unaltered if the variable is unset or empty.
4415 The escape sequences tabulator
4416 .Ql \et
4417 and newline
4418 .Ql \en
4419 are understood.
4422 .It Ic ~M Ar messages
4423 Read the named messages into the message being sent,
4424 indented by
4425 .Va indentprefix .
4426 If no messages are specified, read the current message.
4429 .It Ic ~m Ar messages
4430 Read the named messages into the message being sent,
4431 indented by
4432 .Va indentprefix .
4433 If no messages are specified, read the current message.
4434 .Ic ignore
4436 .Ic retain
4437 lists are used to modify the message headers.
4438 For MIME multipart messages,
4439 only the first printable part is included.
4442 .It Ic ~p
4443 Print out the message collected so far,
4444 prefaced by the message header fields
4445 and followed by the attachment list, if any.
4448 .It Ic ~q
4449 Abort the message being sent,
4450 copying it to the file specified by the
4451 .Ev DEAD
4452 variable if
4453 .Va save
4454 is set.
4457 .It Ic ~R Ar filename
4458 Read the named file into the message, indented by
4459 .Va indentprefix .
4462 .It Ic ~r Ar filename
4463 Read the named file into the message.
4466 .It Ic ~s Ar string
4467 Cause the named string to become the current subject field.
4470 .It Ic ~t Ar name ...
4471 Add the given name(s) to the direct recipient list.
4474 .It Ic ~U Ar messages
4475 Read in the given / current message(s) excluding all headers, indented by
4476 .Va indentprefix .
4479 .It Ic ~u Ar messages
4480 Read in the given / current message(s), excluding all headers.
4483 .It Ic ~v
4484 Invoke an alternate editor (defined by the
4485 .Ev VISUAL
4486 option) on the message collected so far.
4487 Usually, the alternate editor will be a screen editor.
4488 After the editor is quit,
4489 the user may resume appending text to the end of the message.
4492 .It Ic ~w Ar filename
4493 Write the message onto the named file.
4494 If the file exists,
4495 the message is appended to it.
4498 .It Ic ~x
4499 Same as
4500 .Ic ~q ,
4501 except that the message is not saved at all.
4504 .It Ic ~| Ar command
4505 Pipe the message through the specified filter command.
4506 If the command gives no output or terminates abnormally,
4507 retain the original text of the message.
4508 E.g., the command
4509 .Xr fmt 1
4510 is often used as a rejustifying filter.
4512 .\" }}}
4515 .\" .Sh VARIABLE OPTIONS {{{
4516 .Sh "VARIABLE OPTIONS"
4518 Variables are controlled via
4519 .Ic set
4521 .Ic unset
4522 commands; in general using
4523 .Ic unset
4524 can also be accomplished by prefixing a variable name with the string
4525 .Dq no
4526 and calling
4527 .Ic set ,
4528 e.g.,
4529 .Ql unset crt
4530 will have the same effect as
4531 .Ql set nocrt .
4532 Creation or editing of variables in an editor can also be achieved with
4533 .Ic varedit .
4534 .Ic varshow
4535 will give more insight on the given variable(s), whereas
4536 .Ic set
4537 will print a listing of all variables when called without arguments.
4538 Options are also implicitly inherited from the program
4539 .Sx ENVIRONMENT
4540 and can be set explicitly via the command line option
4541 .Fl S .
4544 Different kind of options exist:
4545 binary options, which can only be in one of the two states
4546 .Dq set
4548 .Dq unset ,
4549 as well as value options which have an assigned string value, for which
4550 proper quoting may be important upon assignment time.
4552 .\" .Ss "Initial settings" {{{
4553 .\" (Keep in sync: ./main.c:_startup(), ./nail.rc, ./nail.1:"Initial settings"!)
4554 .Ss "Initial Settings"
4556 The standard POSIX 2008/Cor 1-2013 mandates the following initial
4557 variable settings:
4558 .Pf no Va allnet ,
4559 .Pf no Va append ,
4560 .Va asksub ,
4561 .Pf no Va askbcc ,
4562 .Pf no Va autoprint ,
4563 .Pf no Va bang ,
4564 .Pf no Va cmd ,
4565 .Pf no Va crt ,
4566 .Pf no Va debug ,
4567 .Pf no Va dot ,
4568 .Va escape
4569 set to
4570 .Ql ~ ,
4571 .Pf no Va flipr ,
4572 .Pf no Va folder ,
4573 .Va header ,
4574 .Pf no Va hold ,
4575 .Pf no Va ignore ,
4576 .Pf no Va ignoreeof ,
4577 .Pf no Va keep ,
4578 .Pf no Va keepsave ,
4579 .Pf no Va metoo ,
4580 .Pf no Va outfolder ,
4581 .Pf no Va page ,
4582 .Va prompt
4583 set to
4584 .Ql ?\0
4585 (note that \*(UA deviates from the standard by using
4586 .Ql \e&\0 ,
4587 but the
4588 .Ql \e&
4589 special prompt escape results in
4590 .Dq \&?
4591 being printed unless
4592 .Va bsdcompat
4593 is set),
4594 .Pf no Va quiet ,
4595 .Pf no Va record ,
4596 .Va save ,
4597 .Pf no Va sendwait ,
4598 .Pf no Va showto ,
4599 .Pf no Va Sign ,
4600 .Pf no Va sign ,
4601 .Va toplines
4602 set to
4603 .Ql 5 .
4606 Notes: \*(UA doesn't support the
4607 .Pf no Va onehop
4608 variable \(en use command line options or
4609 .Va sendmail-arguments
4610 to pass options through to a MTA.
4611 And the default global
4612 .Pa \*(UR
4613 file (which is loaded unless the
4614 .Fl n
4615 command line flag has been used or the
4616 .Ev NAIL_NO_SYSTEM_RC
4617 environment variable is set) bends those initial settings a bit, e.g.,
4618 it sets the options
4619 .Va hold ,
4620 .Va keepsave
4622 .Va keep ,
4623 to name a few, calls
4624 .Ic retain
4625 etc., and should thus be taken into account.
4626 .\" }}}
4628 .\" .Ss "Binary options" {{{
4629 .Ss "Binary options"
4631 .Bl -tag -width ".Va _utoprin_"
4633 .It Va add-file-recipients
4634 When file or pipe recipients have been specified,
4635 mention them in the corresponding address fields of the message instead
4636 of silently stripping them from their recipient list.
4637 By default such addressees are not mentioned.
4640 .It Va allnet
4641 Causes only the local part to be evaluated
4642 when comparing addresses.
4645 .It Va append
4646 Causes messages saved in
4647 .Ev MBOX
4648 to be appended to the end rather than prepended.
4649 This should always be set.
4653 .It Va ask Ns \0or Va asksub
4654 Causes \*(UA to prompt for the subject of each message sent.
4655 If the user responds with simply a newline,
4656 no subject field will be sent.
4659 .It Va askatend
4660 Causes the prompts for
4661 .Ql Cc:
4663 .Ql Bcc:
4664 lists to appear after the message has been edited.
4667 .It Va askattach
4668 If set, \*(UA asks for files to attach at the end of each message, shall
4669 the list be found empty at that time.
4670 An empty line finalizes the list.
4673 .It Va askcc
4674 Causes the user to be prompted for carbon copy recipients
4675 (at the end of each message if
4676 .Va askatend
4678 .Va bsdcompat
4679 are set) shall the list be found empty (at that time).
4680 An empty line finalizes the list.
4683 .It Va askbcc
4684 Causes the user to be prompted for blind carbon copy
4685 recipients (at the end of each message if
4686 .Va askatend
4688 .Va bsdcompat
4689 are set) shall the list be found empty (at that time).
4690 An empty line finalizes the list.
4693 .It Va asksign
4694 \*(OP Causes the user to be prompted if the message is to be signed at
4695 the end of each message.
4697 .Va smime-sign
4698 variable is ignored when this variable is set.
4701 .It Va autocollapse
4702 Causes threads to be collapsed automatically when threaded mode is
4703 entered (see the
4704 .Ic collapse
4705 command).
4708 .It Va autoprint
4709 Causes the delete command to behave like
4710 .Ql dp - ;
4711 thus, after deleting a message the next one will be typed automatically.
4714 .It Va autothread
4715 \*(OB Causes threaded mode (see the
4716 .Ic thread
4717 command) to be entered automatically when a folder is opened.
4718 The same as
4719 .Ql autosort=thread .
4722 .It Va bang
4723 Enables the substitution of
4724 .Ql \&!
4725 by the contents of the last command line in shell escapes.
4728 .It Va batch-exit-on-error
4729 If the batch mode has been enabled via the
4730 .Fl #
4731 command line option, then this variable will be consulted whenever \*(UA
4732 completes one operation (returns to the command prompt); if it is set
4733 then \*(UA will terminate if the last operation generated an error.
4736 .It Va bsdannounce
4737 Causes automatic display of a header summary after executing a
4738 .Ic file
4739 command.
4742 .It Va bsdcompat
4743 Sets some cosmetical features to traditional BSD style;
4744 has the same affect as setting
4745 .Va askatend
4746 and all other variables prefixed with
4747 .Ql bsd ;
4748 it also changes the meaning of the \*(UA specific
4749 .Ql \e&
4750 .Va prompt
4751 escape sequence.
4754 .It Va bsdflags
4755 Changes the letters printed in the first column of a header summary
4756 to traditional BSD style.
4759 .It Va bsdheadline
4760 Changes the display of columns in a header summary to traditional BSD
4761 style.
4764 .It Va bsdmsgs
4765 Changes some informational messages to traditional BSD style.
4768 .It Va bsdorder
4769 Causes the
4770 .Ql Subject:
4771 field to appear immediately after the
4772 .Ql To:
4773 field in message headers and with the
4774 .Ic ~h
4775 .Sx "TILDE ESCAPES" .
4778 .It Va bsdset
4779 Changes the output format of the
4780 .Ic set
4781 command to traditional BSD style.
4784 .It Va colour-disable
4785 \*(OP Forcefully disable usage of colours.
4786 Also see the section
4787 .Sx "Coloured message display" .
4790 .It Va colour-pager
4791 \*(OP Wether colour shall be used for output that is paged through
4792 .Ev PAGER .
4793 Note that pagers may need special flags, e.g.,
4794 .Xr less 1
4795 requires the option
4796 .Fl \&\&R
4798 .Xr lv 1
4799 the option
4800 .Fl \&\&c
4801 in order to support colours; therefore \*(UA will inspect the variable
4802 .Ev PAGER
4803 \(en if that starts with the string
4804 .Dq less
4805 a non-existing environment variable
4806 .Va LESS
4807 will be set to
4808 .Ql FRSXi ,
4809 likewise for
4810 .Dq lv
4811 .Va LV
4812 will optionally be set to
4813 .Dq -c .
4814 Also see the section
4815 .Sx "Coloured message display"
4816 for more on this.
4819 .It Va debug
4820 Prints debugging messages and disables the actual delivery of messages.
4821 Also implies
4822 .Pf no Va record
4824 .Pf no Va save .
4827 .It Va disconnected
4828 \*(OP When an IMAP mailbox is selected and this variable is set,
4829 no connection to the server is initiated.
4830 Instead, data is obtained from the local cache (see
4831 .Va imap-cache Ns
4833 Mailboxes that are not present in the cache
4834 and messages that have not yet entirely been fetched from the server
4835 are not available;
4836 to fetch all messages in a mailbox at once,
4837 the command
4838 .No ` Ns Li copy * /dev/null Ns '
4839 can be used while still in connected mode.
4840 Changes that are made to IMAP mailboxes in disconnected mode are queued
4841 and committed later when a connection to that server is made.
4842 This procedure is not completely reliable since it cannot be guaranteed
4843 that the IMAP unique identifiers (UIDs) on the server still match the
4844 ones in the cache at that time.
4845 Data is saved to
4846 .Ev DEAD
4847 when this problem occurs.
4849 .It Va disconnected-USER@HOST
4850 The specified account is handled as described for the
4851 .Va disconnected
4852 variable above,
4853 but other accounts are not affected.
4856 .It Va disposition-notification-send
4857 \*(OP Emit a
4858 .Ql Disposition-Notification-To:
4859 header (RFC 3798) with the message.
4860 This requires a set
4861 .Va from
4862 variable.
4863 .\" TODO .It Va disposition-notification-send-HOST
4864 .\"Overrides
4865 .\".Va disposition-notification-send
4866 .\" for SMTP accounts on a specific host.
4867 .\" TODO .It Va disposition-notification-send-USER@HOST
4868 .\"Overrides
4869 .\".Va disposition-notification-send
4870 .\"for a specific account.
4873 .It Va dot
4874 When dot is set, a dot
4875 .Ql \&.
4876 on a line by itself during message input from a terminal shall be
4877 treated as end-of-message (in addition to the normal end-of-file
4878 condition).
4880 .Va ignoreeof
4881 is set
4882 .Pf no Va dot
4883 is ignored and using a dot is the only method to terminate input mode.
4886 .It Va dotlock-ignore-error
4887 \*(OP Synchronization of mailboxes which \*(UA treats as system
4888 mailboxes (see the command
4889 .Ic file )
4890 will be protected with so-called dotlock files\(emthe traditional mail
4891 spool file locking method\(emin addition to system file locking.
4892 Because \*(UA ships with a privilege-separated dotlock creation program
4893 that should always be able to create such a dotlock file there is no
4894 good reason to ignore dotlock file creation errors, and thus these are
4895 fatal unless this variable is set.
4898 .It Va editalong
4899 If this variable is set then the editor is started automatically when
4900 a message is composed in interactive mode, as if the
4901 .Ic ~e
4902 .Sx "TILDE ESCAPES"
4903 had been specified.
4905 .Va editheaders
4906 variable is implied for this automatically spawned editor session.
4909 .It Va editheaders
4910 When a message is edited while being composed,
4911 its header is included in the editable text.
4913 .Ql To: ,
4914 .Ql Cc: ,
4915 .Ql Bcc: ,
4916 .Ql Subject: ,
4917 .Ql From: ,
4918 .Ql Reply-To: ,
4919 .Ql Sender: ,
4921 .Ql Organization:
4922 fields are accepted within the header, other fields are ignored.
4925 .It Va emptystart
4926 If the mailbox is empty \*(UA normally prints
4927 .Dq \&No mail for user
4928 and exits immediately.
4929 If this option is set \*(UA starts even with an empty mailbox.
4932 .It Va flipr
4933 This option reverses the meanings of a set of reply commands,
4934 turning the lowercase variants, which by default address all recipients
4935 included in the header of a message
4936 .Pf ( Ic reply , respond , followup )
4937 into the uppercase variants, which by default address the sender only
4938 .Pf ( Ic Reply , Respond , Followup )
4939 and vice versa.
4940 The commands
4941 .Ic replysender , respondsender , followupsender
4942 as well as
4943 .Ic replyall , respondall , followupall
4944 are not affected by the current setting of
4945 .Va flipr .
4948 .It Va followup-to
4949 Controls wether a
4950 .Ql Mail-Followup-To:
4951 header is generated when sending messages to known mailing lists.
4952 Also see
4953 .Va followup-to-honour
4954 and the commands
4955 .Ic mlist , mlsubscribe , reply
4957 .Ic Lreply .
4960 .It Va forward-as-attachment
4961 Original messages are normally sent as inline text with the
4962 .Ic forward
4963 command,
4964 and only the first part of a multipart message is included.
4965 With this option messages are sent as unmodified MIME
4966 .Ql message/rfc822
4967 attachments with all of their parts included.
4970 .It Va fullnames
4971 When replying to or forwarding a message \*(UA normally removes the
4972 comment and name parts of email addresses.
4973 If this variable is set such stripping is not performed,
4974 and comments, names etc. are retained.
4977 .It Va header
4978 Causes the header summary to be written at startup and after commands
4979 that affect the number of messages or the order of messages in the
4980 current folder; enabled by default.
4981 The command line option
4982 .Fl N
4983 can be used to set
4984 .Pf no Va header .
4987 .It Va history-gabby
4988 \*(OP Add more entries to the history as is normally done.
4991 .It Va history-gabby-persist
4992 \*(OP \*(UAs own NCL will not save the additional (gabby) history
4993 entries in persistent storage unless this variable is also set.
4994 Also see
4995 .Va NAIL_HISTFILE .
4998 .It Va hold
4999 This option is used to hold messages in the system mailbox by default.
5002 .It Va idna-disable
5003 \*(OP Can be used to turn off the automatic conversion of domain names
5004 according to the rules of IDNA (internationalized domain names for
5005 applications).
5006 Since the IDNA code assumes that domain names are specified with the
5007 .Va ttycharset
5008 character set, an UTF-8 locale charset is required to represent all
5009 possible international domain names (before conversion, that is).
5012 .It Va ignore
5013 Ignore interrupt signals from the terminal while entering messages;
5014 instead echo them as
5015 .Ql @
5016 characters and discard the current line.
5019 .It Va ignoreeof
5020 Ignore end-of-file conditions
5021 .Pf ( Ql control-D ) ,
5022 on message input, which instead can be terminated only by entering a
5023 .Va dot
5024 .Ql \&.
5025 on a line by itself or by using the
5026 .Ic ~.
5027 .Sx "TILDE ESCAPES" .
5028 This option also applies to \*(UA command mode.
5030 .Mx Va imap-use-starttls
5031 .It Va imap-use-starttls-USER@HOST , imap-use-starttls-HOST , imap-use-starttls
5032 \*(OP Causes \*(UA to issue a `STARTTLS' command to make an unencrypted
5033 IMAP session SSL/TLS encrypted.
5034 This functionality is not supported by all servers,
5035 and is not used if the session is already encrypted by the IMAPS method.
5038 .It Va keep
5039 If set, an empty mailbox file is not removed.
5040 This may improve the interoperability with other mail user agents
5041 when using a common folder directory, and prevents malicious users
5042 from creating fake mailboxes in a world-writable spool directory.
5043 Note this only applies to local regular (MBOX) files, other mailbox
5044 types will never be removed.
5047 .It Va keepsave
5048 When a message is saved it is usually discarded from the originating
5049 folder when \*(UA is quit.
5050 Setting this option causes all saved message to be retained.
5053 .It Va line-editor-disable
5054 Turn off any enhanced command line editing capabilities (see
5055 .Sx "Command line editor"
5056 for more).
5059 .It Va markanswered
5060 When a message is replied to and this variable is set,
5061 it is marked as having been answered.
5062 This mark has no technical meaning in the mail system;
5063 it just causes messages to be marked in the header summary,
5064 and makes them specially addressable.
5067 .It Va message-id-disable
5068 By setting this option the generation of
5069 .Ql Message-ID:
5070 can be completely suppressed, effectively leaving this task up to the
5071 mail-transfer-agent (MTA) or the SMTP server.
5072 (According to RFC 5321 your SMTP server is not required to add this
5073 field by itself, so you should ensure that it accepts messages without a
5074 .Ql Message-ID . )
5077 .It Va metoo
5078 Usually, when an
5079 .Ic alias
5080 expansion contains the sender, the sender is removed from the expansion.
5081 Setting this option suppresses these removals.
5082 Note that a set
5083 .Va metoo
5084 also causes a
5085 .Ql -m
5086 option to be passed to mail-transfer-agents (MTAs);
5087 though most of the modern MTAs don't (no longer) document this flag, no
5088 MTA is known which doesn't support it (for historical compatibility).
5091 .It Va mime-allow-text-controls
5092 When sending messages, each part of the message is MIME-inspected in
5093 order to classify the
5094 .Ql Content-Type:
5096 .Ql Content-Transfer-Encoding:
5097 (see
5098 .Va encoding )
5099 that is required to send this part over mail transport, i.e.,
5100 a computation rather similar to what the
5101 .Xr file 1
5102 command produces when used with the
5103 .Ql --mime
5104 option.
5106 This classification however treats text files which are encoded in
5107 UTF-16 (seen for HTML files) and similar character sets as binary
5108 octet-streams, forcefully changing any
5109 .Ql text/plain
5111 .Ql text/html
5112 specification to
5113 .Ql application/octet-stream :
5114 If that actually happens a yet unset charset MIME parameter is set to
5115 .Ql binary ,
5116 effectively making it impossible for the receiving MUA to automatically
5117 interpret the contents of the part.
5119 If this option is set, and the data was unambiguously identified as text
5120 data at first glance (by a
5121 .Ql .txt
5123 .Ql .html
5124 file extension), then the original
5125 .Ql Content-Type:
5126 will not be overwritten.
5128 .Mx Va netrc-lookup
5129 .It Va netrc-lookup-USER@HOST , netrc-lookup-HOST , netrc-lookup
5130 \*(IN \*(OP Used to control usage of the users
5131 .Pa .netrc
5132 file for lookup of account credentials, as documented in the section
5133 .Sx "On URL syntax and credential lookup"
5134 and for the command
5135 .Ic netrc ;
5136 the section
5137 .Sx "The .netrc file"
5138 documents the file format.
5141 .It Va outfolder
5142 Causes the filename given in the
5143 .Va record
5144 variable
5145 and the sender-based filenames for the
5146 .Ic Copy
5148 .Ic Save
5149 commands to be interpreted relative to the directory given in the
5150 .Va folder
5151 variable rather than to the current directory,
5152 unless it is set to an absolute pathname.
5155 .It Va page
5156 If set, each message the
5157 .Ic pipe
5158 command prints out is followed by a formfeed character
5159 .Ql \ef .
5162 .It Va piperaw
5163 Send messages to the
5164 .Ic pipe
5165 command without performing MIME and character set conversions.
5168 .Mx Va pop3-bulk-load
5169 .It Va pop3-bulk-load-USER@HOST , pop3-bulk-load-HOST , pop3-bulk-load
5170 \*(OP When accessing a POP3 server \*(UA loads the headers of the
5171 messages, and only requests the message bodies on user request.
5172 For the POP3 protocol this means that the message headers will be
5173 downloaded twice.
5174 If this option is set then \*(UA will download only complete messages
5175 from the given POP3 server(s) instead.
5177 .Mx Va pop3-no-apop
5178 .It Va pop3-no-apop-USER@HOST , pop3-no-apop-HOST , pop3-no-apop
5179 \*(OP Unless this variable is set the
5180 .Ql APOP
5181 authentication method will be used when connecting to a POP3 server that
5182 advertises support.
5183 The advantage of
5184 .Ql APOP
5185 is that the password is not sent in clear text over the wire and that
5186 only a single packet is sent for the user/password tuple.
5187 Note that
5188 .Va pop3-no-apop-HOST
5189 requires \*(IN.
5191 .Mx Va pop3-use-starttls
5192 .It Va pop3-use-starttls-USER@HOST , pop3-use-starttls-HOST , pop3-use-starttls
5193 \*(OP Causes \*(UA to issue a
5194 .Ql STLS
5195 command to make an unencrypted POP3 session SSL/TLS encrypted.
5196 This functionality is not supported by all servers,
5197 and is not used if the session is already encrypted by the POP3S method.
5198 Note that
5199 .Va pop3-use-starttls-HOST
5200 requires \*(IN.
5203 .It Va print-all-chars
5204 This option causes all characters to be considered printable.
5205 It is only effective if given in a startup file.
5206 With this option set some character sequences in messages may put the
5207 user's terminal in an undefined state when printed;
5208 it should only be used as a last resort if no working system locale can
5209 be found.
5212 .It Va print-alternatives
5213 When a MIME message part of type
5214 .Ql multipart/alternative
5215 is displayed and it contains a subpart of type
5216 .Ql text/plain ,
5217 other parts are normally discarded.
5218 Setting this variable causes all subparts to be displayed,
5219 just as if the surrounding part was of type
5220 .Ql multipart/mixed .
5223 .It Va quiet
5224 Suppresses the printing of the version when first invoked.
5227 .It Va quote-as-attachment
5228 If this is set, then the original message is added in its entirety as a
5229 .Ql message/rfc822
5230 MIME attachment when replying to a message.
5231 Note this works regardless of the setting of
5232 .Va quote .
5235 .It Va recipients-in-cc
5236 On group replies, specify only the sender of the original mail in
5237 .Ql To:
5238 and mention the other recipients in the secondary
5239 .Ql Cc: .
5240 By default all recipients of the original mail will be addressed via
5241 .Ql To: .
5244 .It Va record-resent
5245 If both this variable and the
5246 .Va record
5247 variable are set,
5249 .Ic resend
5251 .Ic Resend
5252 commands save messages to the
5253 .Va record
5254 folder as it is normally only done for newly composed messages.
5257 .It Va reply-in-same-charset
5258 If this variable is set \*(UA first tries to use the same character set
5259 of the original message for replies.
5260 If this fails, the mechanism described in
5261 .Sx "Character sets"
5262 is evaluated as usual.
5265 .It Va rfc822-body-from_
5266 This variable can be used to force displaying a so-called
5267 .Ql From_
5268 line for messages that are embedded into an envelope mail via the
5269 .Ql message/rfc822
5270 MIME mechanism, for more visual convenience.
5273 .It Va save
5274 Enable saving of (partial) messages in
5275 .Ev DEAD
5276 upon interrupt or delivery error.
5279 .It Va searchheaders
5280 Expand message-list specifiers in the form
5281 .Ql /x:y
5282 to all messages containing the substring
5283 .Dq y
5284 in the header field
5285 .Ql x .
5286 The string search is case insensitive.
5289 .It Va sendcharsets-else-ttycharset
5290 \*(OP If this variable is set, but
5291 .Va sendcharsets
5292 is not, then \*(UA acts as if
5293 .Va sendcharsets
5294 had been set to the value of the variable
5295 .Va ttycharset .
5296 In effect this combination passes through the message data in the
5297 character set of the current locale (given that
5298 .Va ttycharset
5299 hasn't been set manually), i.e., without converting it to the
5300 .Va charset-8bit
5301 fallback character set.
5302 Thus, mail message text will be in ISO-8859-1 encoding when send from
5303 within a ISO-8859-1 locale, and in UTF-8 encoding when send from within
5304 an UTF-8 locale.
5305 If no character set conversion capabilities are available in \*(UA then
5306 the only supported character set is
5307 .Va ttycharset .
5309 .It Va sendmail-no-default-arguments
5310 Unless this option is set \*(UA will pass some well known
5311 standard command line options to the defined
5312 .Va sendmail
5313 program, see there for more.
5316 .It Va sendwait
5317 When sending a message wait until the MTA (including the builtin SMTP
5318 one) exits before accepting further commands.
5319 .Sy Only
5320 with this variable set errors reported by the MTA will be recognizable!
5321 If the MTA returns a non-zero exit status,
5322 the exit status of \*(ua will also be non-zero.
5325 .It Va showlast
5326 Setting this option causes \*(UA to start at the last message instead of
5327 the first one when opening a mail folder.
5330 .It Va showname
5331 Causes \*(UA to use the sender's real name instead of the plain address
5332 in the header field summary and in message specifications.
5335 .It Va showto
5336 Causes the recipient of the message to be shown in the header summary
5337 if the message was sent by the user.
5340 .It Va skipemptybody
5341 If an outgoing message does not contain any text in its first or only
5342 message part,
5343 do not send it but discard it silently (see also the command line option
5344 .Fl E ) .
5347 .It Va smime-force-encryption
5348 \*(OP Causes \*(UA to refuse sending unencrypted messages.
5351 .It Va smime-sign
5352 \*(OP S/MIME sign outgoing messages with the user's private key and
5353 include the user's certificate as a MIME attachment.
5354 Signing a message enables a recipient to verify that the sender used
5355 a valid certificate,
5356 that the email addresses in the certificate match those in the message
5357 header and that the message content has not been altered.
5358 It does not change the message text,
5359 and people will be able to read the message as usual.
5360 Also see
5361 .Va smime-sign-cert , smime-sign-include-certs
5363 .Va smime-sign-message-digest .
5366 .It Va smime-no-default-ca
5367 \*(OP Don't load default CA locations when verifying S/MIME signed
5368 messages.
5370 .Mx Va smtp-use-starttls
5371 .It Va smtp-use-starttls-USER@HOST , smtp-use-starttls-HOST , smtp-use-starttls
5372 \*(OP Causes \*(UA to issue a
5373 .Ql STARTTLS
5374 command to make an SMTP session SSL/TLS encrypted, i.e., to enable
5375 transport layer security.
5378 .It Va ssl-no-default-ca
5379 \*(OP Don't load default CA locations to verify SSL/TLS server
5380 certificates.
5383 .It Va term-ca-mode
5384 \*(OP If terminal capability queries are supported and this option is
5385 set then \*(UA will try to switch to the
5386 .Dq alternate screen
5387 when in interactive mode, so that the terminal will go back to the
5388 normal screen, leaving all the text there intact, when \*(UA exits.
5389 .Sy Note:
5390 even when supported for this to produce appealing results the used
5391 .Ev PAGER
5392 and possibly configured
5393 .Va pipe-TYPE/SUBTYPE
5394 applications that take control over the terminal need to have
5395 corresponding support too, e.g., the
5396 .Xr less 1
5397 pager should be driven with the
5398 .Ql -X
5399 command line flag.
5402 .It Va keep-content-length
5403 When (editing messages and) writing
5404 .Ev MBOX
5405 mailbox files \*(UA can be told to keep the
5406 .Ql Content-Length:
5408 .Ql Lines:
5409 header fields that some MUAs generate by setting this variable.
5410 Since \*(UA does neither use nor update these non-standardized header
5411 fields (which in itself shows one of their conceptual problems),
5412 stripping them should increase interoperability in between MUAs that
5413 work with with same mailbox files.
5414 Note that, if this is not set but
5415 .Va writebackedited ,
5416 as below, is, a possibly performed automatic stripping of these header
5417 fields already marks the message as being modified.
5420 .It Va v15-compat
5421 Setting this option enables upward compatibility with \*(UA version 15.0
5422 in respect to which configuration options are available and how they are
5423 handled.
5424 This manual uses \*(IN and \*(OU to refer to the new and the old way of
5425 doing things, respectively.
5428 .It Va verbose
5429 Setting this option, also controllable via the command line option
5430 .Fl v ,
5431 causes \*(UA to be more verbose, so that, e.g., certificate chains will
5432 be displayed on the users terminal.
5433 Setting this binary option twice increases the level of verbosity, in
5434 which case even details of the actual message delivery and protocol
5435 conversations are shown.
5436 A single
5437 .Pf no Va verbose
5438 is sufficient to disable verbosity as such.
5441 .It Va writebackedited
5442 If this variable is set messages modified using the
5443 .Ic edit
5445 .Ic visual
5446 commands are written back to the current folder when it is quit;
5447 it is only honoured for writable folders in MBOX format, though.
5448 Note that the editor will be pointed to the raw message content in that
5449 case, i.e., neither MIME decoding nor decryption will have been
5450 performed, and proper RFC 4155
5451 .Ql From_
5452 quoting of newly added or edited content is also left as an excercise to
5453 the user.
5455 .\" }}}
5457 .\" .Ss "Value options" {{{
5458 .Ss "Value options"
5460 Options with values that are generally treated as strings.
5461 To embed whitespace (space and tabulator) in a value it either needs to
5462 be escaped with a backslash character, or the entire value must be
5463 enclosed in (double or single) quotation marks;
5464 To use quotation marks identical to those used to enclose the value,
5465 escape them with a backslash character.
5466 The backslash character has no special meaning except in these cases.
5468 .Bd -literal -offset indent
5469 set 1=val\e one 2="val two" 3='val "three"' 4='val \e'four\e''
5470 varshow 1 2 3 4
5471 unset 1 2 3 4
5475 Booleans are special string values that must either be set to decimal
5476 integers (in which case
5477 .Ql 0
5478 is false and
5479 .Ql 1
5480 and any other value is true) or to any of
5481 .Ql off ,
5482 .Ql no
5484 .Ql false
5485 for a false boolean and
5486 .Ql on ,
5487 .Ql yes
5489 .Ql true
5490 for a true boolean; matching is performed case-insensitively.
5491 And there exists a special kind of boolean, the
5492 .Dq quadoption :
5493 this is expected to either name a boolean or one of the strings
5494 .Ql ask-yes
5496 .Ql ask-no
5497 (in fact:
5498 .Ql ask-
5499 followed by a valid boolean, case-insensitively);
5500 if one of the latter is set then in interactive mode the user will be
5501 prompted with the default value (also used for empty user input) set to
5502 the given boolean, whereas in non-interactive the given default will
5503 be used right away.
5505 .Bl -tag -width ".It Va _utoprin_"
5506 .Mx Va agent-shell-lookup
5507 .It Va agent-shell-lookup-USER@HOST , agent-shell-lookup-HOST , \
5508   agent-shell-lookup
5509 \*(IN \*(OP Account passwords can be fetched via an external agent
5510 program in order to permit encrypted password storage \(en see
5511 .Sx "On URL syntax and credential lookup"
5512 for more on credential lookup.
5513 If this is set then the content is interpreted as a shell command the
5514 output of which (with newline characters removed) is treated as the
5515 account password shall the command succeed (and have produced non-empty
5516 non-newline output); e.g., via
5517 .Xr gpg 1 :
5518 .Bd -literal -offset indent
5519 $ echo PASSWORD > .pass
5520 $ gpg -e .pass
5521 $ eval `gpg-agent --daemon \e
5522     --pinentry-program=/usr/bin/pinentry-curses \e
5523     --max-cache-ttl 99999 --default-cache-ttl 99999`
5524 $ echo 'set agent-shell-lookup="gpg -d .pass.gpg"' \e
5525     >> \*(ur
5528 A couple of environment variables will be set for the agent:
5530 .Bl -tag -compact -width ".It Ev _AIL_TMPDIR[337]"
5531 .It Ev NAIL_TMPDIR
5532 The temporary directory that \*(UA uses.
5533 Usually identical to
5534 .Ev TMPDIR ,
5535 but guaranteed to be set and usable by child processes;
5536 to ensure the latter condition for
5537 .Ev TMPDIR
5538 also, it'll be set.
5539 .It Ev NAIL_USER
5540 The user
5541 .Pf ( Ql USER )
5542 for which the password is looked up.
5543 .It Ev NAIL_USER_ENC
5544 The URL percent-encoded variant of
5545 .Ev NAIL_USER .
5546 .It Ev NAIL_HOST
5547 The plain machine hostname of the user account.
5548 .It Ev NAIL_HOST_PORT
5550 .Ql HOST
5551 (hostname possibly including port) of the user account.
5555 .It Va attrlist
5556 A sequence of characters to print in the
5557 .Ql attribute
5558 column of the
5559 .Va headline
5560 as shown in the header display; each for one type of messages (see
5561 .Sx "Message states" ) ,
5562 with the default being
5563 .Ql NUROSPMFAT+\-$~
5565 .Ql NU\ \ *HMFAT+\-$~
5567 .Va bsdflags
5568 or the
5569 .Ev SYSV3
5570 environment variable are set, in the following order:
5572 .Bl -tag -compact -offset indent -width ".It Ql _"
5573 .It Ql N
5574 new.
5575 .It Ql U
5576 unread but old.
5577 .It Ql R
5578 new but read.
5579 .It Ql O
5580 read and old.
5581 .It Ql S
5582 saved.
5583 .It Ql P
5584 preserved.
5585 .It Ql M
5586 mboxed.
5587 .It Ql F
5588 flagged.
5589 .It Ql A
5590 answered.
5591 .It Ql T
5592 draft.
5593 .It Ql +
5594 start of a collapsed thread.
5595 .It Ql -
5596 collapsed.
5597 .It Ql $
5598 classified as spam.
5599 .It Ql ~
5600 classified as possible spam.
5604 .It Va autobcc
5605 Specifies a list of recipients to which a blind carbon copy of each
5606 outgoing message will be sent automatically.
5609 .It Va autocc
5610 Specifies a list of recipients to which a carbon copy of each outgoing
5611 message will be sent automatically.
5614 .It Va autosort
5615 Causes sorted mode (see the
5616 .Ic sort
5617 command) to be entered automatically with the value of this option as
5618 sorting method when a folder is opened.
5621 .It Va charset-7bit
5622 The value that should appear in the
5623 .Ql charset=
5624 parameter of
5625 .Ql Content-Type:
5626 MIME header fields when no character set conversion of the message data
5627 was performed.
5628 This defaults to US-ASCII, and the chosen character set should be
5629 US-ASCII compatible.
5632 .It Va charset-8bit
5633 \*(OP The default 8-bit character set that is used as an implicit last
5634 member of the variable
5635 .Va sendcharsets .
5636 This defaults to UTF-8.
5637 If no character set conversion capabilities are available in \*(UA then
5638 the only supported character set is
5639 .Va ttycharset .
5640 Refer to the section
5641 .Sx "Character sets"
5642 for the complete picture of character set conversion in \*(UA.
5645 .It Va charset-unknown-8bit
5646 \*(OP RFC 1428 specifies conditions when internet mail gateways shall
5647 .Dq upgrade
5648 the content of a mail message by using a character set with the name
5649 .Ql unknown-8bit .
5650 Because of the unclassified nature of this character set \*(UA will not
5651 be capable to convert this character set to any other character set.
5652 If this variable is set any message part which uses the character set
5653 .Ql unknown-8bit
5654 is assumed to really be in the character set given in the value,
5655 otherwise the (final) value of
5656 .Va charset-8bit
5657 is used for this purpose.
5660 .It Va cmd
5661 The default value for the
5662 .Ic pipe
5663 command.
5666 .It Va colour-from_
5667 \*(OP The colour specification for so-called
5668 .Ql From_
5669 lines.
5670 See the section
5671 .Sx "Coloured message display"
5672 for the format of the value.
5675 .It Va colour-header
5676 \*(OP The colour specification for header lines.
5679 .It Va colour-msginfo
5680 \*(OP The colour specification for the introductional message info line.
5683 .It Va colour-partinfo
5684 \*(OP The colour specification for MIME part info lines.
5687 .It Va colour-terms
5688 \*(OP A comma-separated list of
5689 .Ev TERM Ns
5690 inals for which coloured message display can be used.
5691 Entries only need to be added if the string
5692 .Dq color
5693 isn't part of the terminal name itself; the default value is
5695 .Dl cons25,linux,rxvt,rxvt-unicode,\:screen,\:sun,\:vt100,\:vt220,\:\
5696 wsvt25,\:xterm
5699 .It Va colour-uheader
5700 \*(OP The colour specification for those header lines that have been
5701 placed in the
5702 .Va colour-user-headers
5703 list.
5704 See the section
5705 .Sx "Coloured message display" .
5708 .It Va colour-user-headers
5709 A comma separated list of (case-insensitive) header names which should
5710 be colourized with the alternative
5711 .Va colour-uheader
5712 colours.
5713 The default value is
5714 .Ql from,subject .
5717 .It Va crt
5718 In a(n interactive) terminal session, then if this valued option is set
5719 it'll be used as a threshold to determine how many lines the given
5720 output has to span before it will be displayed via the configured
5721 .Ev PAGER ;
5722 Usage of the
5723 .Ev PAGER
5724 can be forced by setting this to the value
5725 .Ql 0 ,
5726 setting it without a value will deduce the current height of the
5727 terminal screen to compute the treshold (see
5728 .Ev LINES
5730 .Xr stty 1 ) .
5733 .It Va datefield
5734 The date in a header summary is normally the date of the mailbox
5735 .Ql From_
5736 line of the message.
5737 If this variable is set, then the date as given in the
5738 .Ql Date:
5739 field is used, converted to local time.
5740 It is possible to control the display of the date by assigning a value,
5741 in which case the
5742 .Xr strftime 3
5743 function will be used to format the date accordingly.
5744 Please read your system manual for the available formats.
5745 Note that the
5746 .Ql %n
5747 format should not be used, because \*(UA doesn't take embedded newlines
5748 into account when calculating how many lines fit onto the screen.
5751 .It Va datefield-markout-older
5752 This option, when set in addition to
5753 .Va datefield ,
5754 is used to display
5755 .Dq older
5756 messages (concept is rather comparable to the
5757 .Fl \&\&l
5758 option of the POSIX utility
5759 .Xr ls 1 ) .
5760 The content interpretation is identical to
5761 .Va datefield .
5764 .It Va encoding
5765 Suggestion for the MIME encoding to use in outgoing text messages
5766 and message parts.
5767 Valid values are the default
5768 .Ql quoted-printable ,
5769 .Ql 8bit
5771 .Ql base64 .
5772 .Ql 8bit
5773 may cause problems when transferring mail messages over channels that
5774 are not ESMTP (RFC 1869) compliant.
5775 If there is no need to encode a message,
5776 .Ql 7bit
5777 transfer mode is always used regardless of this variable.
5778 Binary data is always encoded as
5779 .Ql base64 .
5782 .It Va escape
5783 If defined, the first character of this option
5784 gives the character to use in place of
5785 .Ql ~
5786 to denote
5787 .Sx "TILDE ESCAPES" .
5790 .It Va expandaddr
5791 If not set then file and command pipeline targets are not allowed,
5792 and any such address will be filtered out, giving a warning message.
5793 If set without a value then all possible recipient address
5794 specifications will be accepted \(en see the section
5795 .Sx "Sending mail"
5796 for more on this.
5797 To accept them, but only in interactive mode, or when tilde commands
5798 were enabled explicitly by using one of the command line options
5799 .Fl ~
5801 .Fl # ,
5802 set this to the (case-insensitive) value
5803 .Ql restrict
5804 (note right now this is actually like setting
5805 .Ql restrict,-all,+name,+addr ) .
5807 In fact the value is interpreted as a comma-separated list of values.
5808 If it contains
5809 .Ql fail
5810 then the existence of disallowed specifications is treated as a hard
5811 send error instead of only filtering them out.
5812 The remaining values specify wether a specific type of recipient
5813 address specification is allowed (optionally indicated by a plus sign
5814 .Ql +
5815 prefix) or disallowed (prefixed with a hyphen
5816 .Ql - ) .
5817 The value
5818 .Ql all
5819 addresses all possible address specifications,
5820 .Ql file
5821 file targets,
5822 .Ql pipe
5823 command pipeline targets,
5824 .Ql name
5825 plain user names and (MTA) aliases (\*(OB
5826 .Ql noalias
5827 may be used as an alternative syntax to
5828 .Ql -name )
5830 .Ql addr
5831 network addresses.
5832 These kind of values are interpreted in the given order, so that
5833 .Ql restrict,\:fail,\:+file,\:-all,\:+addr
5834 will cause hard errors for any non-network address recipient address
5835 unless \*(UA is in interactive mode or has been started with the
5836 .Fl ~
5838 .Fl #
5839 command line option; in the latter case(s) any address may be used, then.
5842 .It Va expandargv
5843 Unless this variable is set additional mail-transfer-agent (MTA)
5844 arguments from the command line, as can be given after a
5845 .Ql --
5846 separator, are ignored due to safety reasons.
5847 However, if set to the special value
5848 .Ql fail ,
5849 then the presence of additional MTA arguments is treated as a hard
5850 error that causes \*(UA to exit with failure status.
5851 A lesser strict variant is the otherwise identical
5852 .Ql restrict ,
5853 which does accept such arguments in interactive mode, or if tilde
5854 commands were enabled explicitly by using one of the command line options
5855 .Fl ~
5857 .Fl # .
5860 .It Va features
5861 \*(RO Information on the features compiled into \*(UA \(en the content
5862 of this variable is identical to the output of the command
5863 .Ic features .
5867 .It Va file-hook-load-EXTENSION , file-hook-save-EXTENSION
5868 It is possible to install file hooks which will be used by the
5869 .Ic file
5870 command in order to be able to transparently handle (through an
5871 intermediate temporary file) files with specific
5872 .Ql EXTENSION Ns
5873 s: the variable values can include shell snippets and are expected to
5874 write data to standard output / read data from standard input,
5875 respectively.
5876 \*(ID The variables may not be changed while there is a mailbox
5877 attendant.
5878 .Bd -literal -offset indent
5879 set file-hook-load-xy='echo >&2 XY-LOAD; gzip -cd' \e
5880     file-hook-save-xy='echo >&2 XY-SAVE; gzip -c' \e
5881     record=+null-sent.xy
5885 .It Va folder
5886 The name of the directory to use for storing folders of messages.
5887 All folder names that begin with
5888 .Ql +
5889 refer to files below it.
5890 The same special conventions as documented for the
5891 .Ic file
5892 command may be used when specifying a new value for
5893 .Va \&\&folder ,
5894 but be aware that the expansion is fully performed immediately.
5895 E.g., if the expanded name refers to an IMAP account, all names that
5896 begin with `+' refer to IMAP mailboxes below the
5897 .Va folder
5898 target box.
5900 Note: some IMAP servers do not accept the creation of mailboxes in
5901 the hierarchy base, but require that they are created as subfolders of
5902 `INBOX' \(en with such servers a folder name of the form
5904 .Dl imaps://mylogin@imap.myisp.example/INBOX.
5906 should be used (the last character is the server's hierarchy delimiter).
5907 Folder names prefixed by `+' will then refer to folders below `INBOX',
5908 while folder names prefixed by `@' refer to folders below the hierarchy
5909 base.
5910 See the
5911 .Ic imap
5912 namespace command for a method to detect the appropriate prefix and
5913 delimiter.
5916 .It Va folder-hook
5917 When a folder is opened and this variable is set,
5918 the macro corresponding to the value of this variable is executed.
5919 The macro is also invoked when new mail arrives,
5920 but message lists for commands executed from the macro
5921 only include newly arrived messages then.
5923 .Ic localopts
5924 are activated in a folder hook, then the covered settings will be
5925 reverted once the folder is left again.
5928 .It Va folder-hook-FOLDER
5929 Overrides
5930 .Va folder-hook
5931 for a folder named
5932 .Ql FOLDER .
5933 Unlike other folder specifications, the fully expanded name of a folder,
5934 without metacharacters, is used to avoid ambiguities.
5935 However, if the mailbox resides under
5936 .Va folder
5937 then the usual
5938 .Ql +
5939 specification is tried in addition, e.g., if
5940 .Va \&\&folder
5942 .Dq mail
5943 (and thus relative to the user's home directory) then
5944 .Pa /home/usr1/mail/sent
5945 will be tried as
5946 .Ql folder-hook-/home/usr1/mail/sent
5947 first, but then followed by
5948 .Ql folder-hook-+sent .
5951 .It Va followup-to-honour
5952 Controls wether a
5953 .Ql Mail-Followup-To:
5954 header is honoured when group-replying to a message via
5955 .Ic reply
5957 .Ic Lreply .
5958 This is a quadoption; if set without a value it defaults to
5959 .Dq yes .
5960 Also see
5961 .Va followup-to
5962 and the commands
5963 .Ic mlist
5965 .Ic mlsubscribe .
5968 .It Va from
5969 The address (or a list of addresses) to put into the
5970 .Ql From:
5971 field of the message header, quoting RFC 5322:
5972 the author(s) of the message, that is, the mailbox(es) of the person(s)
5973 or system(s) responsible for the writing of the message.
5974 If replying to messages these addresses are handled as if they were in
5976 .Ic alternates
5977 list.
5978 If the machine's hostname is not valid at the Internet (for example at
5979 a dialup machine) then either this variable or
5980 .Va hostname
5981 (\*(IN and with
5982 .Va smtp
5983 .Va smtp-hostname
5984 adds even more fine-tuning capabilities),
5985 have to be set.
5987 .Va \&\&from
5988 contains more than one address,
5989 setting the
5990 .Va sender
5991 variable is required (according to the standard RFC 5322).
5994 .It Va fwdheading
5995 The string to print before the text of a message with the
5996 .Ic forward
5997 command
5998 (unless the
5999 .Va forward-as-attachment
6000 variable is set).
6001 Defaults to
6002 .Dq -------- Original Message --------
6003 if unset; No heading is printed if it is set to the empty string.
6006 .It Va headline
6007 A format string to use for the header summary,
6008 similar to
6009 .Xr printf 3
6010 formats.
6011 A percent character
6012 .Ql %
6013 introduces a format specifier that may be followed by a number
6014 indicating the field width;
6015 If the (possibly implicitly implied) field width is negative, the field
6016 is to be left-aligned.
6017 Valid format specifiers are:
6019 .Bl -tag -compact -offset indent -width "_%%_"
6020 .It Ql %%
6021 A plain percent character.
6022 .It Ql %>
6023 A space character but for the current message, for which it expands to
6024 .Ql > .
6025 .It Ql %<
6026 A space character but for the current message, for which it expands to
6027 .Ql < .
6028 .It Ql %$
6029 \*(OP The spam score of the message, as has been classified via the
6030 command
6031 .Ic spamrate .
6032 Prints only a replacement character if there is no spam support.
6033 .It Ql %a
6034 Message attribute character (status flag); the actual content can be
6035 adjusted by setting
6036 .Va attrlist .
6037 .It Ql %d
6038 The date when the message was received.
6039 .It Ql %e
6040 The indenting level in threaded mode.
6041 .It Ql %f
6042 The address of the message sender.
6043 .It Ql %i
6044 The message thread structure.
6045 (Note that this format doesn't support a field width.)
6046 .It Ql %l
6047 The number of lines of the message.
6048 .It Ql %m
6049 Message number.
6050 .It Ql %o
6051 The number of octets (bytes) in the message.
6052 .It Ql %s
6053 Message subject (if any).
6054 .It Ql %S
6055 Message subject (if any) in double quotes.
6056 .It Ql \&%T
6057 Message recipient flags: is the addressee of the message a known or
6058 subscribed mailing list \(en see
6059 .Ic mlist
6061 .Ic mlsubscribe .
6062 .It Ql %t
6063 The position in threaded/sorted order.
6066 The default is
6067 .Ql %>\&%a\&%m\ %-18f\ %16d\ %4l/%\-5o\ %i%-s ,
6069 .Ql %>\&%a\&%m\ %20-f\ \ %16d\ %3l/%\-5o\ %i%-S
6071 .Va bsdcompat
6072 is set.
6073 Also see
6074 .Va attrlist
6076 .Va headline-bidi .
6079 .It Va headline-bidi
6080 Bidirectional text requires special treatment when displaying headers,
6081 because numbers (in dates or for file sizes etc.) will not affect the
6082 current text direction, in effect resulting in ugly line layouts when
6083 arabic or other right-to-left text is to be displayed.
6084 On the other hand only a minority of terminals is capable to correctly
6085 handle direction changes, so that user interaction is necessary for
6086 acceptable results.
6087 Note that extended host system support is required nonetheless, e.g.,
6088 detection of the terminal character set is one precondition;
6089 and this feature only works in an Unicode (i.e., UTF-8) locale.
6091 In general setting this variable will cause \*(UA to encapsulate text
6092 fields that may occur when printing
6093 .Va headline
6094 (and some other fields, like dynamic expansions in
6095 .Va prompt )
6096 with special Unicode control sequences;
6097 it is possible to fine-tune the terminal support level by assigning
6098 a value:
6099 no value (or any value other than
6100 .Ql 1 ,
6101 .Ql 2
6103 .Ql 3 )
6104 will make \*(UA assume that the terminal is capable to properly deal
6105 with Unicode version 6.3, in which case text is embedded in a pair of
6106 U+2068 (FIRST STRONG ISOLATE) and U+2069 (POP DIRECTIONAL ISOLATE)
6107 characters.
6108 In addition no space on the line is reserved for these characters.
6110 Weaker support is chosen by using the value
6111 .Ql 1
6112 (Unicode 6.3, but reserve the room of two spaces for writing the control
6113 sequences onto the line).
6114 The values
6115 .Ql 2
6117 .Ql 3
6118 select Unicode 1.1 support (U+200E, LEFT-TO-RIGHT MARK); the latter
6119 again reserves room for two spaces in addition.
6122 .It Va hostname
6123 Use this string as hostname when expanding local addresses instead of
6124 the value obtained from
6125 .Xr uname 3
6127 .Xr getaddrinfo 3 ,
6128 i.e., in
6129 .Ql Message-ID:
6131 .Ql From:
6132 fields.
6133 Note that when
6134 .Va smtp
6135 transport is not used then it is normally the responsibility of the MTA
6136 to create these fields, \*(IN in conjunction with
6137 .Va smtp
6138 however
6139 .Va smtp-hostname
6140 also influences the results;
6141 you should produce some test messages with the desired combination of
6142 .Va \&\&hostname ,
6143 and/or
6144 .Va from ,
6145 .Va sender
6146 etc. first.
6148 .Mx Va imap-auth
6149 .It Va imap-auth-USER@HOST , imap-auth
6150 \*(OP Sets the IMAP authentication method.
6151 Valid values are `login' for the usual password-based authentication
6152 (the default),
6153 `cram-md5', which is a password-based authentication that does not send
6154 the password over the network in clear text,
6155 and `gssapi' for GSS-API based authentication.
6158 .It Va imap-cache
6159 \*(OP Enables caching of IMAP mailboxes.
6160 The value of this variable must point to a directory that is either
6161 existent or can be created by \*(UA.
6162 All contents of the cache can be deleted by \*(UA at any time;
6163 it is not safe to make assumptions about them.
6165 .Mx Va imap-keepalive
6166 .It Va imap-keepalive-USER@HOST , imap-keepalive-HOST , imap-keepalive
6167 \*(OP IMAP servers may close the connection after a period of
6168 inactivity; the standard requires this to be at least 30 minutes,
6169 but practical experience may vary.
6170 Setting this variable to a numeric `value' greater than 0 causes
6171 a `NOOP' command to be sent each `value' seconds if no other operation
6172 is performed.
6175 .It Va imap-list-depth
6176 \*(OP When retrieving the list of folders on an IMAP server, the
6177 .Ic folders
6178 command stops after it has reached a certain depth to avoid possible
6179 infinite loops.
6180 The value of this variable sets the maximum depth allowed.
6181 The default is 2.
6182 If the folder separator on the current IMAP server is a slash `/',
6183 this variable has no effect and the
6184 .Ic folders
6185 command does not descend to subfolders.
6188 .It Va indentprefix
6189 String used by the
6190 .Ic ~m , ~M
6192 .Ic ~R
6193 .Sx "TILDE ESCAPES"
6194 and by the
6195 .Va quote
6196 option for indenting messages,
6197 in place of the normal tabulator character
6198 .Ql ^I ,
6199 which is the default.
6200 Be sure to quote the value if it contains spaces or tabs.
6203 .It Va line-editor-cursor-right
6204 \*(OP If the builtin command line editor is used, actions which are
6205 based on rightwise movement may not work on some terminals.
6206 If you encounter such problems, set this variable to the terminal
6207 control sequence that is necessary to move the cursor one column to the
6208 right.
6209 The default is
6210 .Ql \e033[C ,
6211 which should work for most terminals.
6212 Less often occur
6213 .Ql \e033OC
6215 .Ql \e014 .
6216 Note that
6217 .Dq Escape
6218 and other control character have to be written as shell-style escape
6219 sequences, e.g.,
6220 .Ql \e033
6221 for (US-ASCII)
6222 .Dq Escape .
6225 .It Va MAIL
6226 Is used as the user's mailbox, if set.
6227 Otherwise, a system-dependent default is used.
6228 Supports a logical subset of the special conventions that are documented
6229 for the
6230 .Ic file
6231 command and the
6232 .Va folder
6233 option.
6236 .It Va mime-counter-evidence
6237 Normally the
6238 .Ql Content-Type:
6239 field is used to decide how to handle MIME parts.
6240 Some MUAs however don't use
6241 .Xr mime.types 5
6242 or a similar mechanism to correctly classify content, but simply specify
6243 .Ql application/octet-stream ,
6244 even for plain text attachments like
6245 .Ql text/diff .
6246 If this variable is set then \*(UA will try to classify such MIME
6247 message parts on its own, if possible, and through their file name.
6248 This variable can also be given a non-empty value, in which case the
6249 value is expected to be a number, actually a carrier of bits.
6250 Creating the bit-carrying number is a simple addition:
6251 .Bd -literal -offset indent
6252 ? !echo Value should be set to $((2 + 4))
6253 Value should be set to 6
6256 .Bl -bullet -compact
6258 If bit two is set (2) then the detected
6259 .Qd real
6260 content-type will be carried along with the message and be used for
6261 deciding which
6262 .Va pipe-TYPE/SUBTYPE
6263 is responsible for the MIME part, shall that question arise;
6264 when displaying such a MIME part the part-info will indicate the
6265 overridden content-type by showing a plus-sign
6266 .Ql + .
6268 If bit three is set (4) then the counter-evidence is always produced
6269 and a positive result will be used as the MIME type, even forcefully
6270 overriding the parts given MIME type.
6271 .\".It
6272 .\"If bit four is set (8) then as a last resort the content of
6273 .\".Ql application/octet-stream
6274 .\"parts will be inspected, so that data that looks like (english) plain
6275 .\"text can be treated as such.
6279 .It Va mimetypes-load-control
6280 This option can be used to control which of the
6281 .Xr mime.types 5
6282 databases are loaded by \*(UA, as furtherly described in the section
6283 .Sx "The mime.types files" .
6284 If the letter
6285 .Ql u
6286 is part of the option value, then the user's personal
6287 .Pa ~/.mime.types
6288 file will be loaded (if it exists); likewise the letter
6289 .Ql s
6290 controls loading of the system wide
6291 .Pa /etc/mime.types ;
6292 the user file is loaded first, letter matching is case-insensitive.
6293 If this option is not set \*(UA will try to load both files instead.
6294 Incorporation of the \*(UA-builtin MIME types cannot be suppressed,
6295 but they will be matched last.
6297 More sources can be specified by using a different syntax: if the
6298 value string contains an equals sign
6299 .Ql =
6300 then it is instead parsed as a comma-separated list of the described
6301 letters plus
6302 .Ql f=FILENAME
6303 pairs; the given filenames will be expanded and loaded, and their
6304 content may use the extended syntax that is described in the section
6305 .Sx "The mime.types files" .
6308 .It Va NAIL_EXTRA_RC
6309 The name of an optional startup file to be read after
6310 .Pa \*(ur .
6311 This variable has an effect only if it is set in
6312 .Pa \*(UR
6314 .Pa \&\&\*(ur ,
6315 it is not imported from the environment in order to honour
6316 .Ql MAILRC=/dev/null Ns /
6317 .Fl n
6318 invocations.
6319 Use this file for commands that are not understood by other POSIX
6320 .Xr mailx 1
6321 implementations.
6324 .It Va NAIL_HEAD
6325 A string to put at the beginning of each new message.
6326 The escape sequences tabulator
6327 .Ql \et
6328 and newline
6329 .Ql \en
6330 are understood.
6333 .It Va NAIL_HISTFILE
6334 \*(OP If a command line editor is available then this can be set to
6335 name the (expandable) path of the location of a permanent history file.
6338 .It Va NAIL_HISTSIZE
6339 \*(OP If a command line editor is available this value restricts the
6340 amount of history entries that are saved into a set and valid
6341 .Va NAIL_HISTFILE .
6342 A value of less than 0 disables this feature;
6343 note that loading and incorporation of
6344 .Va NAIL_HISTFILE
6345 upon program startup can also be suppressed by doing this.
6346 An unset or invalid value, or 0, causes a default value to be used.
6347 Dependent on the available command line editor this will also define the
6348 number of history entries in memory;
6349 it is also editor-specific wether runtime updates of this value will be
6350 honoured.
6353 .It Va NAIL_TAIL
6354 A string to put at the end of each new message.
6355 The escape sequences tabulator
6356 .Ql \et
6357 and newline
6358 .Ql \en
6359 are understood.
6362 .It Va newfolders
6363 If this variable has the value
6364 .Ql maildir ,
6365 newly created local folders will be in Maildir format.
6368 .It Va newmail
6369 Checks for new mail in the current folder each time the prompt is
6370 printed.
6371 For IMAP mailboxes the server is then polled for new mail,
6372 which may result in delayed operation if the connection to the server is
6373 slow.
6374 A Maildir folder must be re-scanned to determine if new mail has arrived.
6376 If this variable is set to the special value
6377 .Dq nopoll
6378 an IMAP server is not actively asked for new mail, but new mail may
6379 still be detected and announced with any other IMAP command that is sent
6380 to the server.
6381 In either case the IMAP server may send notifications about messages
6382 that have been deleted on the server by another process or client.
6383 In this case,
6384 .Dq Expunged X messages
6385 is printed regardless of this variable, and message numbers may have
6386 changed.
6388 If this variable is set to the special value
6389 .Ql nopoll
6390 then a Maildir folder will not be rescanned completely, but only
6391 timestamp changes are detected.
6394 .It Va ORGANIZATION
6395 The value to put into the
6396 .Ql Organization:
6397 field of the message header.
6399 .Mx Va password
6400 .It Va password-USER@HOST , password-HOST , password
6401 \*(IN Variable chain that sets a password, which is used in case none has
6402 been given in the protocol and account-specific URL;
6403 as a last resort \*(UA will ask for a password on the user's terminal if
6404 the authentication method requires a password.
6405 Specifying passwords in a startup file is generally a security risk;
6406 the file should be readable by the invoking user only.
6408 .It Va password-USER@HOST
6409 \*(OU (see the chain above for \*(IN)
6410 Set the password for
6411 .Ql USER
6412 when connecting to
6413 .Ql HOST .
6414 If no such variable is defined for a host,
6415 the user will be asked for a password on standard input.
6416 Specifying passwords in a startup file is generally a security risk;
6417 the file should be readable by the invoking user only.
6420 .It Va pipe-TYPE/SUBTYPE
6421 When a MIME message part of type
6422 .Ql TYPE/SUBTYPE
6423 (normalized to lowercase) is displayed or quoted,
6424 its text is filtered through the value of this variable interpreted as
6425 a shell command.
6426 The special value
6427 .Ql @
6428 can be used to force interpretation of the message part as plain text, e.g.,
6429 .Ql set pipe-application/pgp-signature=@
6430 will henceforth treat signatures as plain text and display them "as is".
6431 (The same can also be achieved, in a more useful context, by using the
6432 .Ic mimetype
6433 command in conjunction with a type marker.)
6435 Also, if a shell command is prefixed with
6436 .Ql @ ,
6437 then the command will only be used to prepare the MIME message part if
6438 the message is displayed by itself, but not when multiple messages are
6439 displayed at once.
6441 Finally, if a shell command is prefixed with
6442 .Ql @& ,
6443 then, in addition to what has been described for the plain
6444 .Ql @
6445 shell command prefix, the command will be run asynchronously, i.e.,
6446 without blocking \*(UA, which may be a handy way to display a, e.g., PDF
6447 file while also continuing to read the mail message.
6448 Some information about the MIME part to be displayed is embedded into
6449 the environment of the shell command:
6451 .Bl -tag -compact -width ".It Ev _AIL__ILENAME__ENERATED"
6453 .It Ev NAIL_TMPDIR
6454 The temporary directory that \*(UA uses.
6455 Usually identical to
6456 .Ev TMPDIR ,
6457 but guaranteed to be set and usable by child processes;
6458 to ensure the latter condition for
6459 .Ev \&\&TMPDIR
6460 also, it'll be set.
6462 .It Ev NAIL_FILENAME
6463 The filename, if any is set, the empty string otherwise.
6465 .It Ev NAIL_FILENAME_GENERATED
6466 A random string.
6468 .It Ev NAIL_CONTENT
6469 The MIME content-type of the part, if known, the empty string otherwise.
6471 .It Ev NAIL_CONTENT_EVIDENCE
6473 .Va mime-counter-evidence
6474 includes the carry-around-bit (2), then this will be set to the detected
6475 MIME content-type; not only then identical to
6476 .Ev \&\&NAIL_CONTENT
6477 otherwise.
6481 .It Va pipe-EXTENSION
6482 This is identical to
6483 .Va pipe-TYPE/SUBTYPE
6484 except that
6485 .Ql EXTENSION
6486 (normalized to lowercase using character mappings of the ASCII charset)
6487 names a file extension, e.g.,
6488 .Ql xhtml .
6489 Handlers registered using this method take precedence.
6491 .Mx Va pop3-keepalive
6492 .It Va pop3-keepalive-USER@HOST , pop3-keepalive-HOST , pop3-keepalive
6493 \*(OP POP3 servers close the connection after a period of inactivity;
6494 the standard requires this to be at least 10 minutes,
6495 but practical experience may vary.
6496 Setting this variable to a numeric value greater than
6497 .Ql 0
6498 causes a
6499 .Ql NOOP
6500 command to be sent each value seconds if no other operation is performed.
6503 .It Va prompt
6504 The string printed when a command is accepted.
6505 Prompting may be prevented by either setting this to the null string
6506 or by setting
6507 .Pf no Va prompt .
6508 The same XSI escape sequences that are understood by the
6509 .Ic echo
6510 command may be used within
6511 .Va \&\&prompt .
6513 In addition, the following \*(UA specific additional sequences are
6514 understood:
6515 .Ql \e& ,
6516 which expands to
6517 .Dq \&?
6518 unless
6519 .Va bsdcompat
6520 is set, in which case it expands to
6521 .Dq \&& ;
6522 note that
6523 .Ql \e&\0
6524 is the default value of
6525 .Va \&\&prompt .
6526 .Ql \e? ,
6527 which will expand to
6528 .Dq 1
6529 if the last command failed and to
6530 .Dq 0
6531 otherwise,
6532 .Ql \e$ ,
6533 which will expand to the name of the currently active
6534 .Ic account ,
6535 if any, and to the empty string otherwise, and
6536 .Ql \e@ ,
6537 which will expand to the name of the currently active mailbox.
6538 (Note that the prompt buffer is size-limited, excess is cut off.)
6540 Even though
6541 .Va \&\&prompt
6542 checks for
6543 .Va headline-bidi
6544 to encapsulate the expansions of the
6545 .Ql \e$
6547 .Ql \e@
6548 escape sequences as necessary to correctly display bidirectional text,
6549 this is not true for the final string that makes up
6550 .Va \&\&prompt
6551 as such, i.e., real BIDI handling is not supported.
6553 When a newer version of the
6554 .Xr editline 3
6555 .Sx "Command line editor"
6556 is used, any escape sequence must itself be encapsulated with another
6557 escape character for usage with the
6558 .Va EL_PROMPT_ESC
6559 mechanism: \*(UA configures the control character
6560 .Ql \e01
6561 for this.
6564 .It Va quote
6565 If set, \*(UA starts a replying message with the original message
6566 prefixed by the value of the variable
6567 .Va indentprefix .
6568 Normally, a heading consisting of
6569 .Dq Fromheaderfield wrote:
6570 is printed before the quotation.
6571 If the string
6572 .Ql noheading
6573 is assigned to the
6574 .Va \&\&quote
6575 variable, this heading is omitted.
6576 If the string
6577 .Ql headers
6578 is assigned, the headers selected by the
6579 .Ic ignore Ns / Ns Ic retain
6580 commands are printed above the message body,
6581 thus
6582 .Va \&\&quote
6583 acts like an automatic
6584 .Pf ` Ic ~m Ns '
6585 .Sx "TILDE ESCAPES"
6586 command, then.
6587 If the string
6588 .Ql allheaders
6589 is assigned, all headers are printed above the message body and all MIME
6590 parts are included, making
6591 .Va \&\&quote
6592 act like an automatic
6593 .Pf ` Ic ~M Ns '
6594 command; also see
6595 .Va quote-as-attachment .
6598 .It Va quote-fold
6599 \*(OP Can be set in addition to
6600 .Va indentprefix .
6601 Setting this turns on a more fancy quotation algorithm in that leading
6602 quotation characters are compressed and overlong lines are folded.
6603 .Va \&\&quote-fold
6604 can be set to either one or two (space separated) numeric values,
6605 which are interpreted as the maximum (goal) and the minimum line length,
6606 respectively, in a spirit rather equal to the
6607 .Xr fmt 1
6608 program, but line-, not paragraph-based.
6609 If not set explicitly the minimum will reflect the goal algorithmically.
6610 The goal can't be smaller than the length of
6611 .Va indentprefix
6612 plus some additional pad.
6613 Necessary adjustments take place silently.
6616 .It Va record
6617 If defined, gives the pathname of the folder used to record all outgoing
6618 mail.
6619 If not defined, then outgoing mail is not saved.
6620 When saving to this folder fails the message is not sent,
6621 but instead saved to
6622 .Ev DEAD .
6625 .It Va reply_strings
6626 Can be set to a comma-separated list of (case-insensitive according to
6627 ASCII rules) strings which shall be recognized in addition to the
6628 builtin strings as
6629 .Ql Subject:
6630 reply message indicators \(en builtin are
6631 .Ql Re: ,
6632 which is mandated by RFC 5322, as well as the german
6633 .Ql Aw: .
6636 .It Va replyto
6637 A list of addresses to put into the
6638 .Ql Reply-To:
6639 field of the message header.
6640 Members of this list are handled as if they were in the
6641 .Ic alternates
6642 list.
6645 .It Va reply-to-honour
6646 Controls wether a
6647 .Ql Reply-To:
6648 header is honoured when replying to a message via
6649 .Ic reply
6651 .Ic Lreply .
6652 This is a quadoption; if set without a value it defaults to
6653 .Dq yes .
6656 .It Va screen
6657 When \*(UA initially prints the message headers it determines the number
6658 to print by looking at the speed of the terminal.
6659 The faster the terminal, the more it prints.
6660 This option overrides this calculation and specifies how many message
6661 headers are printed.
6662 This number is also used for scrolling with the
6663 .Ic z
6664 command.
6667 .It Va sendcharsets
6668 \*(OP A comma-separated list of character set names that can be used in
6669 outgoing internet mail.
6670 The value of the variable
6671 .Va charset-8bit
6672 is automatically appended to this list of character-sets.
6673 If no character set conversion capabilities are compiled into \*(UA then
6674 the only supported charset is
6675 .Va ttycharset .
6676 Also see
6677 .Va sendcharsets-else-ttycharset
6678 and refer to the section
6679 .Sx "Character sets"
6680 for the complete picture of character set conversion in \*(UA.
6683 .It Va sender
6684 An address that is put into the
6685 .Ql Sender:
6686 field of outgoing messages, quoting RFC 5322: the mailbox of the agent
6687 responsible for the actual transmission of the message.
6688 This field should normally not be used unless the
6689 .Ql From:
6690 field contains more than one address, on which case it is required.
6692 .Va \&\&sender
6693 address is handled as if it were in the
6694 .Ic alternates
6695 list.
6698 .It Va sendmail
6699 To use an alternate mail transport agent (MTA),
6700 set this option to the full pathname of the program to use.
6701 It may be necessary to set
6702 .Va sendmail-progname
6703 in addition.
6705 The MTA will be passed command line arguments from several possible
6706 sources: from the variable
6707 .Va sendmail-arguments
6708 if set, from the command line if given and the variable
6709 .Va expandargv
6710 allows their use.
6711 Argument processing of the MTA will be terminated with a
6712 .Ql --
6713 separator.
6715 The otherwise occurring implicit usage of the following MTA command line
6716 arguments can be disabled by setting the boolean option
6717 .Va sendmail-no-default-arguments
6718 (which will also disable passing
6719 .Ql --
6720 to the MTA):
6721 .Ql -i
6722 (for not treating a line with only a dot
6723 .Ql \&.
6724 character as the end of input),
6725 .Ql -m
6726 (shall the option
6727 .Va metoo
6728 be set) and
6729 .Ql -v
6730 (if the
6731 .Va verbose
6732 option is set); in conjunction with the
6733 .Fl r
6734 command line option \*(UA will also pass
6735 .Ql -f
6736 as well as
6737 .Ql -F .
6740 .It Va sendmail-arguments
6741 Arguments to pass through to the Mail-Transfer-Agent can be given via
6742 this option.
6743 The content of this variable will be split up in a vector of arguments
6744 which will be joined onto other possible MTA options:
6746 .Dl set sendmail-arguments='-t -X \&"/tmp/my log\&"'
6749 .It Va sendmail-no-default-arguments
6750 \*(BY Unless this option is set \*(UA will pass some well known
6751 standard command line options to the defined
6752 .Va sendmail
6753 program, see there for more.
6756 .It Va sendmail-progname
6757 Many systems use a so-called
6758 .Xr mailwrapper 8
6759 environment to ensure compatibility with
6760 .Xr sendmail 1 .
6761 This works by inspecting the name that was used to invoke the mail
6762 delivery system.
6763 If this variable is set then the mailwrapper (the program that is
6764 actually executed when calling
6765 .Dq sendmail )
6766 will treat its contents as that name.
6767 The default is
6768 .Ql sendmail .
6771 .It Va Sign
6772 A string for use with the
6773 .Ic ~A
6774 tilde escape.
6777 .It Va sign
6778 A string for use with the
6779 .Ic ~a
6780 tilde escape.
6783 .It Va signature
6784 Must correspond to the name of a readable file if set.
6785 The file's content is then appended to each singlepart message
6786 and to the first part of each multipart message.
6787 Be warned that there is no possibility to edit the signature for an
6788 individual message.
6791 .It Va smime-ca-dir
6792 \*(OP Specifies a directory with CA certificates in PEM (Privacy
6793 Enhanced Mail) format for verification of S/MIME signed messages.
6796 .It Va smime-ca-file
6797 \*(OP Specifies a file with CA certificates in PEM format for
6798 verification of S/MIME signed messages.
6800 .Mx Va smime-cipher
6801 .It Va smime-cipher-USER@HOST , smime-cipher
6802 \*(OP Specifies the cipher to use when generating S/MIME encrypted
6803 messages (for the specified account).
6804 RFC 5751 mandates a default of
6805 .Ql aes128
6806 (AES-128 CBC).
6807 Possible values are (case-insensitive and) in decreasing cipher strength:
6808 .Ql aes256
6809 (AES-256 CBC),
6810 .Ql aes192
6811 (AES-192 CBC),
6812 .Ql aes128
6813 (AES-128 CBC),
6814 .Ql des3
6815 (DES EDE3 CBC, 168 bits; default if
6816 .Ql aes128
6817 isn't available) and
6818 .Ql des
6819 (DES CBC, 56 bits).
6821 The actually available cipher algorithms depend on the cryptographic
6822 library that \*(UA uses.
6823 \*(OP Support for more cipher algorithms may be available through
6824 dynamic loading via, e.g.,
6825 .Xr EVP_get_cipherbyname 3
6826 (OpenSSL) if \*(UA has been compiled to support this.
6829 .It Va smime-crl-dir
6830 \*(OP Specifies a directory that contains files with CRLs in PEM format
6831 to use when verifying S/MIME messages.
6834 .It Va smime-crl-file
6835 \*(OP Specifies a file that contains a CRL in PEM format to use when
6836 verifying S/MIME messages.
6839 .It Va smime-encrypt-USER@HOST
6840 \*(OP If this variable is set, messages send to the given receiver are
6841 encrypted before sending.
6842 The value of the variable must be set to the name of a file that
6843 contains a certificate in PEM format.
6845 If a message is sent to multiple recipients,
6846 each of them for whom a corresponding variable is set will receive an
6847 individually encrypted message;
6848 other recipients will continue to receive the message in plain text
6849 unless the
6850 .Va smime-force-encryption
6851 variable is set.
6852 It is recommended to sign encrypted messages, i.e., to also set the
6853 .Va smime-sign
6854 variable.
6856 .Mx Va smime-sign-cert
6857 .It Va smime-sign-cert-USER@HOST , smime-sign-cert
6858 \*(OP Points to a file in PEM format.
6859 For the purpose of signing and decryption this file needs to contain the
6860 user's private key as well as his certificate.
6862 For message signing
6863 .Ql USER@HOST
6864 is always derived from the value of
6865 .Va from
6866 (or, if that contains multiple addresses,
6867 .Va sender ) .
6868 For the purpose of encryption the recipient's public encryption key
6869 (certificate) is expected; the command
6870 .Ic certsave
6871 can be used to save certificates of signed messages (the section
6872 .Sx "Signed and encrypted messages with S/MIME"
6873 gives some details).
6874 This mode of operation is usually driven by the specialized form.
6876 When decrypting messages the account is derived from the recipient
6877 fields
6878 .Pf ( Ql To:
6880 .Ql Cc: )
6881 of the message, which are searched for addresses for which such
6882 a variable is set.
6883 \*(UA always uses the first address that matches,
6884 so if the same message is sent to more than one of the user's addresses
6885 using different encryption keys, decryption might fail.
6887 .Mx Va smime-sign-include-certs
6888 .It Va smime-sign-include-certs-USER@HOST , smime-sign-include-certs
6889 \*(OP If used, this is supposed to a consist of a comma-separated list
6890 of files, each of which containing a single certificate in PEM format to
6891 be included in the S/MIME message in addition to the
6892 .Va smime-sign-cert
6893 certificate.
6894 This is most useful for long certificate chains if it is desired to aid
6895 the receiving party's verification process.
6896 Note that top level certificates may also be included in the chain but
6897 don't play a role for verification.
6898 Also see
6899 .Va smime-sign-cert .
6900 Remember that for this
6901 .Ql USER@HOST
6902 refers to the variable
6903 .Va from
6904 (or, if that contains multiple addresses,
6905 .Va sender ) .
6907 .Mx Va smime-sign-message-digest
6908 .It Va smime-sign-message-digest-USER@HOST , smime-sign-message-digest
6909 \*(OP Specifies the message digest to use when signing S/MIME messages.
6910 RFC 5751 mandates a default of
6911 .Ql sha1 .
6912 Possible values are (case-insensitive and) in decreasing cipher strength:
6913 .Ql sha512 ,
6914 .Ql sha384 ,
6915 .Ql sha256 ,
6916 .Ql sha224
6918 .Ql md5 .
6920 The actually available message digest algorithms depend on the
6921 cryptographic library that \*(UA uses.
6922 \*(OP Support for more message digest algorithms may be available
6923 through dynamic loading via, e.g.,
6924 .Xr EVP_get_digestbyname 3
6925 (OpenSSL) if \*(UA has been compiled to support this.
6926 Remember that for this
6927 .Ql USER@HOST
6928 refers to the variable
6929 .Va from
6930 (or, if that contains multiple addresses,
6931 .Va sender ) .
6934 .It Va smtp
6935 \*(OP Normally \*(UA invokes the program defined via
6936 .Va sendmail
6937 to transfer messages, as described in
6938 .Sx "Sending mail" .
6939 Setting the
6940 .Va \&\&smtp
6941 variable will instead cause SMTP network connections be made to the
6942 server specified therein in order to directly submit the message.
6943 \*(UA knows about three different
6944 .Dq SMTP protocols :
6946 .Bl -bullet -compact
6948 The plain SMTP protocol (RFC 5321) that normally lives on the
6949 server port 25 and requires setting the
6950 .Va smtp-use-starttls
6951 variable to enter a SSL/TLS encrypted session state.
6952 Assign a value like \*(IN
6953 .Ql [smtp://][user[:password]@]server[:port]
6954 (\*(OU
6955 .Ql [smtp://]server[:port] )
6956 to choose this protocol.
6958 Then the so-called SMTPS which is supposed to live on server port 465
6959 and is automatically SSL/TLS secured.
6960 Unfortunately it never became a standardized protocol and may thus not
6961 be supported by your hosts network service database
6962 \(en in fact the port number has already been reassigned to other
6963 protocols!
6965 SMTPS is nonetheless a commonly offered protocol and thus can be
6966 chosen by assigning a value like \*(IN
6967 .Ql smtps://[user[:password]@]server[:port]
6968 (\*(OU
6969 .Ql smtps://server[:port] ) ;
6970 due to the mentioned problems it is usually necessary to explicitly
6971 specify the port as
6972 .Ql :465 ,
6973 however.
6975 Finally there is the SUBMISSION protocol (RFC 6409), which usually
6976 lives on server port 587 and is practically identically to the SMTP
6977 protocol from \*(UAs point of view beside that; it requires setting the
6978 .Va smtp-use-starttls
6979 variable to enter a SSL/TLS secured session state.
6980 Assign a value like \*(IN
6981 .Ql submission://[user[:password]@]server[:port]
6982 (\*(OU
6983 .Ql submission://server[:port] ) .
6986 For more on credentials etc. please see
6987 .Sx "On URL syntax and credential lookup" .
6988 The SMTP transfer is executed in a child process, which runs
6989 asynchronously unless either the
6990 .Va sendwait
6991 or the
6992 .Va verbose
6993 variable is set.
6994 If it receives a TERM signal, it will abort and save the message to
6995 .Ev DEAD .
6997 .Mx Va smtp-auth
6998 .It Va smtp-auth-USER@HOST , smtp-auth-HOST , smtp-auth
6999 \*(OP Variable chain that sets the SMTP authentication method.
7000 Possible values are
7001 .Ql none
7002 (\*(OU default),
7003 .Ql plain
7004 (\*(IN default),
7005 .Ql login
7006 as well as the \*(OPal methods
7007 .Ql cram-md5
7009 .Ql gssapi .
7011 .Ql none
7012 method doesn't need any user credentials,
7013 .Ql gssapi
7014 requires a user name and all other methods require a user name and
7015 a password.
7016 See \*(IN
7017 .Va smtp ,
7018 .Va user
7020 .Va password
7021 (\*(OU
7022 .Va smtp-auth-password
7024 .Va smtp-auth-user ) .
7025 Note that
7026 .Va smtp-auth-HOST
7027 is \*(IN.
7028 \*(OU: Note for
7029 .Va smtp-auth-USER@HOST :
7030 may override dependend on sender address in the variable
7031 .Va from .
7033 .It Va smtp-auth-password
7034 \*(OP \*(OU Sets the global fallback password for SMTP authentication.
7035 If the authentication method requires a password, but neither
7036 .Va smtp-auth-password
7037 nor a matching
7038 .Va smtp-auth-password-USER@HOST
7039 can be found,
7040 \*(UA will ask for a password on the user's terminal.
7042 .It Va smtp-auth-password-USER@HOST
7043 \*(OU Overrides
7044 .Va smtp-auth-password
7045 for specific values of sender addresses, dependent upon the variable
7046 .Va from .
7048 .It Va smtp-auth-user
7049 \*(OP \*(OU Sets the global fallback user name for SMTP authentication.
7050 If the authentication method requires a user name, but neither
7051 .Va smtp-auth-user
7052 nor a matching
7053 .Va smtp-auth-user-USER@HOST
7054 can be found,
7055 \*(UA will ask for a user name on the user's terminal.
7057 .It Va smtp-auth-user-USER@HOST
7058 \*(OU Overrides
7059 .Va smtp-auth-user
7060 for specific values of sender addresses, dependent upon the variable
7061 .Va from .
7064 .It Va smtp-hostname
7065 \*(IN Normally \*(UA uses the variable
7066 .Va from
7067 to derive the necessary
7068 .Ql USER@HOST
7069 information to issue a
7070 .Ql MAIL FROM:<>
7071 SMTP command.
7072 Setting
7073 .Va smtp-hostname
7074 can be used to use the
7075 .Ql USER
7076 from the SMTP account
7077 .Pf ( Va smtp
7078 or the
7079 .Va user
7080 variable chain)
7081 and the
7082 .Ql HOST
7083 from the content of this variable (or, if that is the empty string,
7084 .Va hostname
7085 or the local hostname as a last resort).
7086 This often allows using an address that is itself valid but hosted by
7087 a provider other than which (in
7088 .Va from )
7089 is about to send the message.
7090 Setting this variable also influences the generated
7091 .Ql Message-ID: .
7095 .It Va spam-interface
7096 \*(OP In order to use any of the spam-related commands (like, e.g.,
7097 .Ic spamrate )
7098 the desired spam interface must be defined by setting this variable.
7099 Please refer to the manual section
7100 .Sx "Handling spam"
7101 for the complete picture of spam handling in \*(UA.
7102 All or none of the following interfaces may be available:
7104 .Bl -tag -width ".It Ql _ilte_"
7105 .It Ql spamc
7106 Interaction with
7107 .Xr spamc 1
7108 from the
7109 .Xr spamassassin 1
7110 .Pf ( Lk http://spamassassin.apache.org SpamAssassin )
7111 suite.
7112 Different to the generic filter interface \*(UA will automatically add
7113 the correct arguments for a given command and has the necessary
7114 knowledge to parse the program's output.
7115 A default value for
7116 .Va spamc-command
7117 will have been compiled into the \*(UA binary if
7118 .Xr spamc 1
7119 has been found in
7120 .Ev PATH
7121 during compilation.
7122 Shall it be necessary to define a specific connection type (rather than
7123 using a configuration file for that), the variable
7124 .Va spamc-arguments
7125 can be used as in, e.g.,
7126 .Ql -d server.example.com -p 783 .
7127 It is also possible to specify a per-user configuration via
7128 .Va spamc-user .
7129 Note that this interface doesn't inspect the
7130 .Ql is-spam
7131 flag of a message for the command
7132 .Ic spamforget .
7134 .It Ql spamd
7135 \*(UA will directly communicate with the
7136 .Xr spamassassin 1
7137 daemon
7138 .Xr spamd 1
7139 via a path-based
7140 .Xr unix 4
7141 stream socket as specified in
7142 .Va spamd-socket .
7143 It is possible to specify a per-user configuration via
7144 .Va spamd-user .
7146 .It Ql filter
7147 generic spam filter support via freely configurable hooks.
7148 This interface is ment for programs like
7149 .Xr bogofilter 1
7151 .Xr sylfilter 1
7152 and requires according behaviour in respect to the hooks' exit
7153 status for at least the command
7154 .Ic spamrate
7155 .Pf ( Ql 0
7156 meaning a message is spam,
7157 .Ql 1
7158 for non-spam,
7159 .Ql 2
7160 for unsure and any other return value indicating a hard error);
7161 since the hooks can include shell code snippets diverting behaviour
7162 can be intercepted as necessary.
7163 The hooks are
7164 .Va spamfilter-ham , spamfilter-noham , spamfilter-nospam , \
7165   spamfilter-rate
7167 .Va spamfilter-spam ;
7168 the manual section
7169 .Sx "Handling spam"
7170 contains examples for some programs.
7171 The process environment of the hooks will have the variables
7172 .Ev NAIL_TMPDIR , TMPDIR
7174 .Ev NAIL_FILENAME_GENERATED
7175 set.
7176 Note that spam score support for
7177 .Ic spamrate
7178 isn't supported unless the \*(OPtional regular expression support is
7179 available and the
7180 .Va spamfilter-rate-scanscore
7181 variable is set.
7186 .It Va spam-maxsize
7187 \*(OP Messages that exceed this size won't be passed through to the
7188 configured
7189 .Va spam-interface .
7190 The default is 420000 bytes.
7193 .It Va spamc-command
7194 \*(OP The path to the
7195 .Xr spamc 1
7196 program for the
7197 .Ql spamc
7198 .Va spam-interface .
7199 Note that the path is not expanded, but used
7200 .Dq as is .
7201 A fallback path will have been compiled into the \*(UA binary if the
7202 executable had been found during compilation.
7205 .It Va spamc-arguments
7206 \*(OP Even though \*(UA deals with most arguments for the
7207 .Ql spamc
7208 .Va spam-interface
7209 automatically, it may at least sometimes be desirable to specifiy
7210 connection-related ones via this variable, e.g.,
7211 .Ql -d server.example.com -p 783 .
7214 .It Va spamc-user
7215 \*(OP Specify a username for per-user configuration files for the
7216 .Ql spamc
7217 .Va spam-interface .
7218 If this is set to the empty string then \*(UA will use the name of the
7219 current
7220 .Va user .
7223 .It Va spamd-socket
7224 \*(OP Specify the path of the
7225 .Xr unix 4
7226 domain socket on which
7227 .Xr spamd 1
7228 listens for connections for the
7229 .Ql spamd
7230 .Va spam-interface .
7231 Note that the path is not expanded, but used
7232 .Dq as is .
7235 .It Va spamd-user
7236 \*(OP Specify a username for per-user configuration files for the
7237 .Ql spamd
7238 .Va spam-interface .
7239 If this is set to the empty string then \*(UA will use the name of the
7240 current
7241 .Va user .
7248 .It Va spamfilter-ham , spamfilter-noham , \
7249   spamfilter-nospam , spamfilter-rate , spamfilter-spam
7250 \*(OP Command and argument hooks for the
7251 .Ql filter
7252 .Va spam-interface .
7253 The manual section
7254 .Sx "Handling spam"
7255 contains examples for some programs.
7258 .It Va spamfilter-rate-scanscore
7259 \*(OP Because of the generic nature of the
7260 .Ql filter
7261 .Va spam-interface
7262 spam scores are not supported for it by default, but if the \*(OPtional
7263 regular expression support is available then setting this variable can
7264 be used to overcome this restriction.
7265 It is interpreted as follows: first a number (digits) is parsed that
7266 must be followed by a semicolon
7267 .Ql \&;
7268 and a regular expression.
7269 Then the latter is used to parse the first output line of the
7270 .Va spamfilter-rate
7271 hook, and, in case the evaluation is successful, the group that has been
7272 specified via the number is interpreted as a floating point scan score.
7275 .It Va ssl-ca-dir
7276 \*(OP Specifies a directory with CA certificates in PEM (Pricacy
7277 Enhanced Mail) for verification of of SSL/TLS server certificates.
7279 .Xr SSL_CTX_load_verify_locations 3
7280 for more information.
7283 .It Va ssl-ca-file
7284 \*(OP Specifies a file with CA certificates in PEM format for
7285 verification of SSL/TLS server certificates.
7287 .Xr SSL_CTX_load_verify_locations 3
7288 for more information.
7290 .Mx Va ssl-cert
7291 .It Va ssl-cert-USER@HOST , ssl-cert-HOST , ssl-cert
7292 \*(OP Variable chain that sets the file name for a SSL/TLS client
7293 certificate required by some servers.
7294 This is a direct interface to the
7295 .Ql Certificate
7296 slot of the
7297 .Xr SSL_CONF_cmd 3
7298 function of the OpenSSL library, if available.
7300 .Mx Va ssl-cipher-list
7301 .It Va ssl-cipher-list-USER@HOST , ssl-cipher-list-HOST , ssl-cipher-list
7302 \*(OP Specifies a list of ciphers for SSL/TLS connections.
7303 This is a direct interface to the
7304 .Ql CipherString
7305 slot of the
7306 .Xr SSL_CONF_cmd 3
7307 function of the OpenSSL library, if available; see
7308 .Xr ciphers 1
7309 for more information.
7310 By default \*(UA doesn't set a list of ciphers, which in effect will use a
7311 .Va ssl-protocol
7312 specific cipher (protocol standards ship with a list of acceptable
7313 ciphers), possibly cramped to what the actually used SSL/TLS library
7314 supports \(en the manual section
7315 .Sx "An example configuration"
7316 also contains a SSL/TLS use case.
7319 .It Va ssl-config-file
7320 \*(OP If this variable is set \*(UA will call
7321 .Xr CONF_modules_load_file 3
7322 to allow OpenSSL to be configured according to the host system wide
7323 security settings.
7324 If a non-empty value is given then this will be used to specify the
7325 configuration file to be used instead of the global OpenSSL default;
7326 note that in this case it is an error if the file cannot be loaded.
7327 The application name will always be passed as
7328 .Dq \*(ua .
7331 .It Va ssl-crl-file
7332 \*(OP Specifies a file that contains a CRL in PEM format to use when
7333 verifying SSL/TLS server certificates.
7336 .It Va ssl-crl-dir
7337 \*(OP Specifies a directory that contains files with CRLs in PEM format
7338 to use when verifying SSL/TLS server certificates.
7340 .Mx Va ssl-key
7341 .It Va ssl-key-USER@HOST , ssl-key-HOST , ssl-key
7342 \*(OP Variable chain that sets the file name for the private key of
7343 a SSL/TLS client certificate.
7344 If unset, the name of the certificate file is used.
7345 The file is expected to be in PEM format.
7346 This is a direct interface to the
7347 .Ql PrivateKey
7348 slot of the
7349 .Xr SSL_CONF_cmd 3
7350 function of the OpenSSL library, if available.
7352 .Mx Va ssl-method
7353 .It Va ssl-method-USER@HOST , ssl-method-HOST , ssl-method
7354 \*(OP
7355 \*(OB Please use the newer and more flexible
7356 .Va ssl-protocol
7357 instead: if both values are set,
7358 .Va ssl-protocol
7359 will take precedence!
7360 Can be set to the following values, the actually used
7361 .Va ssl-protocol
7362 specification to which it is mapped is shown in parenthesis:
7363 .Ql tls1.2
7364 .Pf ( Ql -ALL, TLSv1.2 ) ,
7365 .Ql tls1.1
7366 .Pf ( Ql -ALL, TLSv1.1 ) ,
7367 .Ql tls1
7368 .Pf ( Ql -ALL, TLSv1 )
7370 .Ql ssl3
7371 .Pf ( Ql -ALL, SSLv3 ) ;
7372 the special value
7373 .Ql auto
7374 is mapped to
7375 .Ql ALL, -SSLv2
7376 and thus includes the SSLv3 protocol.
7377 Note that SSLv2 is no longer supported at all.
7379 .Mx Va ssl-protocol
7380 .It Va ssl-protocol-USER@HOST , ssl-protocol-HOST , ssl-protocol
7381 \*(OP Specify the used SSL/TLS protocol.
7382 This is a direct interface to the
7383 .Ql Protocol
7384 slot of the
7385 .Xr SSL_CONF_cmd 3
7386 function of the OpenSSL library, if available;
7387 otherwise an \*(UA internal parser is used which understands the
7388 following subset of (case-insensitive) command strings:
7389 .Ql SSLv3 ,
7390 .Ql TLSv1 ,
7391 .Ql TLSv1.1
7393 .Ql TLSv1.2 ,
7394 as well as the special value
7395 .Ql ALL .
7396 Multiple specifications may be given via a comma-separated list which
7397 ignores any whitespace.
7398 An optional
7399 .Ql +
7400 plus prefix will enable a protocol, a
7401 .Ql -
7402 minus prefix will disable it, so that
7403 .Ql -ALL, TLSv1.2
7404 will enable only the TLSv1.2 protocol.
7406 It depends upon the used TLS/SSL library which protocols are actually
7407 supported and which protocols are used if
7408 .Va ssl-protocol
7409 is not set, but note that SSLv2 is no longer supported at all and
7410 actively disabled.
7411 Especially for older protocols explicitly securing
7412 .Va ssl-cipher-list
7413 may be worthwile, see
7414 .Sx "An example configuration" .
7417 .It Va ssl-rand-egd
7418 \*(OP Gives the pathname to an entropy daemon socket, see
7419 .Xr RAND_egd 3 .
7420 Not all SSL/TLS libraries support this.
7423 .It Va ssl-rand-file
7424 \*(OP Gives the pathname to a file with entropy data, see
7425 .Xr RAND_load_file 3 .
7426 If the file is a regular file writable by the invoking user,
7427 new data is written to it after it has been loaded.
7429 .Mx Va ssl-verify
7430 .It Va ssl-verify-USER@HOST , ssl-verify-HOST , ssl-verify
7431 \*(OP Variable chain that sets the action to be performed if an error
7432 occurs during SSL/TLS server certificate validation.
7433 Valid (case-insensitive) values are
7434 .Ql strict
7435 (fail and close connection immediately),
7436 .Ql ask
7437 (ask whether to continue on standard input),
7438 .Ql warn
7439 (print a warning and continue),
7440 .Ql ignore
7441 (do not perform validation).
7442 The default is
7443 .Ql ask .
7446 .It Va stealthmua
7447 If only set without an assigned value, then this option inhibits the
7448 generation of the
7449 .Ql Message-ID:
7451 .Ql User-Agent:
7452 header fields that include obvious references to \*(UA.
7453 There are two pitfalls associated with this:
7454 First, the message id of outgoing messages is not known anymore.
7455 Second, an expert may still use the remaining information in the header
7456 to track down the originating mail user agent.
7457 If set to the value
7458 .Ql noagent ,
7459 then the mentioned
7460 .Ql Message-ID:
7461 suppression doesn't occur.
7464 .It Va toplines
7465 If defined, gives the number of lines of a message to be printed out
7466 with the top command; normally, the first five lines are printed.
7469 .It Va ttycharset
7470 The character set of the terminal \*(UA operates on,
7471 and the one and only supported character set that \*(UA can use if no
7472 character set conversion capabilities have been compiled into it,
7473 in which case it defaults to ISO-8859-1 unless it can deduce a value
7474 from the
7475 .Ev LC_CTYPE
7476 locale environment.
7477 Refer to the section
7478 .Sx "Character sets"
7479 for the complete picture about character sets.
7481 .Mx Va user
7482 .It Va user-HOST , user
7483 \*(IN Variable chain that sets a global fallback user name, which is
7484 used in case none has been given in the protocol and account-specific
7485 URL.
7486 This variable defaults to the value of
7487 .Ev USER .
7493 .It Va version , version-major , version-minor , version-update
7494 \*(RO \*(UA version information: the first variable contains a string
7495 containing the complete version identification \(en this is identical to
7496 the output of the command
7497 .Ic version .
7498 The latter three contain only digits: the major, minor and update
7499 version numbers.
7501 .\" }}}
7502 .\" }}} (Variable options)
7505 .\" .Sh ENVIRONMENT {{{
7506 .Sh ENVIRONMENT
7508 The term
7509 .Dq environment variable
7510 should be considered an indication that the following variables are
7511 either standardized as being vivid parts of process environments, or
7512 are commonly found in there.
7513 Unless otherwise explicitly noted they integrate into the normal
7514 variable handling, as documented above, from \*(UAs point of view.
7516 .Bl -tag -width ".It Ev _AILR_"
7518 .It Ev COLUMNS
7519 The user's preferred width in column positions for the terminal screen
7520 or window.
7521 Queried and used once on program startup.
7524 .It Ev DEAD
7525 The name of the file to use for saving aborted messages if
7526 .Va save
7527 is set; this defaults to
7528 .Pa dead.letter
7529 in the user's
7530 .Ev HOME
7531 directory.
7534 .It Ev EDITOR
7535 Pathname of the text editor to use in the
7536 .Ic edit
7537 command and
7538 .Ic ~e
7539 .Sx "TILDE ESCAPES" .
7540 A default editor is used if this value is not defined.
7543 .It Ev HOME
7544 The user's home directory.
7545 This variable is only used when it resides in the process environment.
7547 .Ic setenv
7548 to update the value at runtime.
7555 .It Ev LANG , LC_ALL , LC_COLLATE , LC_CTYPE , LC_MESSAGES
7557 .Xr locale 7
7559 .Sx "Character sets" .
7562 .It Ev LINES
7563 The user's preferred number of lines on a page or the vertical screen
7564 or window size in lines.
7565 Queried and used once on program startup.
7568 .It Ev LISTER
7569 Pathname of the directory lister to use in the
7570 .Ic folders
7571 command when operating on local mailboxes.
7572 Default is
7573 .Xr ls 1
7574 (path search through
7575 .Ev SHELL ) .
7578 .It Ev MBOX
7579 The name of the user's mbox file.
7580 Supports a logical subset of the special conventions that are
7581 documented for the
7582 .Ic file
7583 command and the
7584 .Va folder
7585 option.
7586 The fallback default is
7587 .Pa mbox
7588 in the user's
7589 .Ev HOME
7590 directory.
7593 .It Ev MAILRC
7594 Is used as a startup file instead of
7595 .Pa \*(ur
7596 if set.
7597 When \*(UA scripts are invoked on behalf of other users,
7598 this variable should be set to
7599 .Pa /dev/null
7600 to avoid side-effects from reading their configuration files.
7601 This variable is only used when it resides in the process environment.
7604 .It Ev NAIL_NO_SYSTEM_RC
7605 If this variable is set then reading of
7606 .Pa \*(UR
7607 at startup is inhibited, i.e., the same effect is achieved as if \*(UA
7608 had been started up with the option
7609 .Fl n .
7610 This variable is only used when it resides in the process environment.
7613 .It Ev NETRC
7614 \*(IN \*(OP This variable overrides the default location of the user's
7615 .Pa .netrc
7616 file.
7619 .It Ev PAGER
7620 Pathname of the program to use in the more command or when the
7621 .Va crt
7622 variable is set.
7623 The default paginator is
7624 .Xr more 1
7625 (path search through
7626 .Ev SHELL ) .
7629 .It Ev PATH
7630 A list of directories that is searched by the shell when looking for
7631 commands (as such only recognized in the process environment).
7634 .It Ev SHELL
7635 The shell to use for the commands
7636 .Ic \&! ,
7637 .Ic shell ,
7639 .Ic ~!
7640 .Sx "TILDE ESCAPES"
7641 and when starting subprocesses.
7642 A default shell is used if this option is not defined.
7645 .It Ev SYSV3
7646 Changes the letters printed in the first column of a header summary.
7649 .It Ev TERM
7650 \*(OP The terminal type for which output is to be prepared.
7653 .It Ev TMPDIR
7654 Used as directory for temporary files instead of
7655 .Pa /tmp ,
7656 if set.
7657 This variable is only used when it resides in the process environment.
7659 .Ic setenv
7660 to update the value at runtime.
7663 .It Ev USER
7664 Force identification as the given user, i.e., identical to the
7665 .Fl u
7666 command line option.
7667 This variable is only used when it resides in the process environment.
7669 .Ic setenv
7670 to update the value at runtime, but note that doing so won't trigger any
7671 of those validation checks that were performed on program startup (again).
7674 .It Ev VISUAL
7675 Pathname of the text editor to use in the
7676 .Ic visual
7677 command and
7678 .Ic ~v
7679 .Sx "TILDE ESCAPES" .
7681 .\" }}}
7684 .\" .Sh FILES {{{
7685 .Sh FILES
7687 .Bl -tag -width ".It Pa _etc/mime.type_"
7688 .It Pa \*(ur
7689 File giving initial commands.
7691 .It Pa \*(UR
7692 System wide initialization file.
7695 .It Pa ~/.mime.types
7696 Personal MIME types, see
7697 .Sx "The mime.types files" .
7700 .It Pa /etc/mime.types
7701 System wide MIME types, see
7702 .Sx "The mime.types files" .
7705 .It Pa ~/.netrc
7706 \*(IN \*(OP The default location of the users
7707 .Pa .netrc
7708 file \(en the section
7709 .Sx "The .netrc file"
7710 documents the file format.
7713 .\" .Ss "The mime.types files" {{{
7714 .Ss "The mime.types files"
7716 When sending messages \*(UA tries to determine the content type of all
7717 attachments.
7718 When displaying message content or attachments \*(UA uses the content
7719 type to decide wether it can directly display data or wether it needs to
7720 deal with content handlers, as can be defined via
7721 .Va pipe-TYPE/SUBTYPE
7722 (and
7723 .Va pipe-EXTENSION )
7724 variables, to do so.
7727 It learns about MIME types and how to treat them by reading
7728 .Pa mime.types
7729 files, the loading of which can be controlled by setting the variable
7730 .Va mimetypes-load-control .
7731 (The command
7732 .Ic mimetype
7733 can also be used to deal with MIME types.)
7734 .Pa mime.types
7735 files have the following syntax:
7738 .Dl type/subtype extension [extension ...]
7741 where
7742 .Ql type/subtype
7743 are strings describing the file contents, and one or multiple
7744 .Ql extension Ns
7745 s, separated by whitespace, name the part of a filename starting after
7746 the last dot (of interest).
7747 Comments may be introduced anywhere on a line with a number sign
7748 .Ql # ,
7749 causing the remaining line to be discarded.
7751 \*(UA also supports an extended, non-portable syntax in specially
7752 crafted files, which can be loaded via the alternative value syntax of
7753 .Va mimetypes-load-control
7754 and prepends an optional
7755 .Ql type-marker :
7758 .Dl [type-marker ]type/subtype extension [extension ...]
7761 The following type markers are supported:
7764 .Bl -tag -compact -offset indent -width ".It Ar _n_u"
7765 .It Ar @
7766 Treat message parts with this content as plain text.
7767 .It Ar @t@
7768 The same as plain
7769 .Ar @ .
7770 .It Ar @h@
7771 Treat message parts with this content as HTML tagsoup.
7772 If the \*(OPal HTML-tagsoup-to-text converter is not available treat
7773 the content as plain text instead.
7774 .It Ar @H@
7775 Likewise
7776 .Ar @h@
7777 but instead of falling back to plain text require an explicit content
7778 handler to be defined.
7782 Further reading:
7783 for sending messages:
7784 .Va mime-allow-text-controls .
7785 For reading etc. messages:
7786 .Sx "Viewing HTML mail and MIME attachments" ,
7787 .Va mime-counter-evidence ,
7788 .Va pipe-TYPE/SUBTYPE ,
7789 .Va pipe-EXTENSION .
7790 .\" }}}
7792 .\" .Ss "The .netrc file" {{{
7793 .Ss "The .netrc file"
7796 .Pa .netrc
7797 file contains user credentials for machine accounts.
7798 The default location in the user's
7799 .Ev HOME
7800 directory may be overridden by the
7801 .Ev NETRC
7802 environment variable.
7803 The file consists of space, tabulator or newline separated tokens.
7804 \*(UA implements a parser that supports a superset of the original BSD
7805 syntax, but users should nonetheless be aware of portability glitches
7806 of that file format, shall their
7807 .Pa .netrc
7808 be usable across multiple programs and platforms:
7811 .Bl -bullet -compact
7813 BSD doesn't support single, but only double quotation marks, e.g.,
7814 .Ql password="pass with spaces" .
7816 BSD (only?) supports escaping of single characters via a backslash
7817 (e.g., a space can be escaped via
7818 .Ql \e\0 ) ,
7819 in- as well as outside of a quoted string.
7821 BSD doesn't require the final quotation mark of the final user input token.
7823 At least Hewlett-Packard seems to support a format which also allows
7824 tokens to be separated with commas \(en this format is not supported!
7826 Whereas other programs may require that the
7827 .Pa .netrc
7828 file is accessible by only the user if it contains a
7829 .Cd password
7830 token for any other
7831 .Cd login
7832 than
7833 .Dq anonymous ,
7834 \*(UA will always require these strict permissions.
7838 Of the following list of supported tokens \*(UA only uses (and caches)
7839 .Cd machine ,
7840 .Cd login
7842 .Cd password :
7844 .Bl -tag -width password
7845 .It Cd machine Ar name
7846 The hostname of the entries' machine, lowercase-normalized by \*(UA
7847 before use.
7848 Any further file content, until either end-of-file or the occurrence
7849 of another
7850 .Cd machine
7851 or a
7852 .Cd default
7853 first-class token is bound (only related) to the machine
7854 .Ar name .
7856 As an extension that shouldn't be the cause of any worries
7857 \*(UA supports a single wildcard prefix for
7858 .Ar name :
7859 .Bd -literal -offset indent
7860 machine *.example.com login USER password PASS
7861 machine pop3.example.com login USER password PASS
7862 machine smtp.example.com login USER password PASS
7865 which would match
7866 .Ql xy.example.com
7867 as well as
7868 .Ql pop3.example.com ,
7869 but neither
7870 .Ql example.com
7872 .Ql local.smtp.example.com .
7873 Note that in the example neither
7874 .Ql pop3.example.com
7876 .Ql smtp.example.com
7877 will be matched by the wildcard, since the exact matches take
7878 precedence (it is however faster to specify it the other way around).
7880 .It Cd default
7881 This is the same as
7882 .Cd machine
7883 except that it is a fallback entry that is used shall none of the
7884 specified machines match; only one default token may be specified,
7885 and it must be the last first-class token.
7887 .It Cd login Ar name
7888 The user name on the remote machine.
7890 .It Cd password Ar string
7891 The user's password on the remote machine.
7893 .It Cd account Ar string
7894 Supply an additional account password.
7895 This is merely for FTP purposes.
7897 .It Cd macdef Ar name
7898 Define a macro.
7899 A macro is defined with the specified
7900 .Ar name ;
7901 it is formed from all lines beginning with the next line and continuing
7902 until a blank line is (consecutive newline characters are) encountered.
7903 (Note that
7904 .Cd macdef
7905 entries cannot be utilized by multiple machines, too, but must be
7906 defined following the
7907 .Ic machine
7908 they are intended to be used with.)
7909 If a macro named
7910 .Ar init
7911 exists, it is automatically run as the last step of the login process.
7912 This is merely for FTP purposes.
7914 .\" }}}
7916 .\" }}}
7919 .\" .Sh EXAMPLES {{{
7920 .Sh EXAMPLES
7922 .\" .Ss "An example configuration" {{{
7923 .Ss "An example configuration"
7925 .Bd -literal -offset indent
7926 # This example assumes v15.0 compatibility mode
7927 set v15-compat
7929 # Where are the up-to-date SSL certificates?
7930 #set ssl-ca-dir=/etc/ssl/certs
7931 set ssl-ca-file=/etc/ssl/certs/ca-certificates.crt
7933 # (Since we manage up-to-date ones explicitly, don't use any,
7934 # possibly outdated, default certificates shipped with OpenSSL
7935 set ssl-no-default-ca
7937 # Don't use protocols olders than TLS v1.2.
7938 # Change this only when the remote server doesn't support it:
7939 # maybe use ssl-protocol-HOST (or -USER@HOST) syntax to define
7940 # such explicit exceptions, then
7941 set ssl-protocol="-ALL,+TLSv1.2"
7943 # Explicitly define the list of ciphers, which may improve security,
7944 # especially with protocols older than TLS v1.2.  See ciphers(1).
7945 # Hint: it is important to include "@STRENGTH": only with it the
7946 # final list will be sorted by algorithm strength.
7947 # This is an example: in reality it is possibly best to only use
7948 # ssl-cipher-list-HOST (or -USER@HOST), as necessary, again..
7949 set ssl-cipher-list="ALL:!aNULL:!MEDIUM:!LOW:\e
7950     !MD5:!RC4:!EXPORT:@STRENGTH"
7952 # Request strict transport security checks!
7953 set ssl-verify=strict
7955 # Essential setting: select allowed character sets
7956 set sendcharsets=utf-8,iso-8859-1
7958 # A very kind option: when replying to a message, first try to
7959 # use the same encoding that the original poster used herself!
7960 set reply-in-same-charset
7962 # When replying to or forwarding a message the comment and name
7963 # parts of email addresses are removed unless this variable is set
7964 set fullnames
7966 # When sending messages, wait until the Mail-Transfer-Agent finishs.
7967 # Only like this you'll be able to see errors reported through the
7968 # exit status of the MTA (including the builtin SMTP one)!
7969 set sendwait
7971 # Only use builtin MIME types, no mime.types(5) files
7972 set mimetypes-load-control
7974 # Default directory where we act in (relative to $HOME)
7975 set folder=mail MBOX=+mbox.mbox record=+sent.mbox \e
7976     DEAD=+dead.mbox
7978 # Make "file mymbox" and "file myrec" go to..
7979 shortcut mymbox %:+mbox.mbox myrec +sent.mbox
7981 # Not really optional, e.g., for S/MIME
7982 set from="Your Name <youremail@domain>"
7984 # It may be necessary to set hostname and/or smtp-hostname
7985 # if the "SERVER" of smtp and "domain" of from don't match.
7986 # The `urlencode' command can be used to encode USER and PASS
7987 set smtp=(smtp[s]/submission)://[USER[:PASS]@]SERVER[:PORT] \e
7988     smtp-auth=login/plain... \e
7989     smtp-use-starttls
7991 # Never refuse to start into interactive mode, and more
7992 set emptystart \e
7993     colour-pager crt= followup-to followup-to-honour=ask-yes \e
7994     history-gabby mime-counter-evidence=6 \e
7995     prompt="\e033[31m?\e?[\e$ \e@]\e& \e033[0m" \e
7996     NAIL_HISTFILE=+.s-nailhist NAIL_HISTSIZE=-1 \e
7997     reply-to-honour=ask-yes
7999 # When `p'rinting messages, show only these headers
8000 # (use `P'rint for all headers and `S'how for raw message)
8001 retain date from to cc subject
8003 # Some mailing lists
8004 mlist @xyz-editor.xyz$ @xyzf.xyz$
8005 mlsubscribe ^xfans@xfans.xyz$
8007 # A real life example of a very huge free mail provider
8008 account XooglX {
8009   localopts yes
8010   set from="Your Name <youremail@domain>"
8011   # (The plain smtp:// proto is optional)
8012   set smtp=USER:PASS@smtp.gmXil.com smtp-use-starttls
8015 # Here is a pretty large one which does not allow sending mails
8016 # if there is a domain name mismatch on the SMTP protocol level,
8017 # which would bite us if the value of from does not match, e.g.,
8018 # for people who have a sXXXXeforge project and want to speak
8019 # with the mailing list under their project account (in from),
8020 # still sending the message through their normal mail provider
8021 account XandeX {
8022   localopts true
8023   set from="Your Name <youremail@domain>"
8024   set smtp=smtps://USER:PASS@smtp.yaXXex.ru:465 \e
8025       hostname=yaXXex.com smtp-hostname=
8028 # Create some new commands so that, e.g., `ls /tmp' will..
8029 ghost l   !ls -aFtr
8030 ghost L   !ls -aFt
8031 ghost ll  !ls -aFltr
8032 ghost Ll  !ls -aFlt
8033 ghost la  !ls -aFr
8034 ghost La  !ls -aF
8035 ghost lla !ls -aFlr
8036 ghost Lla !ls -aFl
8037 ghost lS  !ls -aFrS
8038 ghost LS  !ls -aFS
8039 ghost llS !ls -aFlrS
8040 ghost LlS !ls -aFlS
8042 # We don't support gpg(1) directly yet.  But simple --clearsign'd
8043 # message parts can be dealt with as follows:
8044 define V {
8045   localopts yes
8046   set pipe-text/plain="set -C;\e
8047     : > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e" \e
8048     trap \e"rm -f \e\e\e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e\e\e"\e" \e
8049       EXIT INT QUIT PIPE TERM;\e
8050     set +C;\e
8051     cat > \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e";\e
8052     < \e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e" awk \e
8053         -v TMPFILE=\e"${TMPDIR}/${NAIL_FILENAME_GENERATED}\e" '\e
8054       BEGIN {done=0}\e
8055       /^-----BEGIN PGP SIGNED MESSAGE-----/,/^$/ {\e
8056         if (done++ != 0)\e
8057           next;\e
8058         print \e"--- GPG --verify ---\e";\e
8059         system(\e"gpg --verify \e" TMPFILE \e" 2>&1\e");\e
8060         print \e"--- GPG --verify ---\e";\e
8061         print \e"\e";\e
8062         next;\e
8063       }\e
8064       /^-----BEGIN PGP SIGNATURE-----/,\e
8065           /^-----END PGP SIGNATURE-----/ {\e
8066         next;\e
8067       }\e
8068       {print}\e
8069       '"
8070   print
8072 ghost V call V
8074 define RK {
8075   !printf 'Key IDs to gpg --recv-keys: ';\e
8076     read keyids;\e
8077     gpg --recv-keys ${keyids};
8079 ghost RK call RK
8083 When storing passwords in
8084 .Pa \*(ur
8085 appropriate permissions should be set on this file with
8086 .Ql $ chmod 0600 \*(ur .
8087 If the \*(OPal
8088 .Va netrc-lookup
8089 is available user credentials can be stored in the central
8090 .Pa .netrc
8091 file instead; e.g., here is a different version of the example account
8092 that sets up SMTP and POP3:
8094 .Bd -literal -offset indent
8095 account XandeX {
8096   localopts true
8097   set from="Your Name <youremail@domain>"
8098   set netrc-lookup
8099   #set agent-shell-lookup="gpg -d .pass.gpg"
8101   set smtp=smtps://smtp.yXXXXx.ru:465 \e
8102       smtp-hostname= hostname=yXXXXx.com
8103   set pop3-keepalive=240 pop3-no-apop-pop.yXXXXx.ru
8104   ghost xp fi pop3s://pop.yXXXXx.ru
8109 and, in the
8110 .Pa .netrc
8111 file:
8113 .Bd -literal -offset indent
8114 machine *.yXXXXx.ru login USER password PASS
8118 If the also \*(OPal
8119 .Va agent-shell-lookup
8120 is available things could be diversified further by using encrypted
8121 password storage: for this, don't specify
8122 .Ql password PASS
8123 in the
8124 .Pa .netrc
8125 file and instead uncomment the line that defines agent lookup in the
8126 example
8127 .Ic account
8128 above, then create the encrypted password storage file
8129 .Pa .pass.gpg :
8131 .Bd -literal -offset indent
8132 $ echo PASS > .pass
8133 $ gpg -e .pass
8134 $ eval `gpg-agent --daemon \e
8135         --pinentry-program=/usr/bin/pinentry-curses \e
8136         --max-cache-ttl 99999 --default-cache-ttl 99999`
8140 This configuration should now work just fine (use the
8141 .Fl d
8142 command line option for a(n almost) dry-run):
8145 .Dl $ echo text | \*(ua -vv -AXandeX -s Subject some@where
8146 .\" }}}
8148 .\" .Ss "Signed and encrypted messages with S/MIME" {{{
8149 .Ss "Signed and encrypted messages with S/MIME"
8151 \*(OP S/MIME provides two central mechanisms:
8152 message signing and message encryption.
8153 A signed message contains some data in addition to the regular text.
8154 The data can be used to verify that the message was sent using a valid
8155 certificate, that the sender's address in the message header matches
8156 that in the certificate, and that the message text has not been altered.
8157 Signing a message does not change its regular text;
8158 it can be read regardless of whether the recipient's software is able to
8159 handle S/MIME.
8162 It is thus usually possible to sign all outgoing messages if so desired.
8163 Encryption, in contrast, makes the message text invisible for all people
8164 except those who have access to the secret decryption key.
8165 To encrypt a message, the specific recipient's public encryption key
8166 must be known.
8167 It is therefore not possible to send encrypted mail to people unless their
8168 key has been retrieved from either previous communication or public key
8169 directories.
8170 A message should always be signed before it is encrypted.
8171 Otherwise, it is still possible that the encrypted message text is
8172 altered.
8175 A central concept to S/MIME is that of the certification authority (CA).
8176 A CA is a trusted institution that issues certificates.
8177 For each of these certificates it can be verified that it really
8178 originates from the CA, provided that the CA's own certificate is
8179 previously known.
8180 A set of CA certificates is usually delivered with OpenSSL and installed
8181 on your system.
8182 If you trust the source of your OpenSSL software installation,
8183 this offers reasonable security for S/MIME on the Internet.
8184 (Otherwise set
8185 .Va ssl-no-default-ca
8186 and use
8187 .Va smime-ca-file
8188 and/or
8189 .Va smime-ca-dir . )
8190 In general, a certificate cannot be more secure than the method its CA
8191 certificate has been retrieved with, though.
8192 Thus if you download a CA certificate from the Internet,
8193 you can only trust the messages you verify using that certificate as
8194 much as you trust the download process.
8197 The first thing you need for participating in S/MIME message exchange is
8198 your personal certificate, including a private key.
8199 The certificate contains public information, in particular your name and
8200 your email address(es), and the public key that is used by others to
8201 encrypt messages for you,
8202 and to verify signed messages they supposedly received from you.
8203 The certificate is included in each signed message you send.
8204 The private key must be kept secret.
8205 It is used to decrypt messages that were previously encrypted with your
8206 public key, and to sign messages.
8209 For personal use it is recommended that you get a S/MIME certificate
8210 from one of the major CAs on the Internet using your WWW browser.
8211 Many CAs offer such certificates for free.
8212 There is also
8213 .Lk https://www.CAcert.org
8214 which issues client and server certificates to members of their
8215 community for free; their root certificate
8216 .Pf ( Lk https://\:www.cacert.org/\:certs/\:root.crt )
8217 is often not in the default set of trusted CA root certificates, though,
8218 which means you will have to download their root certificate separately
8219 and ensure it is part of our S/MIME certificate validation chain by
8220 including it in
8221 .Va smime-ca-dir
8222 or as a vivid member of the
8223 .Va smime-ca-file .
8224 But let's take a step-by-step tour on how to setup S/MIME with
8225 a certificate from CAcert.org despite this situation!
8228 First of all you will have to become a member of the CAcert.org
8229 community, simply by registrating yourself via the web interface.
8230 Once you are, create and verify all email addresses you want to be able
8231 to create signed and encrypted messages for/with using the corresponding
8232 entries of the web interface.
8233 Now ready to create S/MIME certificates, so let's create a new
8234 .Dq client certificate ,
8235 ensure to include all email addresses that should be covered by the
8236 certificate in the following web form, and also to use your name as the
8237 .Dq common name .
8240 Create a private key and a certificate request on your local computer
8241 (please see the manual pages of the used commands for more in-depth
8242 knowledge on what the used arguments etc. do):
8245 .Dl openssl req -nodes -newkey rsa:4096 -keyout key.pem -out creq.pem
8248 Afterwards copy-and-paste the content of
8249 .Dq creq.pem
8250 into the certificate-request (CSR) field of the web form on the
8251 CAcert.org website (you may need to unfold some
8252 .Dq advanced options
8253 to see the corresponding text field).
8254 This last step will ensure that your private key (which never left your
8255 box) and the certificate belong together (through the public key that
8256 will find its way into the certificate via the certificate-request).
8257 You are now ready and can create your CAcert certified certificate.
8258 Download and store or copy-and-paste it as
8259 .Dq pub.crt .
8262 Yay.
8263 In order to use your new S/MIME setup you will have to create
8264 a combined private key/public key (certificate) file:
8267 .Dl cat key.pem pub.crt > ME@HERE.com.paired
8270 This is the file \*(UA will work with.
8271 If you have created your private key with a passphrase then \*(UA will
8272 ask you for it whenever a message is signed or decrypted.
8273 Set the following variables to henceforth use S/MIME (setting
8274 .Va smime-ca-file
8275 is of interest for verification only):
8277 .Bd -literal -offset indent
8278 set smime-ca-file=ALL-TRUSTED-ROOT-CERTS-HERE \e
8279   smime-sign-cert=ME@HERE.com.paired \e
8280   smime-sign-message-digest=SHA256 \e
8281   smime-sign
8285 From each signed message you send, the recipient can fetch your
8286 certificate and use it to send encrypted mail back to you.
8287 Accordingly if somebody sends you a signed message, you can do the same,
8288 and use the
8289 .Ic verify
8290 command to check the validity of the certificate.
8293 Options of interest for S/MIME signing:
8294 .Va smime-ca-dir ,
8295 .Va smime-ca-file ,
8296 .Va smime-crl-dir ,
8297 .Va smime-crl-file ,
8298 .Va smime-no-default-ca ,
8299 .Va smime-sign ,
8300 .Va smime-sign-cert ,
8301 .Va smime-sign-include-certs
8303 .Va smime-sign-message-digest .
8306 After it has been verified save the certificate via
8307 .Ic certsave
8308 and tell \*(UA that it should use it for encryption for further
8309 communication with that somebody:
8311 .Bd -literal -offset indent
8312 certsave FILENAME
8313 set smime-encrypt-USER@HOST=FILENAME \e
8314     smime-cipher-USER@HOST=AES256
8318 Additional options of interest for S/MIME en- and decryption:
8319 .Va smime-cipher
8321 .Va smime-encrypt-USER@HOST .
8324 You should carefully consider if you prefer to store encrypted messages
8325 in decrypted form.
8326 If you do, anybody who has access to your mail folders can read them,
8327 but if you do not, you might be unable to read them yourself later if
8328 you happen to lose your private key.
8330 .Ic decrypt
8331 command saves messages in decrypted form, while the
8332 .Ic save , copy ,
8334 .Ic move
8335 commands leave them encrypted.
8338 Note that neither S/MIME signing nor encryption applies to message
8339 subjects or other header fields yet.
8340 Thus they may not contain sensitive information for encrypted messages,
8341 and cannot be trusted even if the message content has been verified.
8342 When sending signed messages,
8343 it is recommended to repeat any important header information in the
8344 message text.
8345 .\" }}}
8347 .\" .Ss "Using CRLs with S/MIME or SSL/TLS" {{{
8348 .Ss "Using CRLs with S/MIME or SSL/TLS"
8350 \*(OP Certification authorities (CAs) issue certificate revocation
8351 lists (CRLs) on a regular basis.
8352 These lists contain the serial numbers of certificates that have been
8353 declared invalid after they have been issued.
8354 Such usually happens because the private key for the certificate has
8355 been compromised,
8356 because the owner of the certificate has left the organization that is
8357 mentioned in the certificate, etc.
8358 To seriously use S/MIME or SSL/TLS verification,
8359 an up-to-date CRL is required for each trusted CA.
8360 There is otherwise no method to distinguish between valid and
8361 invalidated certificates.
8362 \*(UA currently offers no mechanism to fetch CRLs, nor to access them on
8363 the Internet, so you have to retrieve them by some external mechanism.
8366 \*(UA accepts CRLs in PEM format only;
8367 CRLs in DER format must be converted, like, e.\|g.:
8370 .Dl $ openssl crl \-inform DER \-in crl.der \-out crl.pem
8373 To tell \*(UA about the CRLs, a directory that contains all CRL files
8374 (and no other files) must be created.
8376 .Va smime-crl-dir
8378 .Va ssl-crl-dir
8379 variables, respectively, must then be set to point to that directory.
8380 After that, \*(UA requires a CRL to be present for each CA that is used
8381 to verify a certificate.
8382 .\" }}}
8384 .\" .Ss "Handling spam" {{{
8385 .Ss "Handling spam"
8387 \*(OP \*(UA can make use of several spam interfaces for the purpose of
8388 identification of, and, in general, dealing with spam messages.
8389 A precondition of most commands in order to function is that the
8390 .Va spam-interface
8391 variable is set to one of the supported interfaces.
8392 Once messages have been identified as spam their (volatile)
8393 .Ql is-spam
8394 state can be prompted: the
8395 .Ql Ar :s
8397 .Ql Ar :S
8398 message specifications will address respective messages and their
8399 .Va attrlist
8400 entries will be used when displaying the
8401 .Va headline
8402 in the header display.
8404 .Bl -bullet
8406 .Ic spamrate
8407 rates the given messages and sets their
8408 .Ql is-spam
8409 flag accordingly.
8410 If the spam interface offers spam scores those can also be displayed in
8411 the header display by including the
8412 .Ql %$
8413 format in the
8414 .Va headline
8415 variable.
8417 .Ic spamham ,
8418 .Ic spamspam
8420 .Ic spamforget
8421 will interact with the Bayesian filter of the chosen interface and learn
8422 the given messages as
8423 .Dq ham
8425 .Dq spam ,
8426 respectively; the last command can be used to cause
8427 .Dq unlearning
8428 of messages; it adheres to their current
8429 .Ql is-spam
8430 state and thus reverts previous teachings.
8432 .Ic spamclear
8434 .Ic spamset
8435 will simply set and clear, respectively, the mentioned volatile
8436 .Ql is-spam
8437 message flag, without any interface interaction.
8442 .Xr spamassassin 1
8443 based
8444 .Va spam-interface Ns s
8445 .Ql spamc
8447 .Ql spamd
8448 require a running instance of the
8449 .Xr spamd 1
8450 server in order to function, started with the option
8451 .Fl -allow-tell
8452 shall Bayesian filter learning be possible.
8453 .Ql spamd
8454 only works via a local path-based
8455 .Xr unix 4
8456 socket, but otherwise the following will be equivalently fine:
8458 .Bd -literal -offset indent
8459 $ spamd -i localhost:2142 -i /tmp/.spamsock -d [-L] [-l]
8460 $ spamd --listen=localhost:2142 --listen=/tmp/.spamsock \e
8461     --daemonize [--local] [--allow-tell]
8465 Thereafter \*(UA can make use of these interfaces:
8467 .Bd -literal -offset indent
8468 $ \*(ua -Sspam-interface=spamd -Sspam-maxsize=500000 \e
8469     -Sspamd-socket=/tmp/.spamsock -Sspamd-user=
8471 $ \*(ua -Sspam-interface=spamc -Sspam-maxsize=500000 \e
8472     -Sspamc-command=/usr/local/bin/spamc \e
8473     -Sspamc-arguments="-U /tmp/.spamsock" -Sspamc-user=
8475 $ \*(ua -Sspam-interface=spamc -Sspam-maxsize=500000 \e
8476     -Sspamc-command=/usr/local/bin/spamc \e
8477     -Sspamc-arguments="-d localhost -p 2142" -Sspamc-user=
8481 Using the generic filter approach allows usage of programs like
8482 .Xr bogofilter 1
8484 .Xr sylfilter 1 .
8485 Here is an example for the former, requiring it to be accessible via
8486 .Ev PATH :
8488 .Bd -literal -offset indent
8489 $ \*(ua -Sspam-interface=filter -Sspam-maxsize=500000 \e
8490     -Sspamfilter-ham="bogofilter -n" \e
8491     -Sspamfilter-noham="bogofilter -N" \e
8492     -Sspamfilter-nospam="bogofilter -S" \e
8493     -Sspamfilter-rate="bogofilter -TTu 2>/dev/null" \e
8494     -Sspamfilter-spam="bogofilter -s" \e
8495     -Sspamfilter-rate-scanscore="1;^(.+)$"
8499 Because messages must exist on local storage in order to be scored (or
8500 used for Bayesian filter training), it is possibly a good idea to
8501 perform the local spam check last:
8503 .Bd -literal -offset indent
8504 define spamdelhook {
8505   # Server side DCC
8506   spamset (header x-dcc-brand-metrics "bulk")
8507   # Server-side spamassassin(1)
8508   spamset (header x-spam-flag "YES")
8509   del :s # TODO we HAVE to be able to do `spamrate :u ! :sS'
8510   move :S +maybe-spam
8511   spamrate :u
8512   del :s
8513   move :S +maybe-spam
8515 set folder-hook-FOLDER=spamdelhook
8519 See also the documentation for the variables
8520 .Va spam-interface , spam-maxsize ,
8521 .Va spamc-command , spamc-arguments , spamc-user ,
8522 .Va spamd-socket , spamd-user ,
8523 .Va spamfilter-ham , spamfilter-noham , spamfilter-nospam , \
8524   spamfilter-rate
8526 .Va spamfilter-rate-scanscore .
8527 .\" }}}
8528 .\" }}} (Examples)
8531 .\" .Sh "FAQ" {{{
8532 .Sh "FAQ"
8534 .\" .Ss "\*(UA shortly hangs on startup" {{{
8535 .Ss "\*(UA shortly hangs on startup"
8537 This can have two reasons, one is the necessity to wait for a file lock
8538 and can't be helped, the other being that \*(UA calls the function
8539 .Xr uname 2
8540 in order to query the nodename of the box (sometimes the real one is
8541 needed instead of the one represented by the internal variable
8542 .Va hostname ) .
8543 You may have varying success by ensuring that the real hostname and
8544 .Ql localhost
8545 have entries in
8546 .Pa /etc/hosts ,
8547 or, more generally, that the name service is properly setup \(en
8548 and does
8549 .Xr hostname 1
8550 return what you'd expect?
8551 .\" }}}
8553 .\" .Ss "I can't login to Google mail a.k.a. GMail" {{{
8554 .Ss "I can't login to Google mail a.k.a. GMail"
8556 Since 2014 some free service providers classify programs as
8557 .Dq less secure
8558 unless they use a special authentification method (OAuth 2.0) which
8559 wasn't standardized for non-HTTP protocol authentication token query
8560 until August 2015 (RFC 7628).
8563 Different to Kerberos / GSSAPI, which is developed since the mid of the
8564 1980s, where a user can easily create a local authentication ticket for
8565 her- and himself with the locally installed
8566 .Xr kinit 1
8567 program, that protocol has no such local part but instead requires
8568 a world-wide-web query to create or fetch a token; since there is no
8569 local cache this query has to be performed whenever \*(UA is invoked
8570 from the command line (in interactive sessions situation may differ).
8573 \*(UA doesn't support OAuth.
8574 Because of this it is necessary to declare \*(UA a
8575 .Dq less secure app
8576 (on the providers account web page) in order to read and send mail.
8577 However, it also seems possible to take the following steps instead:
8580 .Bl -enum -compact
8582 give the provider the number of a mobile phone,
8584 enable
8585 .Dq 2-Step Verification ,
8587 create an application specific password (16 characters), and
8589 use that special password instead of your real Google account password in
8590 S-nail (for more on that see the section
8591 .Sx "On URL syntax and credential lookup" ) .
8593 .\" }}}
8594 .\" }}}
8597 .\" .Sh "SEE ALSO" {{{
8598 .Sh "SEE ALSO"
8600 .Xr bogofilter 1 ,
8601 .Xr bzip2 1 ,
8602 .Xr file 1 ,
8603 .Xr fmt 1 ,
8604 .Xr gpg 1 ,
8605 .Xr gpg-agent 1 ,
8606 .Xr gzip 1 ,
8607 .Xr less 1 ,
8608 .Xr more 1 ,
8609 .Xr newaliases 1 ,
8610 .Xr openssl 1 ,
8611 .Xr postfix 1 ,
8612 .Xr printf 1 ,
8613 .Xr sendmail 1 ,
8614 .Xr sh 1 ,
8615 .Xr spamassassin 1 ,
8616 .Xr spamc 1 ,
8617 .Xr spamd 1 ,
8618 .Xr sylfilter 1 ,
8619 .Xr vacation 1 ,
8620 .Xr xterm 1 ,
8621 .Xr xz 1 ,
8622 .Xr editline 3 ,
8623 .Xr iconv 3 ,
8624 .Xr readline 3 ,
8625 .Xr setlocale 3 ,
8626 .Xr ssl 3 ,
8627 .Xr aliases 5 ,
8628 .Xr locale 7 ,
8629 .Xr mailaddr 7 ,
8630 .Xr re_format 7 ,
8631 .Xr exim 8 ,
8632 .Xr mailwrapper 8 ,
8633 .Xr sendmail 8
8634 .\" }}}
8637 .\" .Sh HISTORY {{{
8638 .Sh HISTORY
8641 .Em mail
8642 command appeared in Version 1 AT&T Unix.
8643 Berkeley Mail was written in 1978 by Kurt Shoens.
8644 This man page is derived from from
8645 .Dq The Mail Reference Manual
8646 originally written by Kurt Shoens.
8647 .Dq Heirloom Mailx
8648 enhancements are maintained and documented by Gunnar
8649 Ritter.
8650 .Dq S-nail
8651 is maintained and documented by Steffen (Daode) Nurpmeso.
8654 Portions of this text are reprinted and reproduced in electronic form
8655 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
8656 \(en Operating System Interface (POSIX), The Open Group Base
8657 Specifications Issue 6, Copyright \(co 2001-2003 by the Institute of
8658 Electrical and Electronics Engineers, Inc and The Open Group.
8659 In the event of any discrepancy between this version and the original
8660 IEEE and The Open Group Standard, the original IEEE and The Open Group
8661 Standard is the referee document.
8662 The original Standard can be obtained online at
8663 .Lk http://www.opengroup.org/unix/online.html OpenGroup.org
8664 Redistribution of this material is permitted so long as this notice
8665 remains intact.
8666 .\" }}}
8669 .Sh AUTHORS
8671 .An "Kurt Shoens" ,
8672 .An "Christos Zoulas" ,
8673 .An "Gunnar Ritter" ,
8674 .An "Steffen Nurpmeso" Aq Mt s-nail-users@lists.sourceforge.net
8675 (later
8676 .Mt s-mailx@sdaoden.eu ) .
8679 .\" .Sh CAVEATS {{{
8680 .Sh CAVEATS
8682 The character set conversion uses and relies upon the
8683 .Xr iconv 3
8684 function.
8685 Its functionality differs widely between the various system environments
8686 \*(UA runs on.
8689 Limitations with IMAP mailboxes are:
8690 It is not possible to edit messages, but it is possible to append them.
8691 Thus to edit a message, create a local copy of it, edit it, append it,
8692 and delete the original.
8693 The line count for the header display is only appropriate if the entire
8694 message has been downloaded from the server.
8695 The marking of messages as `new' is performed by the IMAP server;
8696 use of the
8697 .Ic exit
8698 command instead of
8699 .Ic quit
8700 will not cause it to be reset, and if the
8701 .Va newmail
8702 variable is unset, messages that arrived during a session will not be
8703 in state `new' anymore when the folder is opened again.
8704 Also if commands queued in disconnected mode are committed,
8705 the IMAP server will delete the `new' flag for all messages in the
8706 changed folder,
8707 and new messages will appear as unread when it is selected for viewing
8708 later.
8709 The `flagged', `answered', and `draft' attributes are usually permanent,
8710 but some IMAP servers are known to drop them without notification.
8711 Message numbers may change with IMAP every time before the prompt is
8712 printed if \*(UA is notified by the server that messages have been
8713 deleted by some other client or process.
8714 In this case, `Expunged n messages' is printed, and message numbers may
8715 have changed.
8718 Limitations with POP3 mailboxes are:
8719 It is not possible to edit messages, they can only be copied and deleted.
8720 The line count for the header display is only appropriate if the entire
8721 message has been downloaded from the server.
8722 The status field of a message is maintained by the server between
8723 connections; some servers do not update it at all, and with a server
8724 that does, the
8725 .Ic exit
8726 command will not cause the message status to be reset.
8728 .Ic newmail
8729 command and the
8730 .Va newmail
8731 variable have no effect.
8732 It is not possible to rename or to remove POP3 mailboxes.
8735 If a
8736 .Dq RUBOUT
8737 (interrupt,
8738 .Ql control-C )
8739 is typed while an IMAP or POP3 operation is in progress, \*(UA will wait
8740 until the operation can be safely aborted, and will then return to the
8741 command loop and print the prompt again.
8742 When a second
8743 .Dq RUBOUT
8744 is typed while \*(UA is waiting for the operation to complete, the
8745 operation itself will be cancelled.
8746 In this case, data that has not been fetched yet will have to be fetched
8747 before the next command can be performed.
8748 If the cancelled operation was using an SSL/TLS encrypted channel,
8749 an error in the SSL transport will very likely result and render the
8750 connection unusable.
8753 As \*(UA is a mail user agent, it provides only basic SMTP services.
8754 If it fails to contact its upstream SMTP server, it will not make
8755 further attempts to transfer the message at a later time,
8756 and it does not leave other information about this condition than an
8757 error message on the terminal and an entry in
8758 .Ev DEAD .
8759 This is usually not a problem if the SMTP server is located in the same
8760 local network as the computer on which \*(UA is run.
8761 However, care should be taken when using a remote server of an ISP;
8762 it might be better to set up a local SMTP server then which just acts as
8763 a proxy.
8766 \*(UA immediately contacts the SMTP server (or
8767 .Xr sendmail 1 Ns
8768 ) even when operating in
8769 .Va disconnected
8770 mode.
8771 It would not make much sense for \*(UA to defer outgoing mail since SMTP
8772 servers usually provide much more elaborated delay handling than \*(UA
8773 could perform as a client.
8774 Thus the recommended setup for sending mail in
8775 .Va disconnected
8776 mode is to configure a local SMTP server such that it sends outgoing
8777 mail as soon as an external network connection is available again,
8778 i.e., to advise it to do that from a network startup script.
8779 .\" }}}
8782 .Sh BUGS
8784 With IMAP, at least if the IMAP cache is used, if multiple
8785 .Ic connect
8787 .Ic disconnect
8788 cycles happen without an intervening change of the active mailbox then
8789 \*(UA will at some time loose the ability to keep the local state
8790 up-to-date, meaning that, e.g., messages show up with false numbers, and
8791 including the possibility that messages are accessed via numbers that
8792 are no(t longer) valid, resulting in program crashes.
8793 The solution is to change the active mailbox before that happens :).
8794 Also see the file
8795 .Pa TODO
8796 from the distribution or the repository.
8798 After deleting some message of a POP3 mailbox the header summary falsely
8799 claims that there are no messages to display, you need to perform
8800 a scroll or dot movement to restore proper state.
8802 In threaded display a power user may encounter crashes very
8803 occasionally (this is may and very).
8804 .\" s-ts-mode