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