From: Karel Zak Date: Tue, 3 Jan 2012 10:51:15 +0000 (+0100) Subject: update README X-Git-Tag: neomutt-20160404~13^2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc22e4f1cf75452c839a3fbe9a7aeae2cfba0963;p=neomutt update README Signed-off-by: Karel Zak --- diff --git a/README.notmuch b/README.notmuch index 89af08918..c93616c44 100644 --- a/README.notmuch +++ b/README.notmuch @@ -11,7 +11,7 @@ notmuch support for mutt $ git clone git://github.com/karelzak/mutt-kz.git $ cd mutt-kz $ ./prepare - $ ./configure --enable-notmuch + $ ./configure --enable-notmuch [--enable-debug] $ make @@ -23,6 +23,11 @@ notmuch support for mutt as returned by 'notmuch config get database.path' command. Note that the should NOT include .notmuch directory name. + If the "" is not defined then $nm_default_uri is used, for example: + + set nm_default_uri = "notmuch:///home/foo/maildir" + virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox" + Items: query= @@ -49,7 +54,7 @@ notmuch support for mutt * commands: change-vfolder: - - switch to virtual folder + - switch to another virtual folder - default key: X vfolder-from-query: @@ -66,7 +71,8 @@ notmuch support for mutt - not mapped to any key - example (add "archive" notmuch tag and remove message from screen): - macro index A "archive\n" + macro index A "+archive -inbox\n" + macro index I "-inbox\n" quasi-delete: - delete message from mutt (usualy after function), but @@ -102,16 +108,20 @@ notmuch support for mutt This variable specifies private notmuch tags which should not be printed on screen (index, pager). + Default is "unread,draft,flagged,passed,replied,attachment". + notmuch_unread_tag = tag: This variable specifies notmuch tag which is used for unread messages. The variable is used to count unread messages in DB only. All other mutt - commands use standard (e.g. maildir) flags. Default is "tag:unread". + commands use standard (e.g. maildir) flags. + + Default is "tag:unread". vfolder_format = This variable allows you to customize the file browser display for virtual - folders to your ** personal taste. This string is similar to $$index_format, + folders to your personal taste. This string is similar to $index_format, but has its own set of printf(3)-like sequences: %f folder name (description) @@ -121,7 +131,7 @@ notmuch support for mutt %|X pad to the end of the line with character ``X'' %*X soft-fill with character ``X'' as pad - default is "%6n(%6N) %f " + Default is "%6n(%6N) %f ". index_format and pager_format