From: Karel Zak Date: Wed, 14 Mar 2012 14:31:30 +0000 (+0100) Subject: docs: add note about sidebar to notmuch docs X-Git-Tag: neomutt-20160404~13^2~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a4643f40f7c5410d20c0a2f924af2abfc3ed14e;p=neomutt docs: add note about sidebar to notmuch docs Signed-off-by: Karel Zak --- diff --git a/README.notmuch b/README.notmuch index c4d11aa0f..12f00788c 100644 --- a/README.notmuch +++ b/README.notmuch @@ -108,6 +108,10 @@ notmuch support for mutt When set, mutt will use the first virtual mailbox (see virtual-mailboxes) as a spoolfile. + When set together with sidebar, mutt will use list of virtual folders in + the sidebar. It's possible to toggle between virtual and normal folders by + sidebar-toggle command. + notmuch_default_uri = This variable specifies the default Notmuch database in format @@ -163,6 +167,21 @@ notmuch support for mutt set nm_default_uri="notmuch:///home/kzak/Mail/Maildir" set virtual_spoolfile = yes + # normal folders + set mbox_type=Maildir + set folder="~/Mail/Maildir" + mailboxes =rh =fedora =misc + + # sidebar + set sidebar_width = 35 + set sidebar_visible = yes + color sidebar_new yellow default + bind index sidebar-prev + bind index sidebar-next + bind index sidebar-open + bind index S sidebar-toggle + + # virtual folders virtual-mailboxes \ "INBOX" "notmuch://?query=tag:inbox and NOT tag:archive" \ "Util-linux" "notmuch://?query=tag:ul and NOT tag:archive" \