+Most common navigation keys in entry-based menusKeyFunctionDescription
@@ -344,6 +488,23 @@ The most important navigation keys common to all menus are shown in
+
+Most common navigation keys in page-based menus
+
+
+KeyFunctionDescription
+
+
+J or <Return><next-line>scroll down one line
+<Backspace><previous-line>sroll up one line
+K, <Space> or <PageDn><next-page>move to the next page
+- or <PageUp><previous-page>move the previous page
+<Home><top>move to the top
+<End><bottom>move to the bottom
+
+
+
+
@@ -395,7 +556,7 @@ short descriptions.
You can remap the editor functions using the
-bind command. For example, to make
+bind command. For example, to make
the <Delete> key delete the character in front of
the cursor rather than under, you could use:
@@ -416,7 +577,9 @@ variable and can be made persistent using an external file specified
using $history_file.
You may cycle through them at an editor prompt by using the
<history-up> and/or
-<history-down> commands.
+<history-down> commands. But notice that Mutt
+does not remember the currently entered text, it only cycles through
+history and wraps around at the end or beginning.
@@ -425,7 +588,7 @@ following categories:
-muttrc commands
+.muttrc commandsaddresses and aliasesshell commandsfilenames
@@ -434,7 +597,7 @@ following categories:
-Mutt automatically filters out repeated items from the history. It
+Mutt automatically filters out consecutively 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.
@@ -445,12 +608,12 @@ the history's valuable entries with unwanted entries.
-Reading Mail - The Index and Pager
+Reading Mail
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
+read in Mutt. The first is a list of messages in the mailbox, which is
+called the index menu in Mutt. The second mode is the display of the
message contents. This is called the pager.
@@ -569,9 +732,11 @@ who the message is addressed to. They can be customized with the
The Pager
-By default, Mutt uses its builtin pager to display the contents of messages.
-The pager is very similar to the Unix program less though not nearly as
-featureful.
+By default, Mutt uses its builtin pager to display the contents of
+messages (an external pager such as less(1) can be
+configured, see $pager variable).
+The pager is very similar to the Unix program less(1)
+though not nearly as featureful.
@@ -607,11 +772,11 @@ the pager, such as <delete-message> or <cop
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,
+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.
+objects to specify a color or mono attribute for them.
@@ -686,9 +851,8 @@ your xterm, then that color will be used instead of green.
Note that the search commands in the pager take regular expressions,
which are not quite the same as the more
complex patterns used by the search
-command in the index. This is because the pager only performs simple
-text search, whereas the index provides boolean filtering on several
-aspects of messages.
+command in the index. This is because patterns are used to select messages by
+criteria whereas the pager already displays a selected message.
@@ -698,9 +862,18 @@ aspects of messages.
Threaded Mode
-When the mailbox is sorted by threads, there are
-a few additional functions available in the index and pager modes
-as shown in .
+So-called threads provide a hierarchy of messages where
+replies are linked to their parent message(s). This organizational form
+is extremely useful in mailing lists where different parts of the
+discussion diverge. Mutt displays threads as a tree structure.
+
+
+
+In Mutt, when a mailbox is sorted
+by threads, there are a few additional functions
+available in the index
+and pager modes as shown in
+.
@@ -728,19 +901,23 @@ as shown in .
-
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.
+For example, you could use %?M?(#%03M)&(%4l)? in $index_format to optionally
+display the number of hidden messages if the thread is
+collapsed. The %?<char>?<if-part>&<else-part>?
+syntax is explained in detail in
+format string conditionals.
-
-See also: $strict_threads.
+Technically, every reply should contain a list of its parent messages in
+the thread tree, but not all do. In these cases, Mutt groups them by
+subject which can be controlled using the
+$strict_threads variable.
@@ -762,7 +939,7 @@ menus have these interesting functions:
Creates a new alias based upon the current message (or prompts for a
-new one). Once editing is complete, an alias
+new one). Once editing is complete, an alias
command is added to the file specified by
the $alias_file variable
for future use
@@ -771,7 +948,7 @@ for future use
Mutt does not read the $alias_file
-upon startup so you must explicitly source the file.
+upon startup so you must explicitly source the file.
@@ -879,7 +1056,7 @@ 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
+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
@@ -1005,36 +1182,77 @@ The bindings shown in are available in the
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
+in greater detail in the next section 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
+recipients to place on the To: header field when you hit m to start a new message. 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
+you are replying to or forwarding a message. You again
+have the chance to adjust recipients, subject, and security settings
+right before actually sending the message. See also
$askcc,
$askbcc,
$autoedit,
$bounce,
$fast_reply,
and $include
-for changing how Mutt asks these questions.
+for changing how and if Mutt asks these questions.
+
+
+
+When replying, Mutt fills these fields with proper values depending on
+the reply type. The types of replying supported are:
+
+
+
+
+Simple reply
+
+
+Reply to the author directly.
+
+
+
+
+Group reply
+
+
+Reply to the author as well to all recipients except you; this consults
+alternates.
+
+
+
+
+List reply
+
+
+Reply to all mailing list addresses found, either specified via
+configuration or auto-detected. See for
+details.
+
+
+
-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,
+After getting recipients for new messages, forwards or replies, 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.
+$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.
@@ -1095,44 +1313,56 @@ a A to indicate that you are in attach-message mode.
-Editing the message header
+Editing the Message Header
When editing the header because of $edit_headers
being set, there are a several pseudo headers available which
-will not be included in sent messages.
+will not be included in sent messages but trigger special Mutt behavior.
-Fcc: pseudo header
+Fcc: Pseudo Header
If you specify
+
+Fcc:filename
+
+
as a header, Mutt will pick up filename
just as if you had used the <edit-fcc> function in the compose menu.
+It can later be changed from the compose menu.
-Attach: pseudo header
+Attach: Pseudo Header
You can also attach files to your message by specifying
+
-Attach:filename [ description ]
+
+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.
+optional string to use as the description of the attached file. Spaces
+in filenames have to be escaped using backslash (\).
+The file can be removed as well as more added from the compose menu.
-Pgp: pseudo header
+Pgp: Pseudo Header
If you want to use PGP, you can specify
@@ -1147,17 +1377,17 @@ If you want to use PGP, you can specify
E selects encryption, S selects signing and
S<id> selects signing with the given key, setting
$pgp_sign_as
-permanently.
+permanently. The selection can later be changed in the compose menu.
-In-Reply-To: header
+In-Reply-To: Header
When replying to messages, the In-Reply-To: header contains the
-Message-Id of the message(s) you reply to. If you remove its value, Mutt will not generate a
+Message-Id of the message(s) you reply to. If you remove or modify its value, Mutt will not generate a
References: field, which allows you to create a new message thread, for example
to create a new message to a mailing list without having to enter the mailing list's address.
@@ -1167,10 +1397,10 @@ to create a new message to a mailing list without having to enter the mailing li
-Sending cryptographically signed/encrypted messages
+Sending Cryptographically Signed/Encrypted Messages
-If you have told mutt to PGP or S/MIME encrypt a message, it will guide you
+If you have told Mutt to PGP or S/MIME 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
@@ -1181,9 +1411,9 @@ 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
+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
+usually, abort this prompt using ˆG. When you do so, Mutt will
return to the compose screen.
@@ -1199,7 +1429,7 @@ and validity fields are in order.
-The flags sequence (%f) will expand to one of the flags in
+The flags sequence (%f) will expand to one of the flags in
.
@@ -1219,7 +1449,7 @@ The flags sequence (%f) will expand to one of the flags in
-The capabilities field (%c) expands to a two-character sequence
+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
@@ -1236,7 +1466,7 @@ that the key is marked as an encryption key in one of the user-ids, and
-Finally, the validity field (%t) indicates how well-certified a user-id
+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 (+)
@@ -1245,58 +1475,8 @@ indicates complete validity.
-
-Sending anonymous messages via mixmaster
-
-
-You may also have compiled 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.
-
-
-
-
-Sending format=flowed messages
+Sending Format=Flowed MessagesConcept
@@ -1311,7 +1491,7 @@ except for the last line.
-While for text-mode clients like mutt it's the best way to assume only a
+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.
@@ -1319,7 +1499,7 @@ receiver decide completely how to view a message.
-Mutt support
+Mutt Support
Mutt only supports setting the required format=flowed
@@ -1331,7 +1511,7 @@ trailing spaces.
After editing the initial message text and before entering
-the compose menu, mutt properly space-stuffes the message.
+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:
@@ -1362,10 +1542,10 @@ the original message prior to further processing.
-Editor considerations
+Editor Considerations
-As mutt provides no additional features to compose f=f
+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.
@@ -1411,7 +1591,7 @@ 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
+therefore $mime_forward is a quadoption which, for
example, can be set to ask-no.
@@ -1468,7 +1648,7 @@ See also the $postpone quad-option.
Configuration
-Location of initialization files
+Location of Initialization Files
While the default configuration (or preferences) make Mutt
@@ -1479,7 +1659,7 @@ system administrator), unless the -n/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
+a subdirectory named .mutt, Mutt tries to load a file named
.mutt/muttrc.
@@ -1488,13 +1668,13 @@ a subdirectory named .mutt, mutt try to load a file named
-In addition, mutt supports version specific configuration files that are
+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
+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
+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.
@@ -1508,7 +1688,7 @@ 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
-(;).
+(;).
@@ -1522,7 +1702,7 @@ 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,
+to the end of the line is ignored.
@@ -1533,18 +1713,18 @@ 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
+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, backticks are evaluated inside of double
-quotes, but not for single quotes.
+quotes, but not for single quotes.
-\ quotes the next character, just as in shells such as bash and zsh.
+\ 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.
@@ -1564,15 +1744,30 @@ 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.
+A \ at the end of a line can be used to split commands over
+multiple lines as it escapes the line end, provided that the split points don't appear in the
+middle of command names. Lines are first concatenated before
+interpretation so that a multi-line can be commented by commenting out
+the first line only.
+
+Splitting long configuration commands over several lines
+
+set status_format="some very \
+long value split \
+over several lines"
+
+
+
It is also possible to substitute the output of a Unix command in an
initialization file. This is accomplished by enclosing the command in
-backticks (``). For example,
+backticks (``). In , the output of the
+Unix command uname -a will be substituted before the
+line is parsed.
+Since initialization files are line oriented, only
+the first line of output from the Unix command will be substituted.
@@ -1583,19 +1778,7 @@ my_hdr X-Operating-System: `uname -a`
-The output of the Unix command uname -a will be substituted before the
-line is parsed.
-
-
-
-
-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
+Both environment variables and Mutt variables can be accessed by
prepending $ to the name of the variable. For example,
@@ -1607,8 +1790,8 @@ 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
+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.)
@@ -1621,7 +1804,7 @@ not be affected.
-The commands understood by mutt are explained in the next paragraphs.
+The commands understood by Mutt are explained in the next paragraphs.
For a complete list, see the command reference.
@@ -1632,7 +1815,8 @@ which doesn't have a default value since it's determined by Mutt at startup.
If a configuration file is not encoded in the same character set the
$config_charset
variable should be used: all lines starting with the next are recoded
-from $config_charset to $charset.
+from $config_charset
+to $charset.
@@ -1643,10 +1827,11 @@ following implications:
These variables should be set early in a configuration
-file with $charset preceding $config_charset so Mutt
-know what character set to convert to.
+file with $charset preceding
+$config_charset so Mutt
+knows what character set to convert to.
-If $config_charset is set, it should be set
+If $config_charset is set, it should be set
in each configuration file because the value is global and not
per configuration file.
@@ -1661,7 +1846,7 @@ question marks into regular expressions).
-Address groups
+Address GroupsUsage:
@@ -1681,9 +1866,7 @@ question marks into regular expressions).
expr
-
-ungroup
@@ -1705,9 +1888,9 @@ question marks into regular expressions).
-group is used to directly add either addresses or
+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
+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
@@ -1716,9 +1899,9 @@ expression or an email address, respectively.
These address groups can also be created implicitly by the
-alias, lists,
+alias, lists,
subscribe and
-alternates commands by specifying the
+alternates commands by specifying the
optional -group option.
@@ -1729,9 +1912,9 @@ display to messages matching a group.
-ungroup is used to remove addresses or regular
+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
+the group command, however the special character
* can be used to empty a group of all of its
contents.
@@ -1739,7 +1922,7 @@ contents.
-Defining/Using aliases
+Defining/Using AliasesUsage:
@@ -1758,6 +1941,20 @@ contents.
address
+
+unalias
+
+
+name
+
+
+
+*
+
+
+key
+
+
@@ -1769,13 +1966,13 @@ a short string to a full address.
If you want to create an alias for more than
-one address, you must separate the addresses with a comma (,).
+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
+alias causes the aliased address(es) to be added to
the named group.
@@ -1783,22 +1980,6 @@ the named group.
To remove an alias or aliases (* means all aliases):
-
-unalias
-
-
-name
-
-
-
-*
-
-
-key
-
-
-
-
alias muttdude me@cs.hmc.edu (Michael Elkins)
alias theguys manny, moe, jack
@@ -1806,9 +1987,9 @@ 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.
+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.
@@ -1816,11 +1997,7 @@ 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:
+order for the new aliases to take effect you need to explicitly source this file too.
@@ -1833,7 +2010,7 @@ set alias_file=~/.mail_aliases
-To use aliases, you merely use the alias at any place in mutt where mutt
+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.
@@ -1842,8 +2019,8 @@ also enter aliases in your editor at the appropriate headers if you have the
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
+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 without a partial
alias, such as at the beginning of the prompt or after a comma denoting
multiple addresses.
@@ -1857,7 +2034,7 @@ In the alias menu, you can select as many aliases as you want with the
-Changing the default key bindings
+Changing the Default Key BindingsUsage:
@@ -1896,7 +2073,7 @@ 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.
+multiple bind statements to accomplish the same task.
@@ -1905,7 +2082,7 @@ 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
+.muttrc. It is the mapping from a short alias name to the full email
address(es) of the recipient(s).
@@ -2067,7 +2244,7 @@ sequence.
-Defining aliases for character sets
+Defining Aliases for Character SetsUsage:
@@ -2079,10 +2256,8 @@ sequence.
charset
-
-
-iconv-hook
+iconv-hookcharset
@@ -2092,13 +2267,13 @@ sequence.
-The charset-hook command defines an alias for a character set.
+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.
+character set name not known to Mutt.
-The iconv-hook command defines a system-specific name for a
+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.
@@ -2107,7 +2282,7 @@ for character sets.
-Setting variables based upon mailbox
+Setting Variables Based Upon MailboxUsage:
@@ -2123,11 +2298,11 @@ for character sets.
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
+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.
+matches multiple folder-hooks, they are executed in the order given in the
+.muttrc.
@@ -2143,18 +2318,19 @@ logical not operator for the expression.
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
-
+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 . before other folder-hooks adjusting a value on a per-folder basis
-because folder-hooks are evaluated in the order given in the configuration file.
+pattern . before other folder-hooks adjusting a value on a per-folder basis
+because folder-hooks are evaluated in the order given in the
+configuration file.
+
+
+
+
The following example will set the sort variable
to date-sent for all folders but to threads
for all folders containing mutt in their name.
@@ -2163,15 +2339,15 @@ for all folders containing mutt in their name.
Setting sort method based on mailbox name
-folder-hook . set sort=date-sent
-folder-hook mutt set sort=threads
+folder-hook . "set sort=date-sent"
+folder-hook mutt "set sort=threads"
-Keyboard macros
+Keyboard MacrosUsage:
@@ -2228,7 +2404,7 @@ than one user (e.g., the system Muttrc).
Optionally you can specify a descriptive text after sequence,
-which is shown in the help screens.
+which is shown in the help screens if they contain a description.
@@ -2241,7 +2417,7 @@ silently truncated at the screen width, and are not wrapped.
-Using color and mono video attributes
+Using Color and Mono Video AttributesUsage:
@@ -2256,9 +2432,7 @@ silently truncated at the screen width, and are not wrapped.
background
-
-color
@@ -2277,9 +2451,7 @@ silently truncated at the screen width, and are not wrapped.
regexp
-
-color
@@ -2293,13 +2465,19 @@ silently truncated at the screen width, and are not wrapped.
pattern
-
-uncolor
+
+
+
+
+
+
+
+*
@@ -2313,7 +2491,7 @@ silently truncated at the screen width, and are not wrapped.
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
+must specify both a foreground color and a background color (it is not
possible to only specify one or the other).
@@ -2337,7 +2515,7 @@ in the header/body of a message, index matches pa
message (informational messages)normalquoted (text matching $quote_regexp in the body of a message)
-quoted1, quoted2, ..., quotedN (higher levels of quoting)
+quoted1, quoted2, ..., quotedN (higher levels of quoting)search (hiliting of words in the pager)signaturestatus (mode lines used to display info about the mailbox or message)tilde (the ˜ used to pad blank lines in the pager)
@@ -2372,7 +2550,7 @@ 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
+the $COLORFGBG environment variable to the default colors of your
terminal for this to work; for example (for Bourne-like shells):
@@ -2391,29 +2569,27 @@ setting this variable.
-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.
+The uncolor command can be applied to the index, header and body objects 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 list of all entries.
Mutt also recognizes the keywords color0, color1, …,
-colorN-1 (N being the number of colors supported
+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:
+attributes through the use of the mono command. Usage:
-
-Usage:
-
mono
@@ -2422,9 +2598,7 @@ attributes through the use of the mono command:
attribute
-
-mono
@@ -2440,9 +2614,7 @@ attributes through the use of the mono command:
regexp
-
-mono
@@ -2453,13 +2625,19 @@ attributes through the use of the mono command:
pattern
-
-unmono
+
+
+
+
+
+
+
+*
@@ -2471,7 +2649,7 @@ attributes through the use of the mono command:
-For object, see the color command. attribute
+For object, see the color command. attribute
can be one of the following:
@@ -2485,8 +2663,11 @@ can be one of the following:
-
-Message header display
+
+Message Header Display
+
+
+Selecting HeadersUsage:
@@ -2498,9 +2679,7 @@ can be one of the following:
pattern
-
-unignore
@@ -2534,10 +2713,6 @@ For example, if you do ignore x- it is possible to unignor
unignore * will remove all tokens from the ignore list.
-
-For example:
-
-
Header weeding
@@ -2549,8 +2724,12 @@ unignore posted-to:
-
-Usage:
+
+
+
+Ordering Displayed Headers
+
+Usage:hdr_order
@@ -2560,9 +2739,7 @@ unignore posted-to:
header
-
-unhdr_order
@@ -2575,12 +2752,12 @@ unignore posted-to:
-With the hdr_order command you can specify an order in
-which mutt will attempt to present these headers to you when viewing messages.
+With the hdr_order command you can specify an order in
+which Mutt will attempt to present these headers to you when viewing messages.
-unhdr_order * will clear all previous headers from the order list,
+unhdr_order * will clear all previous headers from the order list,
thus removing the header order effects set by the system-wide startup file.
@@ -2591,10 +2768,11 @@ hdr_order From Date: From: To: Cc: Subject:
+
-Alternative addresses
+Alternative AddressesUsage:
@@ -2610,9 +2788,7 @@ hdr_order From Date: From: To: Cc: Subject:
regexp
-
-unalternates
@@ -2629,19 +2805,19 @@ hdr_order From Date: From: To: Cc: Subject:
-With various functions, mutt will treat messages differently,
+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
+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
+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
+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.
@@ -2657,7 +2833,7 @@ alternates user@example
-mutt will consider some-user@example as
+Mutt will consider some-user@example as
being your address, too which may not be desired. As a solution, in such
cases addresses should be specified as:
@@ -2672,26 +2848,26 @@ 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
+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.
+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.
-Mailing lists
+Mailing ListsUsage:
@@ -2708,9 +2884,7 @@ is *, all entries on alternates
regexp
-
-unlists
@@ -2724,9 +2898,7 @@ is *, all entries on alternatesregexp
-
-subscribe
@@ -2738,9 +2910,7 @@ is *, all entries on alternates
regexp
-
-unsubscribe
@@ -2759,8 +2929,15 @@ is *, all entries on alternates
Mutt has a few nice features for handling mailing lists. In order to take advantage of them, you must
specify which addresses belong to mailing lists, and which mailing
-lists you are subscribed to. Once you have done this, the <list-reply> function will work for all known lists.
-Additionally, when you send a message to a subscribed list, mutt will
+lists you are subscribed to. Mutt also has limited support for
+auto-detecting mailing lists: it supports parsing
+mailto: links in the common
+List-Post: header which has the same effect as
+specifying the list address via the lists command
+(except the group feature). Once you have done this, the
+<list-reply>
+function will work for all known lists.
+Additionally, when you send a message to a subscribed list, Mutt will
add a Mail-Followup-To header to tell other users' mail user agents
not to send copies of replies to your personal address.
@@ -2772,36 +2949,42 @@ supported by all mail user agents. Adding it is not bullet-proof against
receiving personal CCs of list messages. Also note that the generation
of the Mail-Followup-To header is controlled by the
$followup_to
-configuration variable.
+configuration variable since it's common practice on some mailing lists
+to send Cc upons replies (which is more a group- than a list-reply).
More precisely, Mutt maintains lists of patterns for the addresses
of known and subscribed mailing lists. Every subscribed mailing
-list is known. To mark a mailing list as known, use the lists
-command. To mark it as subscribed, use subscribe.
+list is known. To mark a mailing list as known, use the list
+command. To mark it as subscribed, use subscribe.
-You can use regular expressions with both commands. To mark all
-messages sent to a specific bug report's address on mutt's bug
+You can use regular expressions with both commands. To mark all
+messages sent to a specific bug report's address on Debian's bug
tracking system as list mail, for instance, you could say
-subscribe [0-9]*@bugs.guug.de. Often, it's sufficient to just
-give a portion of the list's e-mail address.
+
+
+
+subscribe [0-9]*.*@bugs.debian.org
+
+
+as it's often, it's sufficient to just give a portion of the list's e-mail address.
Specify as much of the address as you need to to remove ambiguity. For
example, if you've subscribed to the Mutt mailing list, you will receive mail
-addressed to mutt-users@mutt.org. So, to tell Mutt
-that this is a mailing list, you could add lists mutt-users@ to your
-initialization file. To tell mutt that you are subscribed to it,
-add subscribe mutt-users to your initialization file instead.
+addressed to mutt-users@mutt.org. So, to tell Mutt
+that this is a mailing list, you could add lists mutt-users@ to your
+initialization file. To tell Mutt that you are subscribed to it,
+add subscribe mutt-users to your initialization file instead.
If you also happen to get mail from someone whose address is
-mutt-users@example.com, you could use
-lists ^mutt-users@mutt\\.org$
-or subscribe ^mutt-users@mutt\\.org$ to
+mutt-users@example.com, you could use
+lists ^mutt-users@mutt\\.org$
+or subscribe ^mutt-users@mutt\\.org$ to
match only mail from the actual list.
@@ -2818,13 +3001,13 @@ tokens.
To remove a mailing list from the list of subscribed mailing lists,
-but keep it on the list of known mailing lists, use unsubscribe.
+but keep it on the list of known mailing lists, use unsubscribe.
-Using Multiple spool mailboxes
+Using Multiple Spool MailboxesUsage:
@@ -2855,7 +3038,7 @@ mailbox).
-Monitoring incoming mail
+Monitoring Incoming MailUsage:
@@ -2867,9 +3050,7 @@ mailbox).
mailbox
-
-unmailboxes
@@ -2910,13 +3091,13 @@ tokens.
-The folders in the mailboxes command are resolved when
+The folders in the mailboxes command are resolved when
the command is executed, so if these names contain shortcut characters (such as = and !), any variable
definition that affects these characters (like $folder and $spoolfile)
-should be set before the mailboxes command. If
+should be set before the mailboxes command. If
none of these shorcuts are used, a local path should be absolute as
-otherwise mutt tries to find it relative to the directory
-from where mutt was started which may not always be desired.
+otherwise Mutt tries to find it relative to the directory
+from where Mutt was started which may not always be desired.
@@ -2936,13 +3117,13 @@ In cases where new mail detection for Mbox or Mmdf folders appears to be
unreliable, the
$check_mbox_size
option can be used to make Mutt track and consult file sizes for new
-mail detection instead.
+mail detection instead which won't work for size-neutral changes.
-User defined headers
+User-Defined HeadersUsage:
@@ -2951,9 +3132,7 @@ mail detection instead.
string
-
-unmy_hdr
@@ -2966,13 +3145,15 @@ mail detection instead.
-The my_hdr command allows you to create your own header
-fields which will be added to every message you send.
+The my_hdr command allows you to create your own header
+fields which will be added to every message you send and appear in the
+editor if $edit_headers is set.
For example, if you would like to add an Organization: header field to
-all of your outgoing messages, you can put the command
+all of your outgoing messages, you can put the command something like
+shown in in your .muttrc.
@@ -2982,10 +3163,6 @@ my_hdr Organization: A Really Big Company, Anytown, USA
-
-in your .muttrc.
-
-
Space characters are not allowed between the keyword and
@@ -3002,7 +3179,7 @@ that you can edit the header of your message along with the body.
-To remove user defined header fields, use the unmy_hdr
+To remove user defined header fields, use the unmy_hdr
command. You may specify an asterisk (*) to remove all header
fields, or the fields to remove. For example, to remove all To and
Cc header fields, you could use:
@@ -3015,7 +3192,7 @@ unmy_hdr to cc
-Specify default save mailbox
+Specify Default Save MailboxUsage:
@@ -3042,12 +3219,8 @@ expandos of $index_format to
mailbox after it was expanded.
-
-Examples:
-
-
-Using %-expandos in save-hook
+Using %-expandos in save-hook
# default: save all to ~/Mail/<author name>
save-hook . ~/Mail/%F
@@ -3061,13 +3234,13 @@ save-hook aol\\.com$ +spam
-Also see the fcc-save-hook command.
+Also see the fcc-save-hook command.
-Specify default Fcc: mailbox when composing
+Specify Default Fcc: Mailbox When ComposingUsage:
@@ -3099,19 +3272,17 @@ expandos of $index_format to
See for information on the exact format of pattern.
-
-Example: fcc-hook [@.]aol\\.com$ +spammers
-
+fcc-hook [@.]aol\\.com$ +spammers
-The above will save a copy of all messages going to the aol.com domain to
-the `+spammers' mailbox by default. Also see the fcc-save-hook command.
+...will save a copy of all messages going to the aol.com domain to
+the `+spammers' mailbox by default. Also see the fcc-save-hook command.
-Specify default save filename and default Fcc: mailbox at once
+Specify Default Save Filename and Default Fcc: Mailbox at OnceUsage:
@@ -3126,8 +3297,8 @@ the `+spammers' mailbox by default. Also see the
-This command is a shortcut, equivalent to doing both a fcc-hook
-and a save-hook with its arguments,
+This command is a shortcut, equivalent to doing both a fcc-hook
+and a save-hook with its arguments,
including %-expansion on mailbox according
to $index_format.
@@ -3135,7 +3306,7 @@ to $index_format.
-Change settings based upon message recipients
+Change Settings Based Upon Message Recipients
@@ -3150,9 +3321,7 @@ to $index_format.
command
-
-send-hook[!]pattern
@@ -3160,9 +3329,7 @@ to $index_format.
command
-
-send2-hook[!]pattern
@@ -3180,35 +3347,35 @@ is executed when pattern matches.
-reply-hook is matched against the message you are replying to,
-instead of the message you are sending. send-hook is
+reply-hook is matched against the message you are replying to,
+instead of the message you are sending. send-hook is
matched against all messages, both new
and replies.
-reply-hooks are matched before the send-hook, regardless
+reply-hooks are matched before the send-hook, regardless
of the order specified in the user's configuration file.
-send2-hook is matched every time a message is changed, either
+send2-hook is matched every time a message is changed, either
by editing it, or by using the compose menu to change its recipients
-or subject. send2-hook is executed after send-hook, and
+or subject. send2-hook is executed after send-hook, and
can, e.g., be used to set parameters such as the $sendmail variable depending on the message's sender
address.
-For each type of send-hook or reply-hook, when multiple matches
-occur, commands are executed in the order they are specified in the muttrc
+For each type of send-hook or reply-hook, when multiple matches
+occur, commands are executed in the order they are specified in the .muttrc
(for that type of hook).
-Example: send-hook mutt "set mime_forward signature=''"
+Example: send-hook mutt "set mime_forward signature=''"
@@ -3220,19 +3387,22 @@ signatures based upon the recipients.
-send-hook's are only executed once after getting the initial
-list of recipients. Adding a recipient after replying or editing the
-message will not cause any send-hook to be executed. Also note that
-my_hdr commands which modify recipient headers, or the message's
-subject, don't have any effect on the current message when executed
-from a send-hook.
+send-hook's are only executed once after getting the
+initial list of recipients. Adding a recipient after replying or
+editing the message will not cause any send-hook to be executed,
+similarily if $autoedit is set
+(as then the initial list of recipients is empty). Also note that my_hdr commands which
+modify recipient headers, or the message's subject, don't have any
+effect on the current message when executed from a
+send-hook.
-Change settings before formatting a message
+Change Settings Before Formatting a MessageUsage:
@@ -3251,7 +3421,7 @@ This command can be used to execute arbitrary configuration commands
before viewing or formatting a message based upon information about the message.
command is executed if the pattern matches the message to be
displayed. When multiple matches occur, commands are executed in the order
-they are specified in the muttrc.
+they are specified in the .muttrc.
@@ -3271,7 +3441,7 @@ message-hook '~f freshmeat-news' 'set pager="less \"+/^ subject: .*\""'
-Choosing the cryptographic key of the recipient
+Choosing the Cryptographic Key of the RecipientUsage:
@@ -3290,7 +3460,7 @@ When encrypting messages with PGP/GnuPG or OpenSSL, you may want to associate a
key with a given e-mail address automatically, either because the
recipient's public key can't be deduced from the destination address,
or because, for some reasons, you need to override the key Mutt would
-normally use. The crypt-hook command provides a
+normally use. The crypt-hook command provides a
method by which you can specify the ID of the public key to be used
when encrypting messages to a certain recipient.
@@ -3304,7 +3474,7 @@ just a real name.
-Adding key sequences to the keyboard buffer
+Adding Key Sequences to the Keyboard BufferUsage:
@@ -3320,12 +3490,12 @@ This command adds the named string to the keyboard buffer. The string may
contain control characters, key names and function names like the sequence
string in the macro command. You may use it to
automatically run a sequence of commands at startup, or when entering
-certain folders. For example, the following command will automatically
-collapse all threads when entering a folder:
+certain folders. For example,
+shows how to automatically collapse all threads when entering a folder.
-Embedding push in folder-hook
+Embedding push in folder-hook
folder-hook . 'push <collapse-all>'
@@ -3334,7 +3504,7 @@ folder-hook . 'push <collapse-all>'
-Executing functions
+Executing FunctionsUsage:
@@ -3351,7 +3521,8 @@ folder-hook . 'push <collapse-all>'
This command can be used to execute any function. Functions are
listed in the function reference.
-exec function is equivalent to push <function>.
+execfunction is equivalent to
+push <function>.
@@ -3369,9 +3540,7 @@ listed in the function reference.
value
-
-unscore
@@ -3384,19 +3553,19 @@ listed in the function reference.
-The score commands adds value to a message's score if pattern
+The score commands adds value to a message's score if pattern
matches it. pattern is a string in the format described in the patterns section (note: For efficiency reasons, patterns
which scan information not available in the index, such as ˜b,
˜B or ˜h, may not be used). value is a
positive or negative integer. A message's final score is the sum total of all
-matching score entries. However, you may optionally prefix value with
-an equal sign (=) to cause evaluation to stop at a particular entry if there is
+matching score entries. However, you may optionally prefix value with
+an equal sign (=) to cause evaluation to stop at a particular entry if there is
a match. Negative final scores are rounded up to 0.
-The unscore command removes score entries from the list. You must
-specify the same pattern specified in the score command for it to be
+The unscore command removes score entries from the list. You must
+specify the same pattern specified in the score command for it to be
removed. The pattern * is a special token which means to clear the list
of all score entries.
@@ -3404,7 +3573,7 @@ of all score entries.
-Spam detection
+Spam DetectionUsage:
@@ -3416,9 +3585,7 @@ of all score entries.
format
-
-nospam
@@ -3432,7 +3599,7 @@ of all score entries.
Mutt has generalized support for external spam-scoring filters.
-By defining your spam patterns with the spam and nospam
+By defining your spam patterns with the spam and nospam
commands, you can limit, search, and sort your
mail based on its spam attributes, as determined by the external
filter. You also can display the spam attributes in your index
@@ -3442,10 +3609,10 @@ to display spam tags only when they are defined for a given message.)
Your first step is to define your external filter's spam patterns using
-the spam command. pattern should be a regular expression
+the spam command. pattern should be a regular expression
that matches a header in a mail message. If any message in the mailbox
matches this regular expression, it will receive a spam tag or
-spam attribute (unless it also matches a nospam pattern -- see
+spam attribute (unless it also matches a nospam pattern — see
below.) The appearance of this attribute is entirely up to you, and is
governed by the format parameter. format can be any static
text, but it also can include back-references from the pattern
@@ -3454,19 +3621,27 @@ sub-expression contained within parentheses.) %1 is re
the first back-reference in the regex, %2 with the second, etc.
+
+To match spam tags, mutt needs the corresponding header information
+which is always the case for local and POP folders but not for IMAP in
+the default configuration. Depending on the spam header to be analyzed,
+$imap_headers may need
+to be adjusted.
+
+
If you're using multiple spam filters, a message can have more than
-one spam-related header. You can define spam patterns for each
+one spam-related header. You can define spam patterns for each
filter you use. If a message matches two or more of these patterns, and
-the $spam_separator variable is set to a string, then the
+the $spam_separator variable is set to a string, then the
message's spam tag will consist of all the format strings joined
-together, with the value of $spam_separator separating
+together, with the value of $spam_separator separating
them.
-For example, suppose I use DCC, SpamAssassin, and PureMessage. I might
-define these spam settings:
+For example, suppose one uses DCC, SpamAssassin, and PureMessage, then
+the configuration might look like in .
@@ -3480,22 +3655,22 @@ set spam_separator=", "
-If I then received a message that DCC registered with many hits
+If then a message is received that DCC registered with many hits
under the Fuz2 checksum, and that PureMessage registered with a
97% probability of being spam, that message's spam tag would read
90+/DCC-Fuz2, 97/PM. (The four characters before =many in a
-DCC report indicate the checksum used -- in this case, Fuz2.)
+DCC report indicate the checksum used — in this case, Fuz2.)
-If the $spam_separator variable is unset, then each
+If the $spam_separator variable is unset, then each
spam pattern match supersedes the previous one. Instead of getting
joined format strings, you'll get only the last one to match.
The spam tag is what will be displayed in the index when you use
-%H in the $index_format variable. It's also the
+%H in the $index_format variable. It's also the
string that the ˜H pattern-matching expression matches against for
<search> and <limit> functions. And it's what sorting by spam
attribute will use as a sort key.
@@ -3504,47 +3679,47 @@ attribute will use as a sort key.
That's a pretty complicated example, and most people's actual
environments will have only one spam filter. The simpler your
-configuration, the more effective mutt can be, especially when it comes
+configuration, the more effective Mutt can be, especially when it comes
to sorting.
-Generally, when you sort by spam tag, mutt will sort lexically --
+Generally, when you sort by spam tag, Mutt will sort lexically —
that is, by ordering strings alphanumerically. However, if a spam tag
-begins with a number, mutt will sort numerically first, and lexically
+begins with a number, Mutt will sort numerically first, and lexically
only when two numbers are equal in value. (This is like UNIX's
-sort -n.) A message with no spam attributes at all -- that is, one
-that didn't match any of your spam patterns -- is sorted at
+sort -n.) A message with no spam attributes at all — that is, one
+that didn't match any of your spam patterns — is sorted at
lowest priority. Numbers are sorted next, beginning with 0 and ranging
upward. Finally, non-numeric strings are sorted, with a taking lower
priority than z. Clearly, in general, sorting by spam tags is most
effective when you can coerce your filter to give you a raw number. But
-in case you can't, mutt can still do something useful.
+in case you can't, Mutt can still do something useful.
-The nospam command can be used to write exceptions to spam
-patterns. If a header pattern matches something in a spam command,
+The nospam command can be used to write exceptions to spam
+patterns. If a header pattern matches something in a spam command,
but you nonetheless do not want it to receive a spam tag, you can list a
-more precise pattern under a nospam command.
+more precise pattern under a nospam command.
-If the pattern given to nospam is exactly the same as the
-pattern on an existing spam list entry, the effect will be to
+If the pattern given to nospam is exactly the same as the
+pattern on an existing spam list entry, the effect will be to
remove the entry from the spam list, instead of adding an exception.
-Likewise, if the pattern for a spam command matches an entry
-on the nospam list, that nospam entry will be removed. If the
-pattern for nospam is *, all entries on both lists
-will be removed. This might be the default action if you use spam
-and nospam in conjunction with a folder-hook.
+Likewise, if the pattern for a spam command matches an entry
+on the nospam list, that nospam entry will be removed. If the
+pattern for nospam is *, all entries on both lists
+will be removed. This might be the default action if you use spam
+and nospam in conjunction with a folder-hook.
-You can have as many spam or nospam commands as you like.
-You can even do your own primitive spam detection within mutt -- for
+You can have as many spam or nospam commands as you like.
+You can even do your own primitive spam detection within Mutt — for
example, if you consider all mail from MAILER-DAEMON to be spam,
-you can use a spam command like this:
+you can use a spam command like this:
@@ -3556,6 +3731,108 @@ spam "^From: .*MAILER-DAEMON" "999"
Setting and Querying Variables
+
+Variable Types
+
+
+Mutt supports these types of configuration variables:
+
+
+
+
+boolean
+
+
+A boolean expression, either yes or no.
+
+
+
+
+number
+
+
+A signed integer number in the range -32768 to 32767.
+
+
+
+
+string
+
+
+Arbitrary text.
+
+
+
+
+path
+
+
+A specialized string for representing paths including support for
+mailbox shortcuts (see ) as well as tilde
+(˜) for a user's home directory and more.
+
+
+
+
+quadoption
+
+
+Like a boolean but triggers a prompt when set to ask-yes
+or ask-no with yes and no
+preselected respectively.
+
+
+
+
+sort order
+
+
+A specialized string allowing only particular words as values depending
+on the variable.
+
+
+
+
+regular expression
+
+
+A regular expression, see for an introduction.
+
+
+
+
+folder magic
+
+
+Specifies the type of folder to use: mbox,
+mmdf, mh
+or maildir.
+Currently only used to determine the type for newly created folders.
+
+
+
+
+e-mail address
+
+
+An e-mail address either with or without
+realname. The older user@example.org (Joe User)
+form is supported but strongly deprecated.
+
+
+
+
+user-defined
+
+
+Arbitrary text, see for details.
+
+
+
+
+
+
+
Commands
@@ -3579,10 +3856,8 @@ The following commands are available to manipulate and query variables:
variable=value
-
-
+
-togglevariable
@@ -3590,9 +3865,7 @@ The following commands are available to manipulate and query variables:
variable
-
-unsetvariable
@@ -3600,9 +3873,7 @@ The following commands are available to manipulate and query variables:
variable
-
-resetvariable
@@ -3630,22 +3901,22 @@ action to be carried out as if you had answered no. A value of
-Prefixing a variable with no will unset it. Example: set noaskbcc.
+Prefixing a variable with no will unset it. Example: set noaskbcc.
For boolean variables, you may optionally prefix the variable name with
inv to toggle the value (on or off). This is useful when writing
-macros. Example: set invsmart_wrap.
+macros. Example: set invsmart_wrap.
-The toggle command automatically prepends the inv prefix to all
+The toggle command automatically prepends the inv prefix to all
specified variables.
-The unset command automatically prepends the no prefix to all
+The unset command automatically prepends the no prefix to all
specified variables.
@@ -3665,37 +3936,37 @@ variables.
-The reset command resets all given variables to the compile time
+The reset command resets all given variables to the compile time
defaults (hopefully mentioned in this manual). If you use the command
-set and prefix the variable with & this has the same
-behavior as the reset command.
+set and prefix the variable with & this has the same
+behavior as the reset command.
-With the reset command there exists the special variable all,
+With the reset command there exists the special variable all,
which allows you to reset all variables to their system defaults.
-User-defined variables
+User-Defined VariablesIntroduction
Along with the variables listed in the
-Configuration variables section, mutt
+Configuration variables section, Mutt
supports user-defined variables with names starting
with my_ as in, for
example, my_cfgdir.
-The set command either creates a
+The set command either creates a
custom my_ variable or changes its
-value if it does exist already. The unset and reset
+value if it does exist already. The unset and reset
commands remove the variable entirely.
@@ -3714,7 +3985,7 @@ files more readable.
The following example defines and uses the variable my_cfgdir
-to abbreviate the calls of the source command:
+to abbreviate the calls of the source command:
@@ -3749,11 +4020,11 @@ macro pager ,x '\
-Since mutt expands such values already when parsing the configuration
+Since Mutt expands such values already when parsing the configuration
file(s), the value of $my_delete in the
-last example would be the value of $delete exactly
+last example would be the value of $delete exactly
as it was at that point during parsing the configuration file. If
-another statement would change the value for $delete
+another statement would change the value for $delete
later in the same or another file, it would have no effect on
$my_delete. However, the expansion can
be deferred to runtime, as shown in the next example, when escaping the
@@ -3774,8 +4045,8 @@ macro pager <PageDown> "\
Note that there is a space
between <enter-command> and
-the set configuration command, preventing mutt from
-recording the macro's commands into its history.
+the set configuration command, preventing Mutt from
+recording the macro's commands into its history.
@@ -3785,7 +4056,7 @@ recording the macro's commands into its history.
-Reading initialization commands from another file
+Reading Initialization Commands From Another FileUsage:
@@ -3809,15 +4080,15 @@ path of your home directory.
-If the filename ends with a vertical bar (|), then filename is
+If the filename ends with a vertical bar (|), then filename is
considered to be an executable program from which to read input (eg.
-source ˜/bin/myscript|).
+source ˜/bin/myscript|).
-Removing hooks
+Removing HooksUsage:
@@ -3837,7 +4108,7 @@ considered to be an executable program from which to read input (eg.
This command permits you to flush hooks you have previously defined.
You can either remove all hooks by giving the * character as an
argument, or you can remove all hooks of a specific type by saying
-something like unhook send-hook.
+something like unhook send-hook.
@@ -3850,11 +4121,11 @@ something like unhook send-hook.
Format strings are a general concept you'll find in several locations
-through the mutt configuration, especially in the
+through the Mutt configuration, especially in the
$index_format,
$pager_format,
$status_format,
-and other *_format variables. These can be very straightforward,
+and other related variables. These can be very straightforward,
and it's quite possible you already know how to use them.
@@ -3871,22 +4142,19 @@ too. Those are our concern here.
Some of the modifiers are borrowed right out of C (though you might
know them from Perl, Python, shell, or another language). These are
-the [-]m.n modifiers, as in %-12.12s. As with
+the [-]m.n modifiers, as in %-12.12s. As with
such programming languages, these modifiers allow you to specify the
minimum and maximum size of the resulting string, as well as its
justification. If the - sign follows the percent, the string will
be left-justified instead of right-justified. If there's a number
immediately following that, it's the minimum amount of space the
-formatted string will occupy -- if it's naturally smaller than that, it
+formatted string will occupy — if it's naturally smaller than that, it
will be padded out with spaces. If a decimal point and another number
-follow, that's the maximum space allowable -- the string will not be
+follow, that's the maximum space allowable — the string will not be
permitted to exceed that width, no matter its natural size. Each of
these three elements is optional, so that all these are legal format
-strings:
-%-12s
-%4c
-%.15F
-%-12.15L
+strings: %-12s, %4c,
+%.15F and %-12.15L.
@@ -3894,11 +4162,11 @@ Mutt adds some other modifiers to format strings. If you use an equals
symbol (=) as a numeric prefix (like the minus
above), it will force the string to be centered within its minimum
space range. For example, %=14y will reserve 14
-characters for the %y expansion -- that's the X-Label: header, in
-$index_format. If the expansion
+characters for the %y expansion — that's the X-Label: header, in
+$index_format. If the expansion
results in a string less than 14 characters, it will be centered in a
-14-character space. If the X-Label for a message were "test", that
-expansion would look like test .
+14-character space. If the X-Label for a message were test, that
+expansion would look like test .
@@ -3911,6 +4179,54 @@ replace all decimal points with underlines.
+
+Conditionals
+
+
+Depending on the format string variable, some of its sequences can be
+used to optionally print a string if their value is nonzero. For
+example, you may only want to see the number of flagged messages if such
+messages exist, since zero is not particularly meaningful. To optionally
+print a string based upon one of the above sequences, the following
+construct is used:
+
+
+
+%?<sequence_char>?<optional_string>?
+
+
+where sequence_char is an expando, and
+optional_string is the string you would like printed if
+sequence_char is nonzero.
+optional_string may contain other
+sequences as well as normal text, but you may not nest optional
+strings.
+
+
+
+Here is an example illustrating how to optionally print the number of
+new messages in a mailbox in
+$status_format:
+
+
+
+%?n?%n new messages.?
+
+
+You can also switch between two strings using the following construct:
+
+
+
+%?<sequence_char>?<if_string>&<else_string>?
+
+
+If the value of sequence_char is
+non-zero, if_string will be expanded,
+otherwise else_string will be expanded.
+
+
+
+
Filters
@@ -3936,7 +4252,7 @@ set status_format="script.sh '%r %f (%L)'|"
-will make mutt expand %r,
+will make Mutt expand %r,
%f and %L
before calling the script. The example also shows that arguments can be
quoted: the script will receive the expanded string between the single quotes
@@ -3946,13 +4262,77 @@ as the only argument.
A practical example is the mutt_xtitle
script installed in the samples
-subdirectory of the mutt documentation: it can be used as filter for
-$status_format to set the current
+subdirectory of the Mutt documentation: it can be used as filter for
+$status_format to set the current
terminal's title, if supported.
+
+Padding
+
+
+In most format strings, Mutt supports different types of padding using
+special %-expandos:
+
+
+
+
+%|X
+
+
+When this occurs, Mutt will fill the rest of the
+line with the character X. For
+example, filling the rest of the line with dashes is
+done by setting:
+
+
+set status_format = "%v on %h: %B: %?n?%n&no? new messages %|-"
+
+
+
+
+%>X
+
+
+
+Since the previous expando stops at the end of line, there must be a way
+to fill the gap between two items via the %>X
+expando: it puts as many characters X in between two
+items so that the rest of the line will be right-justified. For example,
+to not put the version string and hostname the above example on the left
+but on the right and fill the gap with spaces, one might use (note the
+space after %>):
+
+
+set status_format = "%B: %?n?%n&no? new messages %> (%v on %h)"
+
+
+
+%*X
+
+
+
+Normal right-justification will print everything to the left of the
+%>, displaying padding and whatever lies to the
+right only if there's room. By contrast, soft-fill gives
+priority to the right-hand side, guaranteeing space to display it and
+showing padding only if there's still room. If necessary, soft-fill will
+eat text leftwards to make room for rightward text. For example, to
+right-justify the subject making sure as much as possible of it fits on
+screen, one might use (note two spaces after %*
+: the second ensures there's a space between the truncated
+right-hand side and the subject):
+
+
+set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?)%* %s"
+
+
+
+
+
+
@@ -3978,7 +4358,7 @@ case letter, and case insensitive otherwise.
-Note that \
+\
must be quoted if used for a regular expression in an initialization
command: \\.
@@ -3992,7 +4372,7 @@ expressions, by using various operators to combine smaller expressions.
-Note that the regular expression can be enclosed/delimited by either "
+The regular expression can be enclosed/delimited by either "
or ' which is useful if the regular expression includes a white-space
character. See
for more information on " and ' delimiter processing. To match a
@@ -4016,8 +4396,8 @@ the empty string at the beginning and end of a line.
A list of characters enclosed by [ and ] matches any
single character in that list; if the first character of the list
-is a caret ˆ then it matches any character not in the
-list. For example, the regular expression [0123456789]
+is a caret ˆ then it matches any character not in the
+list. For example, the regular expression [0123456789]
matches any single digit. A range of ASCII characters may be specified
by giving the first and last characters, separated by a hyphen
-. Most metacharacters lose their special meaning inside
@@ -4066,8 +4446,8 @@ brackets of a character list.
Note that the brackets in these
class names are part of the symbolic names, and must be included
in addition to the brackets delimiting the bracket list. For
-example, [[:digit:]] is equivalent to
-[0-9].
+example, [[:digit:]] is equivalent to
+[0-9].
@@ -4087,8 +4467,8 @@ sorting purposes:
A collating symbol is a multi-character collating element enclosed in
[. and .]. For example, if ch is a collating
-element, then [[.ch.]] is a regexp that matches
-this collating element, while [ch] is a regexp that
+element, then [[.ch.]] is a regexp that matches
+this collating element, while [ch] is a regexp that
matches either c or h.
@@ -4101,7 +4481,7 @@ An equivalence class is a locale-specific name for a list of
characters that are equivalent. The name is enclosed in [=
and =]. For example, the name e might be used to
represent all of èé and e. In this case,
-[[=e=]] is a regexp that matches any of
+[[=e=]] is a regexp that matches any of
è, é and e.
@@ -4151,7 +4531,7 @@ parentheses to override these precedence rules.
-If you compile Mutt with the GNU rx package, the
+If you compile Mutt with the included regular expression engine, the
following operators may also be used in regular expressions as described in .
@@ -4185,6 +4565,9 @@ they may or may not be available in stock libraries on various systems.
Patterns: Searching, Limiting and Tagging
+
+Pattern Modifier
+
Many of Mutt's commands allow you to specify a pattern to match
(limit, tag-pattern,
@@ -4228,8 +4611,8 @@ shows several ways to select messages.
~n [MIN]-[MAX]messages with a score in the range MIN to MAX *)~Nnew messages~Oold messages
-~pmessages addressed to you (consults alternates)
-~Pmessages from you (consults alternates)
+~pmessages addressed to you (consults alternates)
+~Pmessages from you (consults alternates)~Qmessages which have been replied to~r [MIN]-[MAX]messages with date-received in a Date range~Rread messages
@@ -4241,10 +4624,10 @@ shows several ways to select messages.
~Uunread messages~vmessages part of a collapsed thread.~Vcryptographically verified messages
-~x EXPRmessages which contain EXPR in the References field
+~x EXPRmessages which contain EXPR in the References or In-Reply-To field~X [MIN]-[MAX]messages with MIN to MAX attachments *)~y EXPRmessages which contain EXPR in the X-Label field
-~z [MIN]-[MAX]messages with a size in the range MIN to MAX *)
+~z [MIN]-[MAX]messages with a size in the range MIN to MAX *) **)~=duplicated messages (see $duplicate_threads)~$unreferenced messages (requires threaded view)~(PATTERN)messages in threads
@@ -4256,56 +4639,62 @@ threads containing messages from you: ~(~P)
Where EXPR is a
-regular expression. Special attention has to be
-made when using regular expressions inside of patterns. Specifically,
+regular expression.
+
+
+
+*) The forms <[MAX], >[MIN],
+[MIN]- and -[MAX]
+are allowed, too.
+
+
+
+**) The suffixes K and M are allowed to specify kilobyte and megabyte respectively.
+
+
+
+Special attention has to be
+payed when using regular expressions inside of patterns. Specifically,
Mutt's parser for these patterns will strip one level of backslash (\),
which is normally used for quoting. If it is your intention to use a
backslash in the regular expression, you will need to use two backslashes
-instead (\\). You can force mutt to treat EXPR as a simple string
+instead (\\). You can force Mutt to treat EXPR as a simple string
instead of a regular expression by using = instead of ˜ in the
pattern name. For example, =b *.* will find all messages that contain
the literal string *.*. Simple string matches are less powerful than
regular expressions but can be considerably faster. This is especially
true for IMAP folders, because string matches can be performed on the
server instead of by fetching every message. IMAP treats =h specially:
-it must be of the form "header: substring" and will not partially
+it must be of the form header: substring and will not partially
match header names. The substring part may be omitted if you simply
wish to find messages containing a particular header without regard to
its value.
-*) The forms <[MAX], >[MIN],
-[MIN]- and -[MAX]
-are allowed, too.
-
-
-
-Pattern Modifier
-
-
-
-Note that patterns matching 'lists' of addresses (notably c, C, p, P and t)
+Patterns matching lists of addresses (notably c, C, p, P and t)
match if there is at least one match in the whole list. If you want to
make sure that all elements of that list match, you need to prefix your
pattern with ˆ.
This example matches all mails which only has recipients from Germany.
-
+
+Matching all addresses in address lists
^~C \.de$
+
-
-Simple Patterns
+
+Simple Searches
-Mutt supports two versions of so called simple searches which are
+Mutt supports two versions of so called simple searches. These are
issued if the query entered for searching, limiting and similar
-operations does not seem to be a valid pattern (i.e. it does not contain
+operations does not seem to contain a valid pattern modifier (i.e. it does not contain
one of these characters: ˜, = or %). If the query is
supposed to contain one of these special characters, they must be escaped
by prepending a backslash (\).
@@ -4355,7 +4744,7 @@ for the composed complex query.
-Complex Patterns
+Nesting and Boolean Operators
Logical AND is performed by specifying more than one criterion. For
@@ -4368,7 +4757,7 @@ example:
would select messages which contain the word mutt in the list of
-recipients and that have the word elkins in the From header
+recipients and that have the word elkins in the From header
field.
@@ -4381,19 +4770,19 @@ patterns:
-! -- logical NOT operator
+! — logical NOT operator
-| -- logical OR operator
+| — logical OR operator
-() -- logical grouping operator
+() — logical grouping operator
@@ -4426,17 +4815,14 @@ or Ed +SomeoneElse:
If a regular expression contains parenthesis, or a vertical bar
-("|"), you must enclose the expression in double or single quotes since
+("|"), you must enclose the expression in double or single quotes since
those characters are also used to separate different parts of Mutt's
pattern language. For example: ~f "me@(mutt\.org|cs\.hmc\.edu)"
-
-
-
-
Without the quotes, the parenthesis wouldn't end.
This would be separated to two OR'd patterns: ˜f me@(mutt\.org
and cs\.hmc\.edu). They are never what you want.
+
@@ -4447,8 +4833,11 @@ and cs\.hmc\.edu). They are never what you want.
Mutt supports two types of dates, absolute and relative.
+
+Absolute Dates
+
-Absolute. Dates must be in DD/MM/YY format (month and year are
+Dates must be in DD/MM/YY format (month and year are
optional, defaulting to the current month and year). An example of a valid
range of dates is:
@@ -4466,7 +4855,7 @@ only messages sent on the given date will be selected.
-Error Margins. You can add error margins to absolute dates.
+You can add error margins to absolute dates.
An error margin is a sign (+ or -), followed by a digit, followed by
one of the units in . As a special case, you can replace the
sign by a * character, which is equivalent to giving identical plus and minus error margins.
@@ -4496,8 +4885,13 @@ you'd use the following pattern:
Limit to messages matching: ~d 15/1/2001*2w
+
+
+
+Relative Dates
+
-Relative. This type of date is relative to the current date, and may
+This type of date is relative to the current date, and may
be specified as:
@@ -4505,19 +4899,19 @@ be specified as:
->offset (messages older than offset units)
+>offset for messages older than offset units
-<offset (messages newer than offset units)
+<offset for messages newer than offset units
-=offset (messages exactly offset units old)
+=offset for messages exactly offset units old
@@ -4538,12 +4932,14 @@ Limit to messages matching: ~d <1m
All dates used when searching are relative to the
-local time zone, so unless you change the setting of your $index_format to include a
-%[...] format, these are not the dates shown
+local time zone, so unless you change the setting of your $index_format to include a
+%[...] format, these are not the dates shown
in the main index.
+
+
@@ -4566,7 +4962,7 @@ matching syntax.
Once you have tagged the desired messages, you can use the
tag-prefix operator, which is the ; (semicolon) key by default.
-When the tag-prefix operator is used, the next operation will
+When the tag-prefix operator is used, the next operation will
be applied to all tagged messages if that operation can be used in that
manner. If the $auto_tag
variable is set, the next operation applies to the tagged messages
@@ -4574,11 +4970,11 @@ automatically, without requiring the tag-prefix.
-In macros or push commands,
-you can use the tag-prefix-cond operator. If there are no tagged
-messages, mutt will "eat" the rest of the macro to abort it's execution.
-Mutt will stop "eating" the macro when it encounters the end-cond
-operator; after this operator the rest of the macro will be executed as
+In macros or push commands,
+you can use the <tag-prefix-cond> operator. If there are no tagged
+messages, Mutt will eat the rest of the macro to abort it's execution.
+Mutt will stop eating the macro when it encounters the <end-cond>
+operator; after this operator the rest of the macro will be executed as
normal.
@@ -4594,49 +4990,85 @@ you may wish to tailor your configuration based upon which mailbox you are
reading, or to whom you are sending mail. In the Mutt world, a hook
consists of a regular expression or
pattern along with a
-configuration option/command. See
+configuration option/command. See:
-
+
-folder-hook
+account-hook
+
+
+charset-hook
+
+
+
-send-hook
+crypt-hook
+
+
+fcc-hook
+
+
+
-message-hook
+fcc-save-hook
+
+
+folder-hook
+
+
+
-save-hook
+iconv-hook
+
+
+mbox-hook
+
+
+
-mbox-hook
+message-hook
+
+
+reply-hook
+
+
+
-fcc-hook
+save-hook
+
+
+send-hook
+
+
+
-fcc-save-hook
+send2-hook
@@ -4648,27 +5080,35 @@ for specific details on each type of hook available.
If a hook changes configuration settings, these changes remain
-effective until the end of the current mutt session. As this is generally
-not desired, a default hook needs to be added before all other hooks to
-restore configuration defaults. Here is an example with send-hook and the
-my_hdr directive:
+effective until the end of the current Mutt session. As this is generally
+not desired, a default hook needs to be added before all
+other hooks of that type to restore configuration defaults.
-
-Combining send-hook and my_hdr
+
+Specifying a default hook
send-hook . 'unmy_hdr From:'
send-hook ~C'^b@b\.b$' my_hdr from: c@c.c
+
+In , by default the value of
+$from
+and $realname
+is not overridden. When sending messages either To: or Cc:
+to <b@b.b>, the From: header is changed to
+<c@c.c>.
+
+
Message Matching in Hooks
-Hooks that act upon messages (message-hook, reply-hook,
-send-hook, send2-hook, save-hook, fcc-hook) are evaluated in a
+Hooks that act upon messages (message-hook, reply-hook,
+send-hook, send2-hook, save-hook, fcc-hook) are evaluated in a
slightly different manner. For the other
types of hooks, a regular expression is
sufficient. But in dealing with messages a finer grain of control is
@@ -4681,7 +5121,7 @@ Mutt allows the use of the search pattern
language for matching messages in hook commands. This works in
exactly the same way as it would when limiting or
searching the mailbox, except that you are restricted to those
-operators which match information mutt extracts from the header of
+operators which match information Mutt extracts from the header of
the message (i.e., from, to, cc, date, subject, etc.).
@@ -4719,7 +5159,7 @@ at that time will be used.
Mutt supports connecting to external directory databases such as LDAP,
-ph/qi, bbdb, or NIS through a wrapper script which connects to mutt
+ph/qi, bbdb, or NIS through a wrapper script which connects to Mutt
using a simple interface. Using the $query_command variable, you specify the wrapper
command to use. For example:
@@ -4748,7 +5188,7 @@ roessler@does-not-exist.org Thomas Roessler mutt pgp
-There are two mechanisms for accessing the query function of mutt. One
+There are two mechanisms for accessing the query function of Mutt. One
is to do a query from the index menu using the <query> function (default: Q).
This will prompt for a query, then bring up the query menu which will
list the matching responses. From the query menu, you can select
@@ -4761,10 +5201,10 @@ responses.
The other mechanism for accessing the query function is for address
completion, similar to the alias completion. In any prompt for address
entry, you can use the <complete-query> function (default: ˆT) to run a
-query based on the current address you have typed. Like aliases, mutt
+query based on the current address you have typed. Like aliases, Mutt
will look for what you have typed back to the last space or comma. If
-there is a single response for that query, mutt will expand the address
-in place. If there are multiple responses, mutt will activate the query
+there is a single response for that query, Mutt will expand the address
+in place. If there are multiple responses, Mutt will activate the query
menu. At the query menu, you can select one or more addresses to be
added to the prompt.
@@ -4775,14 +5215,16 @@ added to the prompt.
Mailbox Formats
-Mutt supports reading and writing of four different mailbox formats:
+Mutt supports reading and writing of four different local mailbox formats:
mbox, MMDF, MH and Maildir. The mailbox type is autodetected, so there
is no need to use a flag for different mailbox types. When creating new
-mailboxes, Mutt uses the default specified with the $mbox_type variable.
+mailboxes, Mutt uses the default specified with the
+$mbox_type variable. A
+short description of the formats follows.
-mbox. This is the most widely used mailbox format for UNIX. All
+mbox. This is a widely used mailbox format for UNIX. All
messages are stored in a single file. Each message has a line of the form:
@@ -4792,32 +5234,50 @@ From me@cs.hmc.edu Fri, 11 Apr 1997 11:44:56 PST
to denote the start of a new message (this is often referred to as the
-From_ line).
+From_ line). The mbox format requires mailbox
+locking, is prone to mailbox corruption with concurrently writing
+clients or misinterpreted From_ lines. Depending on the
+environment, new mail detection can be unreliable. Mbox folders are fast
+to open and easy to archive.
-MMDF. This is a variant of the mbox format. Each message is
-surrounded by lines containing ˆAˆAˆAˆA (four control-A's).
+MMDF. This is a variant of
+the mbox format. Each message is surrounded by
+lines containing ˆAˆAˆAˆA (four
+control-A's). The same problems as for mbox apply (also with finding the
+right message separator as four control-A's may appear in message
+bodies).
-MH. A radical departure from mbox and MMDF, a mailbox
+MH. A radical departure from mbox and MMDF, a mailbox
consists of a directory and each message is stored in a separate file.
The filename indicates the message number (however, this is may not
correspond to the message number Mutt displays). Deleted messages are
-renamed with a comma (,) prepended to the filename. Mutt
+renamed with a comma (,) prepended to the filename. Mutt
detects this type of mailbox by looking for either .mh_sequences
-or .xmhcache (needed to distinguish normal directories from MH
-mailboxes).
+or .xmhcache files (needed to distinguish normal directories from MH
+mailboxes). MH is more robust with concurrent clients writing the mailbox,
+but still may suffer from lost flags; message corruption is less likely
+to occur than with mbox/mmdf. It's usually slower to open compared to
+mbox/mmdf since many small files have to be read (Mutt provides
+ to greatly speed this process up).
+Depending on the environment, MH is not very disk-space efficient.
-Maildir. The newest of the mailbox formats, used by the Qmail MTA (a
+Maildir. The newest of the mailbox formats, used by the Qmail MTA (a
replacement for sendmail). Similar to MH, except that it adds three
subdirectories of the mailbox: tmp, new and cur. Filenames
for the messages are chosen in such a way they are unique, even when two
programs are writing the mailbox over NFS, which means that no file locking
-is needed.
+is needed and corruption is very unlikely. Maildir maybe
+slower to open without caching in Mutt, it too is not very
+disk-space efficient depending on the environment. Since no additional
+files are used for metadata (which is embedded in the message filenames)
+and Maildir is locking-free, it's easy to sync across different machines
+using file-level synchronization tools.
@@ -4828,61 +5288,72 @@ is needed.
There are a number of built in shortcuts which refer to specific mailboxes.
These shortcuts can be used anywhere you are prompted for a file or mailbox
-path.
+path or in path-related configuration variables. Note that these only
+work at the beginning of a string.
-! -- refers to your $spoolfile (incoming) mailbox
+! — refers to your $spoolfile (incoming) mailbox
-> -- refers to your $mbox file
+> — refers to your $mbox file
-< -- refers to your $record file
+< — refers to your $record file
-ˆ -- refers to the current mailbox
+ˆ — refers to the current mailbox
-- or !! -- refers to the file you've last visited
+- or !! — refers to the file you've last visited
-˜ -- refers to your home directory
+˜ — refers to your home directory
-= or + -- refers to your $folder directory
+= or + — refers to your $folder directory
-@alias -- refers to the default save folder as determined by the address of the alias
+@alias — refers to the default save folder as determined by the address of the alias
+
+For example, to store a copy of outgoing messages in the folder they
+were composed in,
+a folder-hook can
+be used to set $record:
+
+
+
+folder-hook . 'set record=ˆ'
+
@@ -4894,7 +5365,7 @@ amounts of mail easier. The first thing you must do is to let Mutt
know what addresses you consider to be mailing lists (technically
this does not have to be a mailing list, but that is what it is most
often used for), and what lists you are subscribed to. This is
-accomplished through the use of the lists and subscribe commands in your muttrc.
+accomplished through the use of the lists and subscribe commands in your .muttrc.
@@ -4902,10 +5373,10 @@ Now that Mutt knows what your mailing lists are, it can do several
things, the first of which is the ability to show the name of a list
through which you received a message (i.e., of a subscribed list) in
the index menu display. This is useful to distinguish between
-personal and list mail in the same mailbox. In the $index_format variable, the escape %L
-will return the string To <list> when list appears in the
+personal and list mail in the same mailbox. In the $index_format variable, the expando %L
+will print the string To <list> when list appears in the
To field, and Cc <list> when it appears in the Cc
-field (otherwise it returns the name of the author).
+field (otherwise it prints the name of the author).
@@ -4922,7 +5393,7 @@ specified by Mail-Followup-To, see below).
Mutt also supports the Mail-Followup-To header. When you send
a message to a list of recipients which includes one or several
-subscribed mailing lists, and if the $followup_to option is set, mutt will generate
+subscribed mailing lists, and if the $followup_to option is set, Mutt will generate
a Mail-Followup-To header which contains all the recipients to whom
you send this message, but not your address. This indicates that
group-replies or list-replies (also known as followups) to this
@@ -4933,9 +5404,9 @@ one of the mailing lists you are subscribed to.
Conversely, when group-replying or list-replying to a message which
-has a Mail-Followup-To header, mutt will respect this header if
+has a Mail-Followup-To header, Mutt will respect this header if
the $honor_followup_to configuration
-variable is set. Using list-reply will in this case also make sure
+variable is set. Using list-reply will in this case also make sure
that the reply goes to the mailing list, even if it's not specified
in the list of recipients in the Mail-Followup-To.
@@ -4967,7 +5438,7 @@ present.
The X-Label: header field can be used to further identify mailing
lists or list subject matter (or just to annotate messages
individually). The $index_format variable's %y and
-%Y escapes can be used to expand X-Label: fields in the
+%Y expandos can be used to expand X-Label: fields in the
index, and Mutt's pattern-matcher can match regular expressions to
X-Label: fields with the ˜y selector. X-Label: is not a
standard message header field, but it can easily be inserted by procmail
@@ -4998,7 +5469,7 @@ be monitored for new mail (see for details).
When in the index menu and being idle (also see
$timeout), Mutt periodically checks
for new mail in all folders which have been configured via the
-mailboxes command. The interval depends on the folder
+mailboxes command. The interval depends on the folder
type: for local/IMAP folders it consults
$mail_check and
$pop_checkinterval
@@ -5009,7 +5480,7 @@ for POP folders.
Outside the index menu the directory browser supports checking
for new mail using the <check-new> function which is
unbound by default. Pressing TAB will bring up a
-menu showing the files specified by the mailboxes command,
+menu showing the files specified by the mailboxes command,
and indicate which contain new messages. Mutt will automatically enter this
mode when invoked from the command line with the -y option.
@@ -5024,7 +5495,7 @@ the bottom of the screen.
For the index, by default Mutt displays the number of mailboxes with new
mail in the status bar, please refer to the
-$index_format
+$status_format
variable for details.
@@ -5037,41 +5508,41 @@ the mailboxes list containing new mail (if any), pressing
-Editing threads
+Editing Threads
Mutt has the ability to dynamically restructure threads that are broken
either by misconfigured software or bad behavior from some
-correspondents. This allows to clean your mailboxes formats) from these
+correspondents. This allows to clean your mailboxes from these
annoyances which make it hard to follow a discussion.
-Linking threads
+Linking Threads
-Some mailers tend to "forget" to correctly set the "In-Reply-To:" and
-"References:" headers when replying to a message. This results in broken
+Some mailers tend to forget to correctly set the In-Reply-To: and
+References: headers when replying to a message. This results in broken
discussions because Mutt has not enough information to guess the correct
threading.
You can fix this by tagging the reply, then moving to the parent message
and using the <link-threads> function (bound to & by default). The
-reply will then be connected to this "parent" message.
+reply will then be connected to this parent message.
You can also connect multiple children at once, tagging them and using the
-tag-prefix command (';') or the auto_tag option.
+<tag-prefix> command (';') or the $auto_tag option.
-Breaking threads
+Breaking Threads
On mailing lists, some people are in the bad habit of starting a new
-discussion by hitting "reply" to any message from the list and changing
+discussion by hitting reply to any message from the list and changing
the subject to a totally unrelated one.
You can fix such threads by using the <break-thread> function (bound
by default to #), which will turn the subthread starting from the
@@ -5111,7 +5582,7 @@ whether DSN is supported.
For SMTP delivery using $smtp_url, it depends on the
-capabilities announced by the server whether mutt will attempt to
+capabilities announced by the server whether Mutt will attempt to
request DSN or not.
@@ -5136,7 +5607,54 @@ macro pager \cb |urlview\n
-
+
+Miscellany
+
+
+This section documents various features that fit nowhere else.
+
+
+
+
+
+Address normalization
+
+
+
+Mutt normalizes all e-mail addresses to the simplest form possible. If
+an address contains a realname, the form
+Joe User <joe@example.com> is used and the
+pure e-mail address without angle brackets otherwise, i.e. just
+joe@example.com.
+
+
+This normalization affects all headers Mutt generates including aliases.
+
+
+
+
+
+Initial folder selection
+
+
+
+The folder Mutt opens at startup is determined as follows: the folder
+specified in the $MAIL environment variable if
+present. Otherwise, the value of $MAILDIR is taken
+into account. If that isn't present either, Mutt takes the user's
+mailbox in the mailspool as determined at compile-time (which may also
+reside in the home directory). The
+$spoolfile setting overrides
+this selection. Highest priority has the mailbox given with the
+-f command line option.
+
+
+
+
+
+
+
+
Mutt's MIME Support
@@ -5162,7 +5680,7 @@ menu.
-Viewing MIME messages in the pager
+Viewing MIME Messages in the Pager
When you select a message from the index and view it in the pager, Mutt
@@ -5203,12 +5721,12 @@ If Mutt cannot deal with a MIME type, it will display a message like:
The Attachment Menu
-The default binding for view-attachments is `v', which displays the
+The default binding for <view-attachments> is v, which displays the
attachment menu for a message. The attachment menu displays a list of
the attachments in a message. From the attachment menu, you can save,
print, pipe, delete, and view attachments. You can apply these
operations to a group of attachments at once, by tagging the attachments
-and by using the tag-prefix operator. You can also reply to the
+and by using the <tag-prefix> operator. You can also reply to the
current message from this menu, and only the current attachment (or the
attachments tagged) will be quoted in your reply. You can view
attachments as text, or view them using the mailcap viewer definition.
@@ -5252,16 +5770,16 @@ Attachments appear as follows:
The '-' denotes that Mutt will delete the file after sending (or
postponing, or canceling) the message. It can be toggled with the
-toggle-unlink command (default: u). The next field is the MIME
-content-type, and can be changed with the edit-type command
+<toggle-unlink> command (default: u). The next field is the MIME
+content-type, and can be changed with the <edit-type> command
(default: ˆT). The next field is the encoding for the attachment,
which allows a binary message to be encoded for transmission on 7bit
-links. It can be changed with the edit-encoding command
+links. It can be changed with the <edit-encoding> command
(default: ˆE). The next field is the size of the attachment,
rounded to kilobytes or megabytes. The next field is the filename,
-which can be changed with the rename-file command (default: R).
+which can be changed with the <rename-file> command (default: R).
The final field is the description of the attachment, and can be
-changed with the edit-description command (default: d).
+changed with the <edit-description> command (default: d).
@@ -5269,17 +5787,17 @@ changed with the edit-description command (default: d).
-MIME Type configuration with mime.types
+MIME Type Configuration with mime.types
When you add an attachment to your mail message, Mutt searches your
-personal mime.types file at ${HOME}/.mime.types, and then
-the system mime.types file at /usr/local/share/mutt/mime.types or
+personal mime.types file at ${HOME}/.mime.types, and then
+the system mime.types file at /usr/local/share/mutt/mime.types or
/etc/mime.types
-The mime.types file consist of lines containing a MIME type and a space
+The mime.types file consist of lines containing a MIME type and a space
separated list of extensions. For example:
@@ -5300,12 +5818,12 @@ attach, it will look at the file. If the file is free of binary
information, Mutt will assume that the file is plain text, and mark it
as text/plain. If the file contains binary information, then Mutt will
mark it as application/octet-stream. You can change the MIME
-type that Mutt assigns to an attachment by using the edit-type
+type that Mutt assigns to an attachment by using the <edit-type>
command from the compose menu (default: ˆT). The MIME type is actually a
major mime type followed by the sub-type, separated by a '/'. 6 major
types: application, text, image, video, audio, and model have been approved
after various internet discussions. Mutt recognizes all of these if the
-appropriate entry is found in the mime.types file. It also recognizes other
+appropriate entry is found in the mime.types file. It also recognizes other
major mime types, such as the chemical type that is widely used in the
molecular modeling community to pass molecular data in various forms to
various molecular viewers. Non-recognized mime types should only be used
@@ -5315,7 +5833,7 @@ if the recipient of the message is likely to be expecting such attachments.
-MIME Viewer configuration with mailcap
+MIME Viewer Configuration with Mailcap
Mutt supports RFC 1524 MIME Configuration, in particular the Unix
@@ -5323,7 +5841,7 @@ specific format specified in Appendix A of RFC 1524. This file format
is commonly referred to as the mailcap format. Many MIME compliant
programs utilize the mailcap format, allowing you to specify handling
for all MIME types in one place for all programs. Programs known to
-use this format include Netscape, XMosaic, lynx and metamail.
+use this format include Firefox, lynx and metamail.
@@ -5345,7 +5863,7 @@ is a colon delimited list containing the following files:
where $HOME is your home directory. The
$PKGDATADIR and the
-$SYSCONFDIR directories depend on where mutt
+$SYSCONFDIR directories depend on where Mutt
is installed: the former is the default for shared data, the
latter for system configuration files.
@@ -5366,7 +5884,7 @@ entries.
-The Basics of the mailcap file
+The Basics of the Mailcap File
A mailcap file consists of a series of lines which are comments, blank,
@@ -5477,7 +5995,7 @@ This is the simplest form of a mailcap file.
-Secure use of mailcap
+Secure Use of Mailcap
The interpretation of shell meta-characters embedded in MIME parameters
@@ -5487,7 +6005,7 @@ substituting them, see the $mailcap&lowb
-Although mutt's procedures to invoke programs with mailcap seem to be
+Although Mutt's procedures to invoke programs with mailcap seem to be
safe, there are other applications parsing mailcap, maybe taking less care
of it. Therefore you should pay attention to the following rules:
@@ -5518,7 +6036,7 @@ text/test-mailcap-bug; cat %s; copiousoutput; test=charset=%{charset} \
-Advanced mailcap Usage
+Advanced Mailcap UsageOptional Fields
@@ -5557,7 +6075,7 @@ and Mutt will use your standard pager to display the results.
needsterminal
-Mutt uses this flag when viewing attachments with auto_view, in order to decide whether it should honor the setting
+Mutt uses this flag when viewing attachments with auto_view, in order to decide whether it should honor the setting
of the $wait_key variable or
not. When an attachment is viewed using an interactive program, and the
corresponding mailcap entry has a needsterminal flag, Mutt will use
@@ -5583,7 +6101,7 @@ specific MIME type. Mutt supports this from the compose menu.
This flag specifies the command to use to create a new attachment of a
specific MIME type. This command differs from the compose command in
-that mutt will expect standard MIME headers on the data. This can be
+that Mutt will expect standard MIME headers on the data. This can be
used to specify parameters, filename, description, etc. for a new
attachment. Mutt supports this from the compose menu.
@@ -5641,16 +6159,16 @@ For example:
-text/html; netscape -remote 'openURL(%s)' ; test=RunningX
+text/html; firefox -remote 'openURL(%s)' ; test=RunningX
text/html; lynx %s
In this example, Mutt will run the program RunningX which will return 0
if the X Window manager is running, and non-zero if it isn't. If
-RunningX returns 0, then Mutt will call netscape to display the
-text/html object. If RunningX doesn't return 0, then Mutt will go on
-to the next entry and use lynx to display the text/html object.
+RunningX returns 0, then Mutt will call firefox to display the
+text/html object. If RunningX doesn't return 0, then Mutt will go on
+to the next entry and use lynx to display the text/html object.
@@ -5681,7 +6199,7 @@ entry with the print command.
-In addition, you can use this with auto_view
+In addition, you can use this with auto_view
to denote two commands for viewing an attachment, one to be viewed
automatically, the other to be viewed interactively from the attachment
menu. In addition, you can then use the test feature to determine which
@@ -5689,13 +6207,13 @@ viewer to use interactively depending on your environment.
-text/html; netscape -remote 'openURL(%s)' ; test=RunningX
+text/html; firefox -remote 'openURL(%s)' ; test=RunningX
text/html; lynx %s; nametemplate=%s.html
text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
-For auto_view, Mutt will choose the third
+For auto_view, Mutt will choose the third
entry because of the copiousoutput tag. For interactive viewing, Mutt
will run the program RunningX to determine if it should use the first
entry. If the program returns non-zero, Mutt will use the second entry
@@ -5709,7 +6227,7 @@ for interactive viewing.
The various commands defined in the mailcap files are passed to the
-/bin/sh shell using the system() function. Before the
+/bin/sh shell using the system(3) function. Before the
command is passed to /bin/sh -c, it is parsed to expand
various special parameters with information from Mutt. The keywords
Mutt expands are:
@@ -5782,7 +6300,7 @@ multipart messages, which is handled internally by Mutt.
-Example mailcap files
+Example Mailcap Files
This mailcap file is fairly simple and standard:
@@ -5793,8 +6311,8 @@ This mailcap file is fairly simple and standard:
video/*; xanim %s > /dev/null
image/*; xv %s > /dev/null
-# I'm always running netscape (if my computer had more memory, maybe)
-text/html; netscape -remote 'openURL(%s)'
+# I'm always running firefox (if my computer had more memory, maybe)
+text/html; firefox -remote 'openURL(%s)'
@@ -5806,12 +6324,12 @@ This mailcap file shows quite a number of examples:
# send that to /dev/null so I don't see it
video/*; xanim %s > /dev/null
-# Send html to a running netscape by remote
-text/html; netscape -remote 'openURL(%s)'; test=RunningNetscape
+# Send html to a running firefox by remote
+text/html; firefox -remote 'openURL(%s)'; test=RunningFirefox
-# If I'm not running netscape but I am running X, start netscape on the
+# If I'm not running firefox but I am running X, start firefox on the
# object
-text/html; netscape %s; test=RunningX
+text/html; firefox %s; test=RunningX
# Else use lynx to view it as text
text/html; lynx %s
@@ -5822,7 +6340,7 @@ text/html; lynx -dump %s; copiousoutput
# I use enscript to print text in two columns to a page
text/*; more %s; print=enscript -2Gr %s
-# Netscape adds a flag to tell itself to view jpegs internally
+# Firefox adds a flag to tell itself to view jpegs internally
image/jpeg;xv %s; x-mozilla-flags=internal
# Use xv to view images if I'm running X
@@ -5846,6 +6364,30 @@ application/ms-excel; open.pl %s
MIME Autoview
+
+Usage:
+
+
+
+auto-view
+
+mimetype
+
+
+mimetype
+
+
+unauto-view
+
+
+*
+
+
+mimetype
+
+
+
+
In addition to explicitly telling Mutt to view an attachment with the
MIME viewer defined in the mailcap file, Mutt has support for
@@ -5860,12 +6402,9 @@ representation which you can view in the pager.
-You then use the auto_view muttrc command to list the
-content-types that you wish to view automatically.
-
-
-
-For instance, if you set auto_view to:
+You then use the auto_view.muttrc command to list the
+content-types that you wish to view automatically. For instance, if you
+set it to:
@@ -5888,9 +6427,9 @@ application/postscript; ps2ascii %s; copiousoutput
-unauto_view can be used to remove previous entries from the autoview list.
-This can be used with message-hook to autoview messages based on size, etc.
-unauto_view * will remove all previous entries.
+unauto_view can be used to remove previous entries from the autoview list.
+This can be used with message-hook to autoview messages based on size, etc.
+unauto_view * will remove all previous entries.
@@ -5900,11 +6439,11 @@ This can be used with message-hook to autoview messages based on size, etc.
Mutt has some heuristics for determining which attachment of a
-multipart/alternative type to display. First, mutt will check the
-alternative_order list to determine if one of the available types
-is preferred. The alternative_order list consists of a number of
-mimetypes in order, including support for implicit and explicit
-wildcards, for example:
+multipart/alternative type to display. First, Mutt will check the
+alternative_order list
+to determine if one of the available types is preferred. It consists of
+a number of mimetypes in order, including support for implicit and
+explicit wildcards, for example:
@@ -5912,15 +6451,15 @@ alternative_order text/enriched text/plain text application/postscript image/*
-Next, mutt will check if any of the types have a defined
-auto_view, and use that. Failing
-that, Mutt will look for any text type. As a last attempt, mutt will
+Next, Mutt will check if any of the types have a defined
+auto_view, and use that. Failing
+that, Mutt will look for any text type. As a last attempt, Mutt will
look for any type it knows how to handle.
-To remove a MIME type from the alternative_order list, use the
-unalternative_order command.
+To remove a MIME type from the alternative_order list, use the
+unalternative_order command.
@@ -5934,11 +6473,11 @@ attachment-counting and -searching support might be for you. You can
make your message index display the number of qualifying attachments in
each message, or search for messages by attachment count. You also can
configure what kinds of attachments qualify for this feature with the
-attachments and unattachments commands.
+attachments and unattachments commands.
-In order to provide this information, mutt needs to fully MIME-parse
+In order to provide this information, Mutt needs to fully MIME-parse
all messages affected first. This can slow down operation especially for
remote mail folders such as IMAP because all messages have to be
downloaded first regardless whether the user really wants to view them
@@ -5949,14 +6488,31 @@ or not.
The syntax is:
-
-attachments {+|-}disposition mime-type
-unattachments {+|-}disposition mime-type
-attachments ?
-
+
+attachments
+
+{ + | - }disposition
+
+
+mime-type
+
+
+unattachments
+
+{ + | - }disposition
+
+
+mime-type
+
+
+attachments
+
+?
+
+
-Disposition is the attachment's Content-disposition type -- either
+disposition is the attachment's Content-Disposition type — either
inline or attachment.
You can abbreviate this to I or A.
@@ -5970,7 +6526,7 @@ below of how this is useful.
-Mime-type is, unsurprisingly, the MIME type of the attachment you want
+mime-type is, unsurprisingly, the MIME type of the attachment you want
to affect. A MIME type is always of the format major/minor, where
major describes the broad category of document you're looking at, and
minor describes the specific type within that category. The major
@@ -5980,11 +6536,11 @@ any MIME type.)
-The MIME types you give to the attachments directive are a kind of
-pattern. When you use the attachments directive, the patterns you
-specify are added to a list. When you use unattachments, the pattern
+The MIME types you give to the attachments directive are a kind of
+pattern. When you use the attachments directive, the patterns you
+specify are added to a list. When you use unattachments, the pattern
is removed from the list. The patterns are not expanded and matched
-to specific MIME types at this time -- they're just text in a list.
+to specific MIME types at this time — they're just text in a list.
They're only matched when actually evaluating a message.
@@ -6046,7 +6602,7 @@ attachments -I message/external-body
-Entering the command attachments ?
+Entering the command attachments ?
as a command will list your current settings in Muttrc format, so that
it can be pasted elsewhere.
@@ -6056,15 +6612,39 @@ it can be pasted elsewhere.
MIME Lookup
+
+Usage:
+
+
+
+mime-lookup
+
+mimetype
+
+
+mimetype
+
+
+unmime-lookup
+
+
+*
+
+
+mimetype
+
+
+
+
Mutt's mime_lookup list specifies a list of mime-types that should not
be treated according to their mailcap entry. This option is designed to
-deal with binary types such as application/octet-stream. When an attachment's
+deal with binary types such as application/octet-stream. When an attachment's
mime-type is listed in mime_lookup, then the extension of the filename will
-be compared to the list of extensions in the mime.types file. The mime-type
+be compared to the list of extensions in the mime.types file. The mime-type
associated with this extension will then be used to process the attachment
according to the rules in the mailcap file and according to any other configuration
-options (such as auto_view) specified. Common usage would be:
+options (such as auto_view) specified. Common usage would be:
@@ -6072,9 +6652,9 @@ mime_lookup application/octet-stream application/X-Lotus-Manuscript
-In addition, the unmime_lookup command may be used to disable this feature
-for any particular mime-type if it had been set, for example, in a global
-muttrc.
+In addition, the unmime_lookup command may be
+used to disable this feature for any particular mime-type if it had been
+set, for example, in a global .muttrc.
@@ -6082,13 +6662,13 @@ muttrc.
-Optional features
+Optional Features
-General notes
+General Notes
-Enabling/disabling features
+Enabling/Disabling Features
Mutt supports several of optional features which can be enabled or
@@ -6101,7 +6681,7 @@ the configure --help output.
Which features are enabled or disabled can later be determined from the
output of mutt -v. If a compile option starts with
+ it is enabled and disabled if prefixed with -. For example, if
-mutt was compiled using GnuTLS for encrypted communication instead of
+Mutt was compiled using GnuTLS for encrypted communication instead of
OpenSSL, mutt -v would contain:
@@ -6111,12 +6691,12 @@ OpenSSL, mutt -v would contain:
-URL syntax
+URL Syntax
Mutt optionally supports the IMAP, POP3 and SMTP protocols which require
to access servers using URLs. The canonical syntax for specifying URLs
-in mutt is (an item enclosed in [] means it is optional and
+in Mutt is (an item enclosed in [] means it is optional and
may be omitted):
@@ -6125,37 +6705,42 @@ proto[s]://[username[:password]@]server[:port]/[path]
-proto is the communication protocol:
+proto is the communication protocol:
imap for IMAP, pop for POP3 and
-smtp for SMTP. If s for secure communication
-is appended, mutt will attempt to establish an encrypted communication
-using SSL or TLS. If no explicit port is given, mutt will use the
-system's default for the given protocol.
+smtp for SMTP. If s for secure
+communication is appended, Mutt will attempt to establish an
+encrypted communication using SSL or TLS.
-Since all protocols by mutt support authentication, the username may be
-given directly in the URL instead of using the pop_user or
-imap_user variables. It may contain the @ symbol
-being used by many mail systems as part of the login name. A password can be
-given, too but is not recommended if the URL is specified in a configuration
-file on disk.
+Since all protocols supported by Mutt support/require authentication,
+login credentials may be specified in the URL. This has the advantage
+that multiple IMAP, POP3 or SMTP servers may be specified (which isn't
+possible using, for example,
+$imap_user). The username
+may contain the @ symbol being used by many mail systems
+as part of the login name. A password can be given, too but is not
+recommended if the URL is specified in a configuration file on disk.
-The optional path is only relevant for IMAP.
+If no port number is given, Mutt will use the system's default for the
+given protocol (usually consulting /etc/services).
-For IMAP for example, you can select an alternative port by specifying it with the
-server: imap://imapserver:port/INBOX. You can also specify different
-username for each folder: imap://username@imapserver[:port]/INBOX
-or imap://username2@imapserver[:port]/path/to/folder.
-Replacing imap:// by imaps://
-would make mutt attempt to connect using SSL or TLS on a different port
-to encrypt the communication.
+The optional path is only relevant for IMAP.
+
+URLs
+
+pops://host/
+imaps://user@host/INBOX/Sent
+smtp://user@host:587/
+
+
+
@@ -6164,7 +6749,7 @@ to encrypt the communication.
SSL/TLS Support
-If mutt is compiled with IMAP, POP3 and/or SMTP support, it can also be
+If Mutt is compiled with IMAP, POP3 and/or SMTP support, it can also be
compiled with support for SSL or TLS using either OpenSSL or GnuTLS (
by running the configure script with the
--enable-ssl=... option for OpenSSL or
@@ -6179,7 +6764,7 @@ are suffixed with s for secure communication.
POP3 Support
-If Mutt was compiled with POP3 support (by running the configure
+If Mutt is compiled with POP3 support (by running the configure
script with the --enable-pop flag), it has the ability to work
with mailboxes located on a remote POP3 server and fetch mail for local
browsing.
@@ -6199,9 +6784,20 @@ controlled by the
variable, which defaults to every 60 seconds.
+
+POP is read-only which doesn't allow for some features like editing
+messages or changing flags. However, using
+ and
+Mutt simulates the new/old/read flags as well as flagged and replied.
+Mutt applies some logic on top of remote messages but cannot change
+them so that modifications of flags are lost when
+messages are downloaded from the POP server (either by Mutt or other
+tools).
+
+
-Another way to access your POP3 mail is the <fetch-mail$ function
+Another way to access your POP3 mail is the <fetch-mail> function
(default: G). It allows to connect to $pop_host, fetch all your new mail and place it in the
local $spoolfile. After this
point, Mutt runs exactly as if the mail had always been local.
@@ -6211,7 +6807,7 @@ point, Mutt runs exactly as if the mail had always been local.
If you only need to fetch all messages to a
local mailbox you should consider using a specialized program, such as
-fetchmail, getmail or similar.
+fetchmail(1), getmail(1) or similar.
@@ -6253,7 +6849,7 @@ want to carefully tune the
$mail_check
and
$timeout
-variables. Personally I use
+variables. Reasonable values are:
@@ -6262,7 +6858,7 @@ set timeout=15
-with relatively good results over my slow modem line.
+with relatively good results even over slow modem lines.
@@ -6274,10 +6870,10 @@ selects the same folder.
-The Folder Browser
+The IMAP Folder Browser
-As of version 1.2, mutt supports browsing mailboxes on an IMAP
+As of version 1.2, Mutt supports browsing mailboxes on an IMAP
server. This is mostly the same as the local file browser, with the
following differences:
@@ -6286,8 +6882,8 @@ following differences:
-In lieu of file permissions, mutt displays the string "IMAP",
-possibly followed by the symbol "+", indicating
+In lieu of file permissions, Mutt displays the string IMAP,
+possibly followed by the symbol +, indicating
that the entry contains both messages and subfolders. On
Cyrus-like servers folders will often contain both messages and
subfolders.
@@ -6307,10 +6903,10 @@ the messages in that folder, you must use view-file instead
You can create, delete and rename mailboxes with the
-create-mailbox, delete-mailbox, and
-rename-mailbox commands (default bindings: C,
+<create-mailbox>, <delete-mailbox>, and
+<rename-mailbox> commands (default bindings: C,
d and r, respectively). You may also
-subscribe and unsubscribe to mailboxes (normally
+<subscribe> and <unsubscribe> to mailboxes (normally
these are bound to s and u, respectively).
@@ -6329,7 +6925,7 @@ NTLM authentication for you poor exchange users out there, but it has
yet to be integrated into the main tree). There is also support for
the pseudo-protocol ANONYMOUS, which allows you to log in to a public
IMAP server without having an account. To use ANONYMOUS, simply make
-your username blank or "anonymous".
+your username blank or anonymous.
@@ -6339,7 +6935,7 @@ method available on your host and the server. Using some of these methods
(including DIGEST-MD5 and possibly GSSAPI), your entire session will be
encrypted and invisible to those teeming network snoops. It is the best
option if you have it. To use it, you must have the Cyrus SASL library
-installed on your system and compile mutt with the --with-sasl flag.
+installed on your system and compile Mutt with the --with-sasl flag.
@@ -6375,7 +6971,7 @@ a password is needed.
$imap_authenticators - a colon-delimited list of IMAP
authentication methods to try, in the order you wish to try them. If
-specified, this overrides mutt's default (attempt everything, in the order
+specified, this overrides Mutt's default (attempt everything, in the order
listed above).
@@ -6391,15 +6987,15 @@ listed above).
Besides supporting traditional mail delivery through a
-sendmail-compatible program, mutt supports delivery through SMTP if it
+sendmail-compatible program, Mutt supports delivery through SMTP if it
was configured and built with --enable-smtp.
If the configuration variable
-$smtp_url is set, mutt
+$smtp_url is set, Mutt
will contact the given SMTP server to deliver messages; if it is unset,
-mutt will use the program specified by $sendmail.
+Mutt will use the program specified by $sendmail.
@@ -6410,27 +7006,41 @@ For details on the URL syntax, please see .
The built-in SMTP support supports encryption (the smtps protocol
using SSL or TLS) as well as SMTP authentication using SASL. The authentication mechanisms
for SASL are specified in $smtp_authenticators
-defaulting to an empty list which makes mutt try all available methods
+defaulting to an empty list which makes Mutt try all available methods
from most-secure to least-secure.
-Managing multiple accounts
+Managing Multiple Accounts
+
+
+Usage:
+
+
+
+account-hook
+
+pattern
+
+
+command
+
+
If you happen to have accounts on multiple IMAP, POP and/or SMTP servers,
you may find managing all the authentication settings inconvenient and
-error-prone. The account-hook command may help. This hook works like
-folder-hook but is invoked whenever you access a remote mailbox
+error-prone. The account-hook command may help. This hook works like
+folder-hook but is invoked whenever Mutt needs to access a remote mailbox
(including inside the folder browser), not just when you open the
-mailbox which includes (for example) polling for new mail, storing Fcc
+mailbox. This includes (for example) polling for new mail, storing Fcc
messages and saving messages to a folder. As a consequence,
-account-hook should only be used to set connection-related settings such
+account-hook should only be used to set connection-related settings such
as passwords or tunnel commands but not settings such as sender
address or name (because in general it should be considered unpredictable
-which account-hook was last used).
+which account-hook was last used).
@@ -6444,10 +7054,49 @@ account-hook imap://host2/ 'set tunnel="ssh host2 /usr/libexec/imapd"'
account-hook smtp://user@host3/ 'set tunnel="ssh host3 /usr/libexec/smtpd"'
+
+To manage multiple accounts with, for example, different values of
+$record or sender addresses,
+folder-hook
+has to be be used together with
+the mailboxes command.
+
+
+
+Managing multiple accounts
+
+mailboxes imap://user@host1/INBOX
+folder-hook imap://user@host1/ 'set folder=imap://host1/ ; set record=+INBOX/Sent'
+
+mailboxes imap://user@host2/INBOX
+folder-hook imap://user@host2/ 'set folder=imap://host2/ ; set record=+INBOX/Sent'
+
+
+
+
+In example
+ the folders are defined using
+mailboxes so Mutt polls them for new
+mail. Each folder-hook triggers when
+one mailbox below each IMAP account is opened and sets
+$folder to the account's root
+folder. Next, it sets $record to
+the INBOX/Sent folder below the newly
+set $folder. Please notice that the
+value the +
+mailbox shortcut refers to depends on
+the current value
+of $folder and therefore has to be set
+separatedly per account. Setting other values
+like $from
+or $signature is analogous to setting
+$record.
+
+
-Local caching
+Local Caching
Mutt contains two types of local caching: (1)
@@ -6457,12 +7106,12 @@ so-called body caching which are both described in this section.
Header caching is optional as it depends on external libraries, body
-caching is always enabled if mutt is compiled with POP and/or IMAP
+caching is always enabled if Mutt is compiled with POP and/or IMAP
support as these use it (body caching requires no external library).
-Header caching
+Header Caching
Mutt provides optional support for caching message headers for the
@@ -6489,28 +7138,10 @@ result in lower performance), but one file per folder if it points
to a directory.
-
-For the one-file-per-folder case, database files for remote folders
-will be named according to their URL while database files for local
-folders will be named by the MD5 checksums of their path. These database
-files may be safely removed if a system is short on space. You
-can compute the name of the header cache file for a particular local folder
-through a command like the following:
-
-
-
-$ printf '%s' '/path/to/folder' | md5sum
-
-
-
-The md5sum command may also be
-named md5, depending on your operating system.
-
-
-Body caching
+Body Caching
Both cache methods can be combined using the same directory for storage
@@ -6520,7 +7151,7 @@ manual maintenance tasks.
-In addition to caching message headers only, mutt can also cache
+In addition to caching message headers only, Mutt can also cache
whole message bodies. This results in faster display of messages
for POP and IMAP folders because messages usually have to be
downloaded only once.
@@ -6529,17 +7160,12 @@ downloaded only once.
For configuration, the variable $message_cachedir must point to a
-directory. There, mutt will create a hierarchy of subdirectories
+directory. There, Mutt will create a hierarchy of subdirectories
named like: proto:user@hostname where
proto is either pop or imap. Within
-there for each folder, mutt stores messages in single files (just
-like Maildir) so that with manual symlink creation these cache
-directories can be examined with mutt as read-only Maildir folders.
-
-
-
+there for each folder, Mutt stores messages in single files.
All files can be removed as needed if the consumed disk space
-becomes an issue as mutt will silently fetch missing items again.
+becomes an issue as Mutt will silently fetch missing items again.
@@ -6555,12 +7181,12 @@ disk space freed by removing messages is re-used.
-For body caches, mutt can keep the local cache in sync with the
+For body caches, Mutt can keep the local cache in sync with the
remote mailbox if the
$message_cache_clean
variable is set. Cleaning means to remove messages from the cache which
are no longer present in the mailbox which only happens when other mail
-clients or instances of mutt using a different body cache location
+clients or instances of Mutt using a different body cache location
delete messages (Mutt itself removes deleted messages from the cache
when syncing a mailbox). As cleaning can take a noticeable amount of time,
it should not be set in general but only occasionally.
@@ -6571,7 +7197,7 @@ it should not be set in general but only occasionally.
-Exact address generation
+Exact Address Generation
Mutt supports the Name <user@host> address syntax for reading and
@@ -6584,13 +7210,187 @@ for the latter syntax. EXACT_ADDRESS in the output of
+
+Sending Anonymous Messages via Mixmaster
+
+
+You may also have compiled 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.
+
+
+
+
+
+
+
+Security Considerations
+
+
+First of all, Mutt contains no security holes included by intention but
+may contain unknown security holes. As a consequence, please run Mutt
+only with as few permissions as possible. Especially, do not run Mutt as
+the super user.
+
+
+
+When configuring Mutt, there're some points to note about secure setups
+so please read this chapter carefully.
+
+
+
+Passwords
+
+
+Although Mutt can be told the various passwords for accounts, please
+never store passwords in configuration files. Besides the fact that the
+system's operator can always read them, you could forget to mask it out
+when reporting a bug or asking for help via a mailing list. Even worse,
+your mail including your password could be archived by internet search
+engines, mail-to-news gateways etc. It may already be too late before
+you notice your mistake.
+
+
+
+
+
+Temporary Files
+
+
+Mutt uses many temporary files for viewing messages, verifying digital
+signatures, etc. As long as being used, these files are visible by other
+users and maybe even readable in case of misconfiguration. Also, a
+different location for these files may be desired which can be changed
+via the $tmpdir variable.
+
+
+
+
+
+Information Leaks
+
+
+Message-Id: headers
+
+
+Message-Id: headers contain a local part that is to be created in a
+unique fashion. In order to do so, Mutt will leak some
+information to the outside world when sending messages: the generation
+of this header includes a step counter which is increased (and rotated)
+with every message sent. In a longer running mutt session, others can
+make assumptions about your mailing habbits depending on the number of
+messages sent. If this is not desired, the header can be manually
+provided using $edit_headers (though not
+recommended).
+
+
+
+
+
+mailto:-style Links
+
+
+As Mutt be can be set up to be the mail client to handle
+mailto: style links in websites, there're security
+considerations, too. Arbitrary header fields can be embedded in these
+links which could override existing header fields or attach arbitrary
+files using the Attach:
+psuedoheader. This may be problematic if the $edit-headers variable is
+unset, i.e. the user doesn't want to see header
+fields while editing the message and doesn't pay enough attention to the
+compose menu's listing of attachments.
+
+
+
+For example, following a link like
+
+
+
+mailto:joe@host?Attach=~/.gnupg/secring.gpg
+
+
+will send out the user's private gnupg keyring to
+joe@host if the user doesn't follow the information
+on screen carefully enough.
+
+
+
+
+
+
+
+External Applications
+
+
+Mutt in many places has to rely on external applications or for
+convenience supports mechanisms involving external applications.
+
+
+
+One of these is the mailcap mechanism as defined by
+RfC1524. Details about a secure use of the mailcap mechanisms is given
+in .
+
+
+
+Besides the mailcap mechanism, Mutt uses a number of other external
+utilities for operation, for example to provide crypto support, in
+backtick expansion in configuration files or format string filters. The
+same security considerations apply for these as for tools involved via
+mailcap.
+
+
+
+
+
-Performance tuning
+Performance Tuning
-Reading and writing mailboxes
+Reading and Writing Mailboxes
Mutt's performance when reading mailboxes can be improved in two ways:
@@ -6601,11 +7401,10 @@ Mutt's performance when reading mailboxes can be improved in two ways:
For remote folders (IMAP and POP) as well as folders using
-one-file-per message storage (Maildir and MH), mutt's
+one-file-per message storage (Maildir and MH), Mutt's
performance can be greatly improved using
header caching.
-Using a single database per folder may further increase
-performance.
+using a single database per folder.
@@ -6614,7 +7413,7 @@ performance.
Mutt provides the $read_inc
and $write_inc
variables to specify at which rate to update progress
-counters. If these values are too low, mutt may spend more
+counters. If these values are too low, Mutt may spend more
time on updating the progress counter than it spends on
actually reading/writing folders.
@@ -6623,7 +7422,7 @@ For example, when opening a maildir folder with a few
thousand messages, the default value for
$read_inc
may be too low. It can be tuned on on a folder-basis using
-folder-hooks:
+folder-hooks:
@@ -6648,29 +7447,29 @@ actually send to the terminal using the
-Reading messages from remote folders
+Reading Messages from Remote Folders
Reading messages from remote folders such as IMAP an POP can be
-slow especially for large mailboxes since mutt only caches a very
+slow especially for large mailboxes since Mutt only caches a very
limited number of recently viewed messages (usually 10) per
session (so that it will be gone for the next session.)
To improve performance and permanently cache whole messages,
-please refer to mutt's so-called
+please refer to Mutt's so-called
body caching for details.
-Searching and limiting
+Searching and Limiting
When searching mailboxes either via a search or a limit action, for
-some patterns mutt distinguishes between regular expression and string
+some patterns Mutt distinguishes between regular expression and string
searches. For regular expressions, patterns are prefixed with
˜ and with = for string searches.
@@ -6692,9 +7491,9 @@ message bodies since a larger amount of input has to be searched.
-Please note that string search is an exact case-sensitive search
-while a regular expression search with only lower-case letters performs
-a case-insensitive search.
+As for regular expressions, a lower case string search pattern makes
+Mutt perform a case-insensitive search except for IMAP (because for IMAP
+Mutt performs server-side searches which don't support case-insensivity).
@@ -6705,7 +7504,7 @@ a case-insensitive search.
Reference
-Command line options
+Command-Line Options
Running mutt with no arguments will make Mutt attempt to read your spool
@@ -6724,7 +7523,7 @@ to send messages from the command line as well.
-aattach a file to a message-bspecify a blind carbon-copy (BCC) address-cspecify a carbon-copy (Cc) address
--Dprint the value of all mutt variables to stdout
+-Dprint the value of all Mutt variables to stdout-especify a config command to be run after initialization files are read-fspecify a mailbox to load-Fspecify an alternate file to read initialization commands
@@ -6739,9 +7538,9 @@ to send messages from the command line as well.
-sspecify a subject (enclose in quotes if it contains spaces)-vshow version number and compile-time definitions-xsimulate the mailx(1) compose mode
--yshow a menu containing the files specified by the mailboxes command
+-yshow a menu containing the files specified by the mailboxes command-zexit immediately if there are no messages in the mailbox
--Zopen the first folder with new message,exit immediately if none
+-Zopen the first folder with new message, exit immediately if none
@@ -6774,9 +7573,6 @@ To compose a new message
muttrc
-
-file
-address
@@ -6787,15 +7583,12 @@ To compose a new message
subject
-
+
file
+
+--
---
-
-
-address
-
-
+address
@@ -6805,22 +7598,36 @@ Mutt also supports a batch mode to send prepared messages. Simpl
input from the file you wish to send. For example,
-
-mutt -s "data set for run #2" professor@bigschool.edu
-< ˜/run2.dat
-
+
+mutt -s "data set for run #2" professor@bigschool.edu < ˜/run2.dat
-This command will send a message to professor@bigschool.edu with a subject
+will send a message to <professor@bigschool.edu> with a subject
of data set for run #2. In the body of the message will be the contents
of the file ˜/run2.dat.
-All files passed with -a file will be attached as a MIME
-part to the message. To attach several files, use -- to separate files and
-recipient addresses: mutt -a *.png -- some@one.org
+All files passed with -afile will be attached as a MIME
+part to the message. To attach a single or several files, use -- to separate files and
+recipient addresses:
+
+
+
+mutt -a image.png -- some@one.org
+
+
+or
+
+
+
+mutt -a *.png -- some@one.org
+
+
+
+The -a option must be last in the option list.
+
@@ -6828,7 +7635,7 @@ recipient addresses: mutt -a *.png -- some@one.orgConfiguration Commands
-The following are the commands understood by mutt.
+The following are the commands understood by Mutt:
@@ -6859,11 +7666,7 @@ The following are the commands understood by mutt.
address
-
-
-
-unalias
@@ -6893,11 +7696,7 @@ The following are the commands understood by mutt.
regexp
-
-
-
-unalternates
@@ -6923,11 +7722,7 @@ The following are the commands understood by mutt.
mimetype
-
-
-
-unalternative-order
@@ -6940,6 +7735,26 @@ The following are the commands understood by mutt.
+
+
+attachments
+
+{ + | - }disposition
+
+
+mime-type
+
+
+unattachments
+
+{ + | - }disposition
+
+
+mime-type
+
+
+
+
auto-view
@@ -6949,11 +7764,7 @@ The following are the commands understood by mutt.
mimetype
-
-
-
-unauto-view
@@ -6995,7 +7806,7 @@ The following are the commands understood by mutt.
-iconv-hook
+iconv-hookcharset
@@ -7017,8 +7828,7 @@ The following are the commands understood by mutt.
background
-
-
+
color
@@ -7037,8 +7847,7 @@ The following are the commands understood by mutt.
regexp
-
-
+
color
@@ -7052,18 +7861,39 @@ The following are the commands understood by mutt.
pattern
-
-
-
-uncolor
+
+
+
+
+
+
+
+
+
+
+*
+
+pattern
+
+
+
+
+
+
+
+crypt-hook
+pattern
+
+keyid
+
@@ -7132,11 +7962,7 @@ The following are the commands understood by mutt.
expr
-
-
-
-ungroup
@@ -7167,11 +7993,7 @@ The following are the commands understood by mutt.
header
-
-
-
-unhdr_order
@@ -7193,11 +8015,7 @@ The following are the commands understood by mutt.
pattern
-
-
-
-unignore
@@ -7223,11 +8041,7 @@ The following are the commands understood by mutt.
regexp
-
-
-
-unlists
@@ -7271,11 +8085,7 @@ The following are the commands understood by mutt.
mailbox
-
-
-
-unmailboxes
@@ -7321,11 +8131,7 @@ The following are the commands understood by mutt.
mimetype
-
-
-
-unmime-lookup
@@ -7347,8 +8153,7 @@ The following are the commands understood by mutt.
attribute
-
-
+
mono
@@ -7364,8 +8169,7 @@ The following are the commands understood by mutt.
regexp
-
-
+
mono
@@ -7376,15 +8180,19 @@ The following are the commands understood by mutt.
pattern
-
-
-
-unmono
+
+
+
+
+
+
+
+*
@@ -7402,11 +8210,7 @@ The following are the commands understood by mutt.
string
-
-
-
-unmy_hdr
@@ -7419,18 +8223,6 @@ The following are the commands understood by mutt.
-
-
-crypt-hook
-
-pattern
-
-
-keyid
-
-
-
-
push
@@ -7440,18 +8232,6 @@ The following are the commands understood by mutt.
-
-
-reset
-
-variable
-
-
-variable
-
-
-
-
save-hook
@@ -7473,11 +8253,7 @@ The following are the commands understood by mutt.
value
-
-
-
-unscore
@@ -7541,12 +8317,16 @@ The following are the commands understood by mutt.
variable=value
-
-
-
+
+
+toggle
+
+variable
+
+
+variable
+
-
-unsetvariable
@@ -7554,6 +8334,14 @@ The following are the commands understood by mutt.
variable
+
+reset
+
+variable
+
+
+variable
+
@@ -7575,11 +8363,7 @@ The following are the commands understood by mutt.
format
-
-
-
-nospam
@@ -7605,11 +8389,7 @@ The following are the commands understood by mutt.
regexp
-
-
-
-unsubscribe
@@ -7626,18 +8406,6 @@ The following are the commands understood by mutt.
-
-
-toggle
-
-variable
-
-
-variable
-
-
-
-
unhook
@@ -7657,4 +8425,4 @@ The following are the commands understood by mutt.
-Configuration variables
+Configuration Variables