summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard `Guyzmo` Pratz <guyzmo+notmuch@m0g.net>2013-03-22 15:57:57 +0100
committerBernard `Guyzmo` Pratz <guyzmo+notmuch@m0g.net>2013-03-22 15:57:57 +0100
commit7eb6878a405fbf5956a34508cc3925d70633b90a (patch)
treefc4717053ffe964153a9b1caa5db013b956766b8
parentda7da77078e6e15f8e3965e6d3fc5b43441613fe (diff)
added mutt-kz, procmail, notmuch_delivery and notmuch_abook howto to mutt wikipage
Signed-off-by: Bernard `Guyzmo` Pratz <guyzmo+notmuch@m0g.net>
-rw-r--r--notmuch-mutt.mdwn15
1 files changed, 8 insertions, 7 deletions
diff --git a/notmuch-mutt.mdwn b/notmuch-mutt.mdwn
index fb7a6c8..2340d92 100644
--- a/notmuch-mutt.mdwn
+++ b/notmuch-mutt.mdwn
@@ -7,7 +7,8 @@ full-text search and thread reconstruction) without *having to* change MUA.
A popular geek MUA is [the Mutt e-mail client](http://www.mutt.org); integrating
notmuch with Mutt is not seamless, but fairly straightforward. There are two
-principal possibilities, each with its own ups and downs:
+principal possibilities, either using a patched mutt that handles internally
+notmuch, or use a sets of scripts/handler within mutt to achieve something close.
# Using Notmuch with mutt-kz
@@ -29,12 +30,12 @@ principal possibilities, each with its own ups and downs:
"Starred" "notmuch://?query=tag:*"\
"Sent" "notmuch://?query=tag:sent" # sets up queries for virtual folders
# notmuch bindings
- macro index \\ "<vfolder-from-query>" # looks up a hand mane query
- macro index A "<modify-labels>+archive -unread -inbox\n" # tag as Archived
- macro index I "<modify-labels>-inbox -unread\n" # removed from inbox
- macro index S "<modify-labels-then-hide>-inbox -unread +junk\n" # tag as Junk mail
- macro index + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
- macro index - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
+ macro index \\\\ "<vfolder-from-query>" # looks up a hand made query
+ macro index A "<modify-labels>+archive -unread -inbox\\n" # tag as Archived
+ macro index I "<modify-labels>-inbox -unread\\n" # removed from inbox
+ macro index S "<modify-labels-then-hide>-inbox -unread +junk\\n" # tag as Junk mail
+ macro index + "<modify-labels>+*\\n<sync-mailbox>" # tag as starred
+ macro index - "<modify-labels>-*\\n<sync-mailbox>" # tag as unstarred
# sidebar
set sidebar_width = 20
set sidebar_visible = yes # set to "no" to disable sidebar view at startup