X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fmanual.sgml.head;h=abed2a60fd007df651d14e012f3e469f4775f7ff;hp=4cf19a1b0b26e6177d54d6b79cd396723604b509;hb=fc9c62aae0a7ebf1ff9335e322e7c1f5d3e459d3;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 4cf19a1..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 @@ -1193,7 +1193,7 @@ someone else. For instance, when replying to a message that you sent to a different party, mutt will automatically suggest to send the response to the original message's recipients -- responding to yourself won't make much sense in many cases. (See .) +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 @@ -1202,8 +1202,18 @@ purpose of the Mailing lists

@@ -1222,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 @@ -1242,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 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, @@ -2309,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 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).