From: Karel Zak Date: Thu, 15 Dec 2011 00:20:26 +0000 (+0100) Subject: update README.notmuch X-Git-Tag: neomutt-20160404~13^2~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12eff3c6c9ebdba698dd47c1d21d46d0537e9ec0;p=neomutt update README.notmuch Signed-off-by: Karel Zak --- diff --git a/README.notmuch b/README.notmuch index 24edd4dad..e7bf697ba 100644 --- a/README.notmuch +++ b/README.notmuch @@ -2,7 +2,7 @@ notmuch support for mutt ------------------------ - * notmuch is e-email library for e-mail fulltext indexing and tagging; see + * notmuch is e-mail fulltext indexing and tagging engine; see http://notmuchmail.org/ for more information. @@ -14,6 +14,7 @@ notmuch support for mutt $ ./configure --enable-notmuch $ make + * folders URI notmuch:///[?=[& ...]] @@ -42,6 +43,22 @@ notmuch support for mutt in your config files to keep things readable. + * commands: + + change-vfolder: + - switch to virtual folder + - default key: X + + vfolder-from-query: + - generate new virtual folder from notmuch search query + - default key: X + + modify-labels: + - add or remove notmuch tags; [+] to add, - to remove + - default key: ` + - example: "+AAA +BBB -CCC" + + * muttrc: virtual-mailboxes [ ...] @@ -79,17 +96,16 @@ notmuch support for mutt folders to your ** personal taste. This string is similar to $$index_format, but has its own set of printf(3)-like sequences: - %f .dd folder name (description) - %n .dd number of all messages - %N .dd number of new messages - %>X .dd right justify the rest of the string and pad with character ``X'' - %|X .dd pad to the end of the line with character ``X'' - %*X .dd soft-fill with character ``X'' as pad + %f folder name (description) + %n number of all messages + %N number of new messages + %>X right justify the rest of the string and pad with character ``X'' + %|X pad to the end of the line with character ``X'' + %*X soft-fill with character ``X'' as pad default is "%6n(%6N) %f " + index_format and pager_format - - - + %g notmuch tags (labels)