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