]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: add notmuch-before- and notmuch-after-tag-hook
authorDaniel Schoepe <daniel.schoepe@googlemail.com>
Sun, 15 May 2011 15:48:58 +0000 (17:48 +0200)
committerCarl Worth <cworth@cworth.org>
Tue, 24 May 2011 20:28:41 +0000 (13:28 -0700)
This patch adds hooks that are run before/after messages are tagged
From the emacs interface.  In order to implement this and to avoid
having hooks parse all the arguments to the notmuch binary again, I
created a `notmuch-tag' function that other modules should use instead
of running (notmuch-call-notmuch-process "tag" ...) directly.


No differences found