version 1.5.17 (2007-11-01)
Abstract
``All mail clients suck. This one just sucks less.'' -me, circa 1995
Table of Contents
List of Tables
Table of Contents
Mutt is a small but very powerful text-based MIME mail client. Mutt is highly configurable, and is well suited to the mail power user with advanced features like key bindings, keyboard macros, mail threading, regular expression searches and a powerful pattern matching language for selecting groups of messages.
To subscribe to one of the following mailing lists, send a message with the
word subscribe in the body to
list-name-request@mutt.org.
<mutt-announce-request@mutt.org> -- low traffic list for announcements
<mutt-users-request@mutt.org> -- help, bug reports and feature requests
<mutt-dev-request@mutt.org> -- development mailing list
Note: all messages posted to mutt-announce are automatically forwarded to mutt-users, so you do not need to be subscribed to both lists.
Visit channel #mutt on irc.freenode.net to chat with other people interested in Mutt.
See the newsgroup comp.mail.mutt.
Mutt is Copyright (C) 1996-2005 Michael R. Elkins
<me@cs.hmc.edu> and others
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Table of Contents
This section is intended as a brief overview of how to use Mutt. There are many other features which are described elsewhere in the manual. There is even more information available in the Mutt FAQ and various web pages. See the Mutt Page for more details.
The keybindings described in this section are the defaults as distributed. Your local system administrator may have altered the defaults for your site. You can always type ``?'' in any menu to display the current bindings.
The first thing you need to do is invoke mutt, simply by typing mutt at the command line. There are various command-line options, see either the mutt man page or the reference.
Information is presented in menus, very similar to ELM, see Table 2.1, “Most common navigation keys” for common keys used to navigate menus in Mutt.
Table 2.1. Most common navigation keys
| Key | Function | Description |
|---|---|---|
| j or Down | next-entry | move to the next entry |
| k or Up | previous-entry | move to the previous entry |
| z or PageDn | page-down | go to the next page |
| Z or PageUp | page-up | go to the previous page |
| = or Home | first-entry | jump to the first entry |
| * or End | last-entry | jump to the last entry |
| q | quit | exit the current menu |
| ? | help | list all keybindings for the current menu |
Mutt has a built-in line editor for inputting text, e.g. email addresses or filenames. The keys used to manipulate text input are very similar to those of Emacs. See Table 2.2, “Most common line editor keys” for a full reference of available functions, their default key bindings, and short descriptions.
Table 2.2. Most common line editor keys
| Key | Function | Description |
|---|---|---|
| ^A or <Home> | bol | move to the start of the line |
| ^B or <Left> | backward-char | move back one char |
| Esc B | backward-word | move back one word |
| ^D or <Delete> | delete-char | delete the char under the cursor |
| ^E or <End> | eol | move to the end of the line |
| ^F or <Right> | forward-char | move forward one char |
| Esc F | forward-word | move forward one word |
| <Tab> | complete | complete filename or alias |
| ^T | complete-query | complete address with query |
| ^K | kill-eol | delete to the end of the line |
| ESC d | kill-eow | delete to the end ot the word |
| ^W | kill-word | kill the word in front of the cursor |
| ^U | kill-line | delete entire line |
| ^V | quote-char | quote the next typed key |
| <Up> | history-up | recall previous string from history |
| <Down> | history-down | recall next string from history |
| <BackSpace> | backspace | kill the char in front of the cursor |
| Esc u | upcase-word | convert word to upper case |
| Esc l | downcase-word | convert word to lower case |
| Esc c | capitalize-word | capitalize the word |
| ^G | n/a | abort |
| <Return> | n/a | finish editing |
You can remap the editor functions using the bind command. For example, to make the Delete key delete the character in front of the cursor rather than under, you could use
bind editor <delete> backspace
The number of items in the built-in editor's history is controlled by
the $history variable. You may
cycle through them at an editor prompt by using the
history-up and/or history-down
commands.
Mutt maintains several distinct history lists, one for each of the following categories:
muttrc commands
addresses and aliases
shell commands
filenames
patterns
everything else
Mutt automatically filters out repeated items from the history. It also mimics the behavior of some shells by ignoring items starting with a space.
The latter feature can be useful in macros to not clobber the history's valuable entries with unwanted entries.
Similar to many other mail clients, there are two modes in which mail is read in Mutt. The first is the index of messages in the mailbox, which is called the ``index'' in Mutt. The second mode is the display of the message contents. This is called the ``pager.''
The next few sections describe the functions provided in each of these modes.
Common keys used to navigate through and manage messages in the index are shown in Table 2.3, “Most common message index keys”.
Table 2.3. Most common message index keys
| Key | Description |
|---|---|
| c | change to a different mailbox |
| ESC c | change to a folder in read-only mode |
| C | copy the current message to another mailbox |
| ESC C | decode a message and copy it to a folder |
| ESC s | decode a message and save it to a folder |
| D | delete messages matching a pattern |
| d | delete the current message |
| F | mark as important |
| l | show messages matching a pattern |
| N | mark message as new |
| o | change the current sort method |
| O | reverse sort the mailbox |
| q | save changes and exit |
| s | save-message |
| T | tag messages matching a pattern |
| t | toggle the tag on a message |
| ESC t | toggle tag on entire message thread |
| U | undelete messages matching a pattern |
| u | undelete-message |
| v | view-attachments |
| x | abort changes and exit |
| <Return> | display-message |
| <Tab> | jump to the next new or unread message |
| @ | show the author's full e-mail address |
| $ | save changes to mailbox |
| / | search |
| ESC / | search-reverse |
| ^L | clear and redraw the screen |
| ^T | untag messages matching a pattern |
In addition to who sent the message and the subject, a short summary of the disposition of each message is printed beside the message number. Zero or more of the following ``flags'' may appear, which mean:
message is deleted (is marked for deletion)
message have attachments marked for deletion
contains a PGP public key
message is new
message is old
message is PGP encrypted
message has been replied to
message is signed, and the signature is successfully verified
message is signed
message is flagged
message is tagged
Some of the status flags can be turned on or off using
set-flag (default: w)
clear-flag (default: W)
Furthermore, the following flags reflect who the message is addressed to. They can be customized with the $to_chars variable.
message is to you and you only
message is to you, but also to or cc'ed to others
message is cc'ed to you
message is from you
message is sent to a subscribed mailing list
By default, Mutt uses its builtin pager to display the body of messages. The pager is very similar to the Unix program less though not nearly as featureful.
Table 2.4. Most common pager keys
| Key | Description |
|---|---|
| <Return> | go down one line |
| <Space> | display the next page (or next message if at the end of a message) |
| - | go back to the previous page |
| n | search for next match |
| S | skip beyond quoted text |
| T | toggle display of quoted text |
| ? | show keybindings |
| / | search for a regular expression (pattern) |
| ESC / | search backwards for a regular expression |
| \ | toggle search pattern coloring |
| ^ | jump to the top of the message |
In addition to key bindings in Table 2.4, “Most common pager keys”, many of the functions from the index are available in the pager, such as delete-message or copy-message (this is one advantage over using an external pager to view messages).
Also, the internal pager supports a couple other advanced features. For one, it will accept and translate the ``standard'' nroff sequences for bold and underline. These sequences are a series of either the letter, backspace (^H), the letter again for bold or the letter, backspace, ``_'' for denoting underline. Mutt will attempt to display these in bold and underline respectively if your terminal supports them. If not, you can use the bold and underline color objects to specify a color or mono attribute for them.
Additionally, the internal pager supports the ANSI escape sequences for character attributes. Mutt translates them into the correct color and character settings. The sequences Mutt supports are '\e[Ps;Ps;..Ps;m' where Ps can be one of the codes shown in Table 2.5, “ANSI escape sequences”.
Table 2.5. ANSI escape sequences
| Escape code | Description |
|---|---|
| 0 | All Attributes Off |
| 1 | Bold on |
| 4 | Underline on |
| 5 | Blink on |
| 7 | Reverse video on |
| 3<color> | Foreground color is <color> (see Table 2.6, “Color sequences”) |
| 4<color> | Background color is <color> (see Table 2.6, “Color sequences”) |
Mutt uses these attributes for handling text/enriched messages, and they can also be used by an external autoview script for highlighting purposes. Note: If you change the colors for your display, for example by changing the color associated with color2 for your xterm, then that color will be used instead of green.
When the mailbox is sorted by threads, there are a few additional functions available in the index and pager modes as shown in Table 2.7, “Most common thread mode keys”.
Table 2.7. Most common thread mode keys
| Key | Function | Description |
|---|---|---|
| ^D | delete-thread | delete all messages in the current thread |
| ^U | undelete-thread | undelete all messages in the current thread |
| ^N | next-thread | jump to the start of the next thread |
| ^P | previous-thread | jump to the start of the previous thread |
| ^R | read-thread | mark the current thread as read |
| ESC d | delete-subthread | delete all messages in the current subthread |
| ESC u | undelete-subthread | undelete all messages in the current subthread |
| ESC n | next-subthread | jump to the start of the next subthread |
| ESC p | previous-subthread | jump to the start of the previous subthread |
| ESC r | read-subthread | mark the current subthread as read |
| ESC t | tag-thread | toggle the tag on the current thread |
| ESC v | collapse-thread | toggle collapse for the current thread |
| ESC V | collapse-all | toggle collapse for all threads |
| P | parent-message | jump to parent message in thread |
Note: Collapsing a thread displays only the first message in the thread and hides the others. This is useful when threads contain so many messages that you can only see a handful of threads on the screen. See %M in $index_format. For example, you could use "%?M?(#%03M)&(%4l)?" in $index_format to optionally display the number of hidden messages if the thread is collapsed.
See also: $strict_threads.
Creates a new alias based upon the current message (or prompts for a new one). Once editing is complete, an alias command is added to the file specified by the $alias_file variable for future use. Note: Specifying an $alias_file does not add the aliases specified there-in, you must also source the file.
check-traditional-pgp (default: ESC P)
This function will search the current message for content signed or encrypted with PGP the "traditional" way, that is, without proper MIME tagging. Technically, this function will temporarily change the MIME content types of the body parts containing PGP data; this is similar to the edit-type function's effect.
display-toggle-weed (default: h)
Toggles the weeding of message header fields specified by ignore commands.
This command (available in the ``index'' and ``pager'') allows you to edit the raw current message as it's present in the mail folder. After you have finished editing, the changed message will be appended to the current folder, and the original message will be marked for deletion.
edit-type (default: ^E on the attachment menu, and in the pager and index menus; ^T on the compose menu)
This command is used to temporarily edit an attachment's content type to fix, for instance, bogus character set parameters. When invoked from the index or from the pager, you'll have the opportunity to edit the top-level attachment's content type. On the attachment menu, you can change any attachment's content type. These changes are not persistent, and get lost upon changing folders.
Note that this command is also available on the compose menu. There, it's used to fine-tune the properties of attachments you are going to send.
enter-command (default: ``:'')
This command is used to execute any command you would normally put in a configuration file. A common use is to check the settings of variables, or in conjunction with macros to change settings on the fly.
This command extracts PGP public keys from the current or tagged message(s) and adds them to your PGP public key ring.
forget-passphrase (default: ^F)
This command wipes the passphrase(s) from memory. It is useful, if you misspelled the passphrase.
Reply to the current or tagged message(s) by extracting any addresses which
match the regular expressions given by the lists or subscribe
commands, but also honor any Mail-Followup-To header(s) if the
$honor_followup_to
configuration variable is set. Using this when replying to messages posted
to mailing lists helps avoid duplicate copies being sent to the author of
the message you are replying to.
Asks for an external Unix command and pipes the current or tagged message(s) to it. The variables $pipe_decode, $pipe_split, $pipe_sep and $wait_key control the exact behavior of this function.
resend-message (default: ESC e)
With resend-message, mutt takes the current message as a template for a new message. This function is best described as "recall from arbitrary folders". It can conveniently be used to forward MIME messages while preserving the original mail structure. Note that the amount of headers included here depends on the value of the $weed variable.
This function is also available from the attachment menu. You can use this to easily resend a message which was included with a bounce message as a message/rfc822 body part.
Asks for an external Unix command and executes it. The $wait_key can be used to control whether Mutt will wait for a key to be pressed when the command returns (presumably to let the user read the output of the command), based on the return status of the named command.
The pager uses the $quote_regexp variable to detect quoted text when displaying the body of the message. This function toggles the display of the quoted material in the message. It is particularly useful when are interested in just the response and there is a large amount of quoted text in the way.
This function will go to the next line of non-quoted text which come after a line of quoted text in the internal pager.
The bindings shown in Table 2.8, “Most common mail sending keys” are available in the index for sending messages.
Table 2.8. Most common mail sending keys
| Key | Function | Description |
|---|---|---|
| m | compose | compose a new message |
| r | reply | reply to sender |
| g | group-reply | reply to all recipients |
| L | list-reply | reply to mailing list address |
| f | forward | forward message |
| b | bounce | bounce (remail) message |
| ESC k | mail-key | mail a PGP public key to someone |
Bouncing a message sends the message as is to the recipient you specify. Forwarding a message allows you to add comments or modify the message you are forwarding. These items are discussed in greater detail in the next chapter ``Forwarding and Bouncing Mail.''
Mutt will then enter the compose menu and prompt you for the recipients to place on the ``To:'' header field. Next, it will ask you for the ``Subject:'' field for the message, providing a default if you are replying to or forwarding a message. See also $askcc, $askbcc, $autoedit, $bounce, $fast_reply, and $include for changing how Mutt asks these questions.
Mutt will then automatically start your $editor on the message body. If the $edit_headers variable is set, the headers will be at the top of the message in your editor. Any messages you are replying to will be added in sort order to the message, with appropriate $attribution, $indent_string and $post_indent_string. When forwarding a message, if the $mime_forward variable is unset, a copy of the forwarded message will be included. If you have specified a $signature, it will be appended to the message.
Once you have finished editing the body of your mail message, you are returned to the compose menu providing the functions show in Table 2.9, “Most common compose menu keys”.
Table 2.9. Most common compose menu keys
| Key | Function | Description |
|---|---|---|
| a | attach-file | attach a file |
| A | attach-message | attach message(s) to the message |
| ESC k | attach-key | attach a PGP public key |
| d | edit-description | edit description on attachment |
| D | detach-file | detach a file |
| t | edit-to | edit the To field |
| ESC f | edit-from | edit the From field |
| r | edit-reply-to | edit the Reply-To field |
| c | edit-cc | edit the Cc field |
| b | edit-bcc | edit the Bcc field |
| y | send-message | send the message |
| s | edit-subject | edit the Subject |
| S | smime-menu | select S/MIME options |
| f | edit-fcc | specify an ``Fcc'' mailbox |
| p | pgp-menu | select PGP options |
| P | postpone-message | postpone this message until later |
| q | quit | quit (abort) sending the message |
| w | write-fcc | write the message to a folder |
| i | ispell | check spelling (if available on your system) |
| ^F | forget-passphrase | wipe passphrase(s) from memory |
Note: The attach-message function will prompt you for a folder to attach messages from. You can now tag messages in that folder and they will be attached to the message you are sending. Note that certain operations like composing a new mail, replying, forwarding, etc. are not permitted when you are in that folder. The %r in $status_format will change to a 'A' to indicate that you are in attach-message mode.
When editing the header of your outgoing message, there are a couple of special features available.
If you specify
Fcc: filename
Mutt will pick up filename
just as if you had used the edit-fcc function in the compose menu.
You can also attach files to your message by specifying
Attach: filename [ description ]
where filename is the file to attach and description is an
optional string to use as the description of the attached file.
When replying to messages, if you remove the In-Reply-To: field from the header field, Mutt will not generate a References: field, which allows you to create a new message thread.
Also see $edit_headers.
If you want to use PGP, you can specify
Pgp: [ E | S | S<id> ]
``E'' encrypts, ``S'' signs and ``S<id>'' signs with the given key, setting $pgp_sign_as permanently.
If you have told mutt to PGP encrypt a message, it will guide you through a key selection process when you try to send the message. Mutt will not ask you any questions about keys which have a certified user ID matching one of the message recipients' mail addresses. However, there may be situations in which there are several keys, weakly certified user ID fields, or where no matching keys can be found.
In these cases, you are dropped into a menu with a list of keys from
which you can select one. When you quit this menu, or mutt can't
find any matching keys, you are prompted for a user ID. You can, as
usually, abort this prompt using ^G. When you do so, mutt will
return to the compose screen.
Once you have successfully finished the key selection, the message will be encrypted using the selected public keys, and sent out.
Most fields of the entries in the key selection menu (see also $pgp_entry_format) have obvious meanings. But some explanations on the capabilities, flags, and validity fields are in order.
The flags sequence (%f) will expand to one of the flags in Table 2.10, “PGP key menu flags”.
Table 2.10. PGP key menu flags
| Flag | Description |
|---|---|
| R | The key has been revoked and can't be used. |
| X | The key is expired and can't be used. |
| d | You have marked the key as disabled. |
| c | There are unknown critical self-signature packets. |
The capabilities field (%c) expands to a two-character sequence representing a key's capabilities. The first character gives the key's encryption capabilities: A minus sign (-) means that the key cannot be used for encryption. A dot (.) means that it's marked as a signature key in one of the user IDs, but may also be used for encryption. The letter e indicates that this key can be used for encryption.
The second character indicates the key's signing capabilities. Once again, a ``-'' implies ``not for signing'', ``.'' implies that the key is marked as an encryption key in one of the user-ids, and ``s'' denotes a key which can be used for signing.
Finally, the validity field (%t) indicates how well-certified a user-id is. A question mark (?) indicates undefined validity, a minus character (-) marks an untrusted association, a space character means a partially trusted association, and a plus character (+) indicates complete validity.
You may also have configured mutt to co-operate with Mixmaster, an anonymous remailer. Mixmaster permits you to send your messages anonymously using a chain of remailers. Mixmaster support in mutt is for mixmaster version 2.04 (beta 45 appears to be the latest) and 2.03. It does not support earlier versions or the later so-called version 3 betas, of which the latest appears to be called 2.9b23.
To use it, you'll have to obey certain restrictions. Most
important, you cannot use the Cc and Bcc headers. To tell
Mutt to use mixmaster, you have to select a remailer chain, using
the mix function on the compose menu.
The chain selection screen is divided into two parts. In the (larger) upper part, you get a list of remailers you may use. In the lower part, you see the currently selected chain of remailers.
You can navigate in the chain using the chain-prev and
chain-next functions, which are by default bound to the left
and right arrows and to the h and l keys (think vi
keyboard bindings). To insert a remailer at the current chain
position, use the insert function. To append a remailer behind
the current chain position, use select-entry or append.
You can also delete entries from the chain, using the corresponding
function. Finally, to abandon your changes, leave the menu, or
accept them pressing (by default) the Return key.
Note that different remailers do have different capabilities, indicated in the %c entry of the remailer menu lines (see $mix_entry_format). Most important is the ``middleman'' capability, indicated by a capital ``M'': This means that the remailer in question cannot be used as the final element of a chain, but will only forward messages to other mixmaster remailers. For details on the other capabilities, please have a look at the mixmaster documentation.
format=flowed-style messages (or f=f
for short) are text/plain messages that consist of paragraphs which a receiver's
mail client may reformat to its own needs which mostly means to
customize line lengths regardless of what the sender sent. Technically this is
achieved by letting lines of a ``flowable'' paragraph end in spaces.
While for text-mode clients like mutt it's the best way to assume only a standard 80x25 character cell terminal, it may be desired to let the receiver decide completely how to view a message.
Mutt only supports setting the required format=flowed
MIME parameter on outgoing messages if the $text_flowed variable is set. It does not add the
trailing spaces nor does it provide any other feature related to
composing f=f messages (like reformatting
non-f=f parts of a reply to f=f
before calling the editor).
After editing the initial message text and before entering
the compose menu, mutt properly space-stuffes the message.
Space-stuffing is required by RfC3676 defining
format=flowed and means to prepend a space to:
all lines starting with a space
lines starting with the word ``From''
followed by space
all lines starting with ``>'' which
is not intended to be a quote character
All leading spaces are to be removed by receiving clients to restore the original message.
Note that mutt only support space-stuffing
for the first two types of lines but not for the third: It is impossible to
safely detect whether a leading > character starts a
quote or not.
As mutt provides no additional features to compose f=f
messages, it's completely up to the user and his editor to produce
proper messages. Please consider your editor's documentation if you
intend to send f=f messages.
Please note that when editing messages from the compose menu several times before really sending a mail, it's up to the user to ensure that the message is properly space-stuffed.
For example, vim provides the w
flag for its formatoptions setting to assist in
creating f=f messages, see :help
fo-table for details.
Bouncing and forwarding let you send an existing message to recipients that you specify. Bouncing a message uses the $sendmail command to send a copy to alternative addresses as if they were the message's original recipients. Forwarding a message, on the other hand, allows you to modify the message before it is resent (for example, by adding your own comments). The default key bindings are shown in Table 2.11, “Message forwarding/bouncing keys”.
Table 2.11. Message forwarding/bouncing keys
| Key | Function | Description |
|---|---|---|
| f | forward | forward message |
| b | bounce | bounce (remail) message |
Forwarding can be done by including the original message in the new message's body (surrounded by indicating lines) or including it as a MIME attachment, depending on the value of the $mime_forward variable. Decoding of attachments, like in the pager, can be controlled by the $forward_decode and $mime_forward_decode variables, respectively. The desired forwarding format may depend on the content, therefore $mime_forward is a quadoption which, for example, can be set to ``ask-no''.
The inclusion of headers is controlled by the current setting of the $weed variable, unless $mime_forward is set.
Editing the message to forward follows the same procedure as sending or replying to a message does.
At times it is desirable to delay sending a message that you have already begun to compose. When the postpone-message function is used in the compose menu, the body of your message and attachments are stored in the mailbox specified by the $postponed variable. This means that you can recall the message even if you exit Mutt and then restart it at a later time.
Once a message is postponed, there are several ways to resume it. From the command line you can use the ``-p'' option, or if you compose a new message from the index or pager you will be prompted if postponed messages exist. If multiple messages are currently postponed, the postponed menu will pop up and you can select which message you would like to resume.
Note: If you postpone a reply to a message, the reply setting of the message is only updated when you actually finish the message and send it. Also, you must be in the same folder with the message you replied to for the status of the message to be updated.
See also the $postpone quad-option.
Table of Contents
While the default configuration (or ``preferences'') make Mutt
usable right out of the box, it is often desirable to tailor Mutt to
suit your own tastes. When Mutt is first invoked, it will attempt to
read the ``system'' configuration file (defaults set by your local
system administrator), unless the ``-n'' command line option is specified. This file is typically
/usr/local/share/mutt/Muttrc or /etc/Muttrc. Mutt
will next look for a file named .muttrc in your home
directory. If this file does not exist and your home directory has
a subdirectory named .mutt, mutt try to load a file named
.mutt/muttrc.
.muttrc is the file where you will usually place your commands to configure Mutt.
In addition, mutt supports version specific configuration files that are
parsed instead of the default files as explained above. For instance, if
your system has a Muttrc-0.88 file in the system configuration
directory, and you are running version 0.88 of mutt, this file will be
sourced instead of the Muttrc file. The same is true of the user
configuration file, if you have a file .muttrc-0.88.6 in your home
directory, when you run mutt version 0.88.6, it will source this file
instead of the default .muttrc file. The version number is the
same which is visible using the ``-v'' command line switch or using the show-version key (default:
V) from the index menu.
An initialization file consists of a series of commands. Each line of the file may contain one or more commands. When multiple commands are used, they must be separated by a semicolon (;).
set realname='Mutt user' ; ignore x-
The hash mark, or pound sign (``#''), is used as a ``comment'' character. You can use it to annotate your initialization file. All text after the comment character to the end of the line is ignored. For example,
my_hdr X-Disclaimer: Why are you listening to me? # This is a comment
Single quotes (') and double quotes (") can be used to quote strings which contain spaces or other special characters. The difference between the two types of quotes is similar to that of many popular shell programs, namely that a single quote is used to specify a literal string (one that is not interpreted for shell variables or quoting with a backslash [see next paragraph]), while double quotes indicate a string for which should be evaluated. For example, backtics are evaluated inside of double quotes, but not for single quotes.
\ quotes the next character, just as in shells such as bash and zsh. For example, if want to put quotes ``"'' inside of a string, you can use ``\'' to force the next character to be a literal instead of interpreted character.
set realname="Michael \"MuttDude\" Elkins"
``\\'' means to insert a literal ``\'' into the line. ``\n'' and ``\r'' have their usual C meanings of linefeed and carriage-return, respectively.
A \ at the end of a line can be used to split commands over multiple lines, provided that the split points don't appear in the middle of command names.
It is also possible to substitute the output of a Unix command in an initialization file. This is accomplished by enclosing the command in backquotes (``). For example,
my_hdr X-Operating-System: `uname -a`
The output of the Unix command ``uname -a'' will be substituted before the line is parsed. Note that since initialization files are line oriented, only the first line of output from the Unix command will be substituted.
Both environment variables and mutt variables can be accessed by prepending ``$'' to the name of the variable. For example,
set record=+sent_on_$HOSTNAME
will cause mutt to save outgoing messages to a folder named ``sent_on_kremvax'' if the environment variable HOSTNAME is set to ``kremvax.'' (See $record for details.)
Mutt expands the variable when it is assigned, not when it is used. If the value of a variable on the right-hand side of an assignment changes after the assignment, the variable on the left-hand side will not be affected.
The commands understood by mutt are explained in the next paragraphs. For a complete list, see the command reference.
Usage: group [ -group name [ ... ] ] [ -rx EXPR [ ... ] ] [ -addr EXPR [ ... ] ]
group is used to directly add either addresses or
regular expressions to the specified group or groups. The different
categories of arguments to the group command can be
in any order. The flags -rx and
-addr specify what the following strings (that cannot
begin with a hyphen) should be interpreted as: either a regular
expression or an email address, respectively.
These address groups can also be created implicitely by the
alias, lists,
subscribe and
alternates commands by specifying the
optional -group option.
Once defined, these address groups can be used in patterns to search for and limit the display to messages matching a group.
Usage: ungroup [ -group name [ ... ] ] [ * | [ [ -rx EXPR [ ... ] ] [ -addr EXPR [ ... ] ] ]
ungroup is used to remove addresses or regular
expressions from the specified group or groups. The syntax is similar to
the group command, however the special character
* can be used to empty a group of all of its
contents.
Usage: alias [ -group name [ ... ] ] key address [ , address, ... ]
It's usually very cumbersome to remember or type out the address of someone you are communicating with. Mutt allows you to create ``aliases'' which map a short string to a full address.
Note: if you want to create an alias for more than one address, you must separate the addresses with a comma (``,'').
The optional -group argument to
alias causes the aliased address(es) to be added to
the named group.
To remove an alias or aliases (``*'' means all aliases):
unalias [ * | key ... ]
alias muttdude me@cs.hmc.edu (Michael Elkins) alias theguys manny, moe, jack
Unlike other mailers, Mutt doesn't require aliases to be defined
in a special file. The alias command can appear anywhere in
a configuration file, as long as this file is sourced. Consequently, you can have multiple alias files, or
you can have all aliases defined in your muttrc.
On the other hand, the create-alias
function can use only one file, the one pointed to by the $alias_file variable (which is
˜/.muttrc by default). This file is not special either,
in the sense that Mutt will happily append aliases to any file, but in
order for the new aliases to take effect you need to explicitly source this file too.
For example:
source /usr/local/share/Mutt.aliases source ~/.mail_aliases set alias_file=~/.mail_aliases
To use aliases, you merely use the alias at any place in mutt where mutt prompts for addresses, such as the To: or Cc: prompt. You can also enter aliases in your editor at the appropriate headers if you have the $edit_headers variable set.
In addition, at the various address prompts, you can use the tab character to expand a partial alias to the full alias. If there are multiple matches, mutt will bring up a menu with the matching aliases. In order to be presented with the full list of aliases, you must hit tab with out a partial alias, such as at the beginning of the prompt or after a comma denoting multiple addresses.
In the alias menu, you can select as many aliases as you want with the select-entry key (default: RET), and use the exit key (default: q) to return to the address prompt.
Usage: bind map key function
This command allows you to change the default key bindings (operation invoked when pressing a key).
map specifies in which menu the binding belongs. Multiple maps may be specified by separating them with commas (no additional whitespace is allowed). The currently defined maps are:
This is not a real menu, but is used as a fallback for all of the other menus except for the pager and editor modes. If a key is not defined in another menu, Mutt will look for a binding to use in this menu. This allows you to bind a key to a certain function in multiple menus instead of having multiple bind statements to accomplish the same task.
The alias menu is the list of your personal aliases as defined in your muttrc. It is the mapping from a short alias name to the full email address(es) of the recipient(s).
The attachment menu is used to access the attachments on received messages.
The browser is used for both browsing the local directory structure, and for listing all of your incoming mailboxes.
The editor is the line-based editor the user enters text data.
The index is the list of messages contained in a mailbox.
The compose menu is the screen used when sending a new message.
The pager is the mode used to display message/attachment data, and help listings.
The pgp menu is used to select the OpenPGP keys used for encrypting outgoing messages.
The postpone menu is similar to the index menu, except is used when recalling a message the user was composing, but saved until later.
key is the key (or key sequence) you wish to bind. To specify a control character, use the sequence \Cx, where x is the letter of the control character (for example, to specify control-A use ``\Ca''). Note that the case of x as well as \C is ignored, so that \CA, \Ca, \cA and \ca are all equivalent. An alternative form is to specify the key as a three digit octal number prefixed with a ``\'' (for example \177 is equivalent to \c?). In addition, key may be a symbolic name as shown in Table 3.1, “Symbolic key names”.
Table 3.1. Symbolic key names
| Symbolic name | Meaning |
|---|---|
| \t | tab |
| <tab> | tab |
| <backtab> | backtab / shift-tab |
| \r | carriage return |
| \n | newline |
| \e | escape |
| <esc> | escape |
| <up> | up arrow |
| <down> | down arrow |
| <left> | left arrow |
| <right> | right arrow |
| <pageup> | Page Up |
| <pagedown> | Page Down |
| <backspace> | Backspace |
| <delete> | Delete |
| <insert> | Insert |
| <enter> | Enter |
| <return> | Return |
| <home> | Home |
| <end> | End |
| <space> | Space bar |
| <f1> | function key 1 |
| <f10> | function key 10 |
key does not need to be enclosed in quotes unless it contains a space (`` '').
function specifies which action to take when key is pressed.
For a complete list of functions, see the reference. The special function noop unbinds the specified key
sequence.
Usage: charset-hook alias charset
Usage: iconv-hook charset local-charset
The charset-hook command defines an alias for a character set.
This is useful to properly display messages which are tagged with a
character set name not known to mutt.
The iconv-hook command defines a system-specific name for a
character set. This is helpful when your systems character
conversion library insists on using strange, system-specific names
for character sets.
Usage: folder-hook [!]regexp command
It is often desirable to change settings based on which mailbox you are reading. The folder-hook command provides a method by which you can execute any configuration command. regexp is a regular expression specifying in which mailboxes to execute command before loading. If a mailbox matches multiple folder-hook's, they are executed in the order given in the muttrc.
Note: if you use the ``!'' shortcut for $spoolfile at the beginning of the pattern, you must place it inside of double or single quotes in order to distinguish it from the logical not operator for the expression.
Note that the settings are not restored when you leave the mailbox. For example, a command action to perform is to change the sorting method based upon the mailbox being read:
folder-hook mutt set sort=threads
However, the sorting method is not restored to its previous value when reading a different mailbox. To specify a default command, use the pattern ``.'':
folder-hook . set sort=date-sent
Usage: macro menu key sequence [ description ]
Macros are useful when you would like a single key to perform a series of actions. When you press key in menu menu, Mutt will behave as if you had typed sequence. So if you have a common sequence of commands you type, you can create a macro to execute those commands with a single key.
menu is the map which the macro will be bound. Multiple maps may be specified by separating multiple menu arguments by commas. Whitespace may not be used in between the menu arguments and the commas separating them.
key and sequence are expanded by the same rules as the key bindings. There are some additions however. The first is that control characters in sequence can also be specified as ^x. In order to get a caret (`^'') you need to use ^^. Secondly, to specify a certain key such as up or to invoke a function directly, you can use the format <key name> and <function name>. For a listing of key names see the section on key bindings. Functions are listed in the reference.
The advantage with using function names directly is that the macros will work regardless of the current key bindings, so they are not dependent on the user having particular key definitions. This makes them more robust and portable, and also facilitates defining of macros in files used by more than one user (e.g., the system Muttrc).
Optionally you can specify a descriptive text after sequence, which is shown in the help screens.
Note: Macro definitions (if any) listed in the help screen(s), are silently truncated at the screen width, and are not wrapped.
Usage: color object foreground background [ regexp ]
Usage: color index foreground background pattern
Usage: uncolor index pattern [ pattern ... ]
If your terminal supports color, you can spice up Mutt by creating your own color scheme. To define the color of an object (type of information), you must specify both a foreground color and a background color (it is not possible to only specify one or the other).
object can be one of:
attachment
body (match regexp in the body of messages)
bold (hiliting bold patterns in the body of messages)
error (error messages printed by Mutt)
header (match regexp in the message header)
hdrdefault (default color of the message header in the pager)
index (match pattern in the message index)
indicator (arrow or bar used to indicate the current item in a menu)
markers (the ``+'' markers at the beginning of wrapped lines in the pager)
message (informational messages)
normal
quoted (text matching $quote_regexp in the body of a message)
quoted1, quoted2, ..., quotedN (higher levels of quoting)
search (hiliting of words in the pager)
signature
status (mode lines used to display info about the mailbox or message)
tilde (the ``˜'' used to pad blank lines in the pager)
tree (thread tree drawn in the message index and attachment menu)
underline (hiliting underlined patterns in the body of messages)
foreground and background can be one of the following:
white
black
green
magenta
blue
cyan
yellow
red
default
colorx
foreground can optionally be prefixed with the keyword bright to make
the foreground color boldfaced (e.g., brightred).
If your terminal supports it, the special keyword default can be used as a transparent color. The value brightdefault is also valid. If Mutt is linked against the S-Lang library, you also need to set the COLORFGBG environment variable to the default colors of your terminal for this to work; for example (for Bourne-like shells):
set COLORFGBG="green;black" export COLORFGBG
Note: The S-Lang library requires you to use the lightgray and brown keywords instead of white and yellow when setting this variable.
Note: The uncolor command can be applied to the index object only. It removes entries from the list. You must specify the same pattern specified in the color command for it to be removed. The pattern ``*'' is a special token which means to clear the color index list of all entries.
Mutt also recognizes the keywords color0, color1, …, colorN-1 (N being the number of colors supported by your terminal). This is useful when you remap the colors for your display (for example by changing the color associated with color2 for your xterm), since color names may then lose their normal meaning.
If your terminal does not support color, it is still possible change the video attributes through the use of the ``mono'' command:
Usage: mono <object> <attribute> [ regexp ]
Usage: mono index attribute pattern
Usage: unmono index pattern [ pattern ... ]
where attribute is one of the following:
none
bold
underline
reverse
standout
Usage: [un]ignore pattern [ pattern ... ]
Messages often have many header fields added by automatic processing systems, or which may not seem useful to display on the screen. This command allows you to specify header fields which you don't normally want to see.
You do not need to specify the full header field name. For example, ``ignore content-'' will ignore all header fields that begin with the pattern ``content-''. ``ignore *'' will ignore all headers.
To remove a previously added token from the list, use the ``unignore'' command. The ``unignore'' command will make Mutt display headers with the given pattern. For example, if you do ``ignore x-'' it is possible to ``unignore x-mailer''.
``unignore *'' will remove all tokens from the ignore list.
For example:
# Sven's draconian header weeding ignore * unignore from date subject to cc unignore organization organisation x-mailer: x-newsreader: x-mailing-list: unignore posted-to:
Usage: [un]alternates [ -group name [ ... ] ] regexp [ regexp ... ]
With various functions, mutt will treat messages differently, depending on whether you sent them or whether you received them from someone else. For instance, when replying to a message that you sent to a different party, mutt will automatically suggest to send the response to the original message's recipients -- responding to yourself won't make much sense in many cases. (See $reply_to.)
Many users receive e-mail under a number of different addresses. To
fully use mutt's features here, the program must be able to
recognize what e-mail addresses you receive mail under. That's the
purpose of the alternates command: It takes a list of regular
expressions, each of which can identify an address under which you
receive e-mail.
The -group flag causes all of the subsequent regular expressions
to be added to the named group.
The unalternates command can be used to write exceptions to
alternates patterns. If an address matches something in an
alternates command, but you nonetheless do not think it is
from you, you can list a more precise pattern under an unalternates
command.
To remove a regular expression from the alternates list, use the
unalternates command with exactly the same regexp.
Likewise, if the regexp for an alternates command matches
an entry on the unalternates list, that unalternates
entry will be removed. If the regexp for unalternates
is ``*'', all entries on alternates will be removed.