aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2011-12-09 00:48:30 +0200
committerGravatar David Bremner <bremner@debian.org>2011-12-11 13:58:15 -0400
commit69bb7f35b6e59fd3a3b1fb2d0f0367f7016cba80 (patch)
tree0e92645d33017b082c28a3de6e82f73213300f74 /NEWS
parentd399b6b909fe6e2c6073464006061382c8bb31d5 (diff)
cli: add support for pre and post notmuch new hooks
Run notmuch new pre and post hooks, named "pre-new" and "post-new", if present in the notmuch hooks directory. The hooks will be run before and after incorporating new messages to the database. Typical use cases for pre-new and post-new hooks are fetching or delivering new mail to the maildir, and custom tagging of the mail incorporated to the database. Also add command line option --no-hooks to notmuch new to bypass the hooks. Signed-off-by: Jani Nikula <jani@nikula.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb5e4d55..eaed960c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
Notmuch 0.11 (201x-xx-xx)
=========================
+New command-line features
+-------------------------
+
+Hooks
+
+ Hooks have been introduced to notmuch. Hooks are scripts that notmuch
+ invokes before and after certain actions. Initially, "notmuch new"
+ supports "pre-new" and "post-new" hooks that are run before and after
+ importing new messages into the database.
+
Performance
-----------