X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fmanual.sgml.head;h=2b5df61a29a21bd13337a03f4a10ad35b34eddd6;hp=4e5443804fc728327ba6f6b41ae80de29a34e927;hb=6b4750772eba54f979455376713b49900a4d5016;hpb=643be053e447a35cccc37550ac0087bb5bb5c5ad diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 4e54438..2b5df61 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -13,7 +13,7 @@ Introduction

-Mutt Home Page -

- Mutt-ng Home Page

- + Mailing Lists

@@ -818,6 +814,36 @@ 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. +Please note that, unlike the various shells, mutt-ng interpretes a ``\'' +at the end of a line also in comments. This allows you to disable a command +split over multiple lines with only one ``#''. + + +# folder-hook . \ + set realname="Michael \"MuttDude\" Elkins" + + +When testing your config files, beware the following caveat. The backslash +at the end of the commented line extends the current line with the next line +- then referred to as a ``continuation line''. As the first line is +commented with a hash (#) all following continuation lines are also +part of a comment and therefore are ignored, too. So take care of comments +when continuation lines are involved within your setup files! + +Abstract example: + + +line1\ +line2a # line2b\ +line3\ +line4 +line5 + + +line1 ``continues'' until line4. however, the part after the # is a +comment which includes line3 and line4. line5 is a new line of its own and +thus is interpreted again. + It is also possible to substitute the output of a Unix command in an initialization file. This is accomplished by enclosing the command in backquotes (``). For example, @@ -1713,6 +1739,51 @@ If the filename ends with a vertical bar (|), then source ~/bin/myscript|). +Configuring features conditionaly

+Usage: +ifdef feature_imap 'source ~/.mutt-ng/imap_setup' +# or +# ifdef imap_user 'source ~/.mutt-ng/imap_setup' +# or +# ... + + +To exit mutt-ng directly if no NNTP support is compiled in: + +ifndef feature_nntp 'push q' +# or +# ifndef newsrc 'push q' +# or +# ... + + +To only set the when the system's SVN +is recent enough to have it: + +ifdef imap_mail_check 'set imap_mail_check=300' + + Removing hooks

Usage: that is in effect at that time will be used. -Usingg the sidebar

The sidebar, a feature specific to Mutt-ng, allows you to use a mailbox listing which looks very similar to the ones you probably know from GUI mail clients. @@ -2200,6 +2271,7 @@ mailboxes INBOX \ You can also specify the colors for mailboxes with new mails by using: color sidebar_new red black +color sidebar white black The available functions are: @@ -2210,7 +2282,7 @@ sidebar-next Hilights the next mailbox sidebar-next-new Hilights the next mailbox with new mail sidebar-previous Hilights the previous mailbox sidebar-open Opens the currently hilighted mailbox - + Reasonable key bindings look e.g. like this: @@ -2418,9 +2490,6 @@ either by misconfigured software or bad behaviour from some correspondents. This allows to clean your mailboxes formats) from these annoyances which make it hard to follow a discussion. -If you want to use these functions with IMAP, you need to compile Mutt -with the Linking threads

@@ -2543,15 +2612,10 @@ 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 - + and -variables. Personally I use - -set mail_check=90 -set timeout=15 - -with relatively good results over my slow modem line. +variables. Note that if you are using mbox as the mail store on UW servers prior to v12.250, the server has been reported to disconnect a client if another client @@ -2564,7 +2628,7 @@ 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: -In lieu of file permissions, mutt displays the string "IMAP", +Instead 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