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