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