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