X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fmanual.sgml.head;h=abed2a60fd007df651d14e012f3e469f4775f7ff;hp=90a7329e43dbb50c690720fb6702d6266a3ae19a;hb=8251e71a54cf536b42bf3af4b50a7611951036c6;hpb=420f3633557ed75a0de989eb065af6e09eed29ba diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 90a7329..abed2a6 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -56,8 +56,8 @@ name="http://www.mutt.org/download.html">. IRC

Visit channel to chat with other people interested in Mutt. +url="http://www.freenode.net/" name="irc.freenode.net +(www.freenode.net)"> to chat with other people interested in Mutt. USENET

@@ -411,7 +411,7 @@ you misspelled the passphrase.

(default: L) Reply to the current or tagged message(s) by extracting any addresses which -match the addresses given by the +match the regular expressions given by the commands, but also honor any configuration variable is set. Using this when replying to messages posted @@ -568,7 +568,7 @@ Also see .

If you want to use PGP, you can specify - + ``E'' encrypts, ``S'' signs and ``S<id>'' signs with the given key, setting which the macro will be bound. +Multiple maps may be specified by separating multiple menu arguments by +commas. Whitespace may not be used in between the menu arguments and the +commas separating them. + . There are some additions however. The first is that control characters in .) +id="reply_to" name="$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 @@ -1195,8 +1202,18 @@ purpose of the Mailing lists

@@ -1215,7 +1232,7 @@ the Mail-Followup-To header is a non-standard extension which is not 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 configuration variable. +name="$followup_to"> configuration variable. More precisely, Mutt maintains lists of patterns for the addresses of known and subscribed mailing lists. Every subscribed mailing @@ -1235,8 +1252,8 @@ 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 - mailbox. See for information on the exact format of and a with its arguments. -Change settings based upon message recipients

Usage: -Usage: +Usage: variable depending on the message's sender +address. + +For each type of Spam detection

+Usage: +Usage: variable. (Tip: try +spam "X-DCC-.*-Metrics:.*(....)=many" "90+/DCC-%1" +spam "X-Spam-Status: Yes" "90+/SA" +spam "X-PerlMX-Spam: .*Probability=([0-9]+)%" "%1/PM" +set spam_separator=", " + + +If I then received a message 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''.) + +If the $spam_separator variable is unset, then each +spam pattern match supercedes the previous one. Instead of getting +joined +spam "^From: .*MAILER-DAEMON" "999" + + + Setting variables

Usage: @@ -1574,7 +1699,7 @@ path of your home directory. If the filename ends with a vertical bar (|), then source ~/bin/myscript|). Removing hooks

@@ -1770,6 +1895,7 @@ messages: ~f USER messages originating from USER ~g cryptographically signed messages ~G cryptographically encrypted messages +~H EXPR messages with a spam attribute matching EXPR ~h EXPR messages which contain EXPR in the message header ~k message contains PGP key material ~i ID message which match ID in the ``Message-ID'' field @@ -1795,6 +1921,7 @@ messages: ~y EXPR messages which contain EXPR in the `X-Label' field ~z [MIN]-[MAX] messages with a size in the range MIN to MAX *) ~= duplicated messages (see $duplicate_threads) +~$ unreferenced messages (requires threaded view) Where EXPR, USER, ID, and SUBJECT are @@ -1871,8 +1998,9 @@ pattern language. For example, ~f "me@(mutt\.org|cs\.hmc\.edu)" -Without the quotes, the parenthesis would truncate the regular expression -to simply Searching by Date

@@ -1962,6 +2090,13 @@ manner. If the variable is set, the next operation applies to the tagged messages automatically, without requiring the ``tag-prefix''. +In or 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. + Using Hooks

A send-hook . 'unmy_hdr From:' -send-hook ~Cb@b.b my_hdr from: c@c.c +send-hook ~C'^b@b\.b$' my_hdr from: c@c.c Message Matching in Hooks

+The sidebar allows you to use a mailbox listing which looks very +similiar to the ones you can the in GUI mail clients. +The sidebar lists all specified mailboxes, shows the number in each +and highlights the ones with new email +Use the following commands: + +set sidebar_visible="yes" +set sidebar_width=25 + + +If you want to specify the mailboxes you can do so with: + +set mbox='=INBOX' +mailboxes INBOX \ + MBOX1 \ + MBOX2 \ + ... + + +You can also specify the colors for mailboxes with new mails by using: + +color sidebar_new red black + + +The available functions are: + +sidebar-scroll-up Scrolls the mailbox list up 1 page +sidebar-scroll-down Scrolls the mailbox list down 1 page +sidebar-next Hilights the next mailbox +sidebar-previous Hilights the previous mailbox +sidebar-open Opens the currently hilighted mailbox + + External Address Queries

Mutt supports connecting to external directory databases such as LDAP, @@ -2056,7 +2226,7 @@ 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 -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. @@ -2184,10 +2354,11 @@ than the author of the message. This can create problems when trying to reply directly to the author in private, since most mail clients will automatically reply to the address given in the ``Reply-To'' field. Mutt uses the -variable to help decide which address to use. If set, you will be +variable to help decide which address to use. If set to + variable, which defaults to every 60 seconds. If Mutt was compiled with SSL support (by running the variable. Polling for new mail on an IMAP server can cause noticeable delays. So, you'll want to carefully tune the - + and variables. Personally I use @@ -2371,8 +2542,10 @@ following differences: will choose to descend into the subfolder view. If you wish to view the messages in that folder, you must use view-file instead (bound to space by default). -You can delete mailboxes with the delete-mailbox - command (bound to d by default. You may also +You can create, delete and rename mailboxes with the + create-mailbox, delete-mailbox, and + rename-mailbox commands (default bindings: C, + d and r, respectively). You may also subscribe and unsubscribe to mailboxes (normally these are bound to s and u, respectively). @@ -2401,15 +2574,15 @@ in the following order: SASL, ANONYMOUS, GSSAPI, CRAM-MD5, LOGIN. There are a few variables which control authentication: - - controls + - 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 - a + - a password which you may preset, used by all authentication methods where a password is needed. - - 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 @@ -2436,7 +2609,7 @@ account-hook imap://host2/ 'set tunnel="ssh host2 /usr/libexec/imapd"' Start a WWW Browser on URLs (EXTERNAL)

-If a message contains URLs (http://www.mutt.org/), it is efficient to get a menu with all the URLs and start a WWW browser on one of them. This functionality is provided by the external urlview program which can be @@ -3112,7 +3285,7 @@ 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: -mime-lookup application/octet-stream application/X-Lotus-Manuscript +mime_lookup application/octet-stream application/X-Lotus-Manuscript In addition, the unmime_lookup command may be used to disable this feature @@ -3222,9 +3395,9 @@ The following are the commands understood by mutt. - - @@ -3262,15 +3435,21 @@ The following are the commands understood by mutt. + [no|inv] - + + -