<p>
If you want to use PGP, you can specify
-<tt/Pgp:/ [ <tt/E/ | <tt/S/ | <tt/S<id/> ] <newline>
+<tt/Pgp:/ [ <tt/E/ | <tt/S/ | <tt/S/<em/<id>/ ] <newline>
``E'' encrypts, ``S'' signs and
``S<id>'' signs with the given key, setting <ref
control character, use the sequence <em/\Cx/, where <em/x/ is the
letter of the control character (for example, to specify control-A use
``\Ca''). Note that the case of <em/x/ as well as <em/\C/ is
-ignored, so that <em/\CA, \Ca, \cA/ and <em/\ca/ are all
+ignored, so that <em/\CA/, <em/\Ca/, <em/\cA/ and <em/\ca/ are all
equivalent. An alternative form is to specify the key as a three digit
octal number prefixed with a ``\'' (for example <em/\177/ is
equivalent to <em/\c?/).
If the filename ends with a vertical bar (|), then <em/filename/ is
considered to be an executable program from which to read input (eg.
-<tt/source ~/bin/myscript|/).
+<tt>source ~/bin/myscript|</tt>).
<sect1>Removing hooks<label id="unhook">
<p>
~f "me@(mutt\.org|cs\.hmc\.edu)"
</verb></tscreen>
-Without the quotes, the parenthesis would truncate the regular expression
-to simply <em/me@/, which is probably not what you want.
+Without the quotes, the parenthesis wouldn't end.
+This would be seperated to two OR'd patterns: <em/˜f me@(mutt\.org/
+and <em/cs\.hmc\.edu)/. They are never what you want.
<sect2>Searching by Date
<p>
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
-addresses to create aliases, or to mail. You can tag multiple messages
+addresses to create aliases, or to mail. You can tag multiple addresses
to mail, start a new query, or have a new query appended to the current
responses.
Polling for new mail is more expensive over POP3 than locally. For this
reason the frequency at which Mutt will check for mail remotely can be
controlled by the
-<ref id="pop_checkinterval" name="$pop_checkinterval">
+<ref id="pop_checkinterval" name="$pop_checkinterval">
variable, which defaults to every 60 seconds.
If Mutt was compiled with SSL support (by running the <em/configure/
When browsing folders on an IMAP server, you can toggle whether to look
at only the folders you are subscribed to, or all folders with the
<em/toggle-subscribed/ command. See also the
-<ref id="imap_list_subscribed"
+<ref id="imap_list_subscribed"
name="$imap_list_subscribed"> variable.
Polling for new mail on an IMAP server can cause noticeable delays. So, you'll
want to carefully tune the
-<ref id="mail_check" name="$mail_check">
+<ref id="mail_check" name="$mail_check">
and
<ref id="timeout" name="$timeout">
variables. Personally I use
There are a few variables which control authentication:
<itemize>
-<item><ref id="imap_user" name="$imap_user"> - controls
+<item><ref id="imap_user" name="$imap_user"> - controls
the username under which you request authentication on the IMAP server,
for all authenticators. This is overridden by an explicit username in
the mailbox path (ie by using a mailbox name of the form
<tt/{user@host}/).
-<item><ref id="imap_pass" name="$imap_pass"> - a
+<item><ref id="imap_pass" name="$imap_pass"> - a
password which you may preset, used by all authentication methods where
a password is needed.
-<item><ref id="imap_authenticators"
+<item><ref id="imap_authenticators"
name="$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
according to the rules in the mailcap file and according to any other configuration
options (such as auto_view) specified. Common usage would be:
<tscreen><verb>
-mime-lookup application/octet-stream application/X-Lotus-Manuscript
+mime_lookup application/octet-stream application/X-Lotus-Manuscript
</verb></tscreen>
In addition, the unmime_lookup command may be used to disable this feature
<item>
<tt><ref id="ignore" name="unignore"></tt> <em/pattern/ [ <em/pattern/ ... ]
<item>
-<tt><ref id="lists" name="lists"></tt> <em/address/ [ <em/address/ ... ]
+<tt><ref id="lists" name="lists"></tt> <em/regexp/ [ <em/regexp/ ... ]
<item>
-<tt><ref id="lists" name="unlists"></tt> <em/address/ [ <em/address/ ... ]
+<tt><ref id="lists" name="unlists"></tt> <em/regexp/ [ <em/regexp/ ... ]
<item>
<tt><ref id="macro" name="macro"></tt> <em/menu/ <em/key/ <em/sequence/ [ <em/description/ ]
<item>
<item>
<tt><ref id="source" name="source"></tt> <em/filename/
<item>
-<tt><ref id="lists" name="subscribe"></tt> <em/address/ [ <em/address/ ... ]
+<tt><ref id="lists" name="subscribe"></tt> <em/regexp/ [ <em/regexp/ ... ]
<item>
-<tt><ref id="lists" name="unsubscribe"></tt> <em/address/ [ <em/address/ ... ]
+<tt><ref id="lists" name="unsubscribe"></tt> <em/regexp/ [ <em/regexp/ ... ]
<item>
<tt><ref id="set" name="toggle"></tt> <em/variable/ [<em/variable/ ... ]
<item>
** .pp
** .dl
** .dt %C .dd charset
- ** .dt %c .dd reqiures charset conversion (n or c)
+ ** .dt %c .dd requires charset conversion (n or c)
** .dt %D .dd deleted flag
** .dt %d .dd description
** .dt %e .dd MIME content-transfer-encoding
{ "compose_format", DT_STR, R_BOTH, UL &ComposeFormat, UL "-- Mutt: Compose [Approx. msg size: %l Atts: %a]%>-" },
/*
** .pp
- ** Controls the format of the status line displayed in the \fCompose\fP
+ ** Controls the format of the status line displayed in the \fICompose\fP
** menu. This string is similar to ``$$status_format'', but has its own
** set of printf()-like sequences:
** .pp
{ "digest_collapse", DT_BOOL, R_NONE, OPTDIGESTCOLLAPSE, 1},
/*
** .pp
- ** If this option is \fIset\fP, mutt's revattach menu will not show the subparts of
- ** individual messages in a digest. To see these subparts, press 'v' on that menu.
+ ** If this option is \fIset\fP, mutt's received-attachments menu will not show the subparts of
+ ** individual messages in a multipart/digest. To see these subparts, press 'v' on that menu.
*/
{ "display_filter", DT_PATH, R_PAGER, UL &DisplayFilter, UL "" },
/*
** This is a colon-delimited list of authentication methods mutt may
** attempt to use to log in to an IMAP server, in the order mutt should
** try them. Authentication methods are either 'login' or the right
- ** side of an IMAP 'AUTH=xxx' capability string, eg 'digest-md5',
- ** 'gssapi' or 'cram-md5'. This parameter is case-insensitive. If this
+ ** side of an IMAP 'AUTH=xxx' capability string, eg 'digest-md5', 'gssapi'
+ ** or 'cram-md5'. This parameter is case-insensitive. If this
** parameter is unset (the default) mutt will try all available methods,
** in order from most-secure to least-secure.
** .pp
/*
** .pp
** This command is used to extract only the signers X509 certificate from a S/MIME
- ** signature, so that the certificate's owner may get compared to the email's
- ** 'From'-field.
+ ** signature, so that the certificate's owner may get compared to the
+ ** email's 'From'-field.
** (S/MIME only)
*/
{ "smime_import_cert_command", DT_STR, R_NONE, UL &SmimeImportCertCommand, 0},