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