X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=eaed960c18ef4865b9342e4fdbdacda77a1e5ee2;hp=bb5e4d55f6415a34c1e4a5231799bd62a3a14c7b;hb=69bb7f35b6e59fd3a3b1fb2d0f0367f7016cba80;hpb=d399b6b909fe6e2c6073464006061382c8bb31d5 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 -----------