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