From: Jani Nikula Date: Sun, 28 Sep 2014 14:40:59 +0000 (+0300) Subject: cli/insert: add post-insert hook X-Git-Tag: 0.19_rc1~27 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=19c09d870f18f549df3d9f5a3a30a20f7279b07a;hp=19c09d870f18f549df3d9f5a3a30a20f7279b07a;p=notmuch cli/insert: add post-insert hook The post-new hook might no longer be needed or run very often if notmuch insert is being used. Therefore a post-insert hook is needed (arguably pre-insert not so much, so don't add one). Also add the --no-hooks option to skip hooks. ---