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