aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2011-12-09 00:48:29 +0200
committerGravatar David Bremner <bremner@debian.org>2011-12-11 13:57:31 -0400
commitd399b6b909fe6e2c6073464006061382c8bb31d5 (patch)
tree3cfadc14d05d5ef57e3c32d3568c4b0eaf91a433 /Makefile.local
parentae13d612c14f654d4bc12c93481227e4d24fda82 (diff)
cli: introduce the concept of user defined hooks
Add mechanism for running user defined hooks. Hooks are executables or symlinks to executables stored under the new notmuch hooks directory, <database-path>/.notmuch/hooks. No hooks are introduced here, but adding support for a hook is now a simple matter of calling the new notmuch_run_hook() function at an appropriate location with the hook name. Signed-off-by: Jani Nikula <jani@nikula.org>
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.local b/Makefile.local
index 28e371a8..5108a0cc 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -299,6 +299,7 @@ notmuch_client_srcs = \
debugger.c \
gmime-filter-reply.c \
gmime-filter-headers.c \
+ hooks.c \
notmuch.c \
notmuch-config.c \
notmuch-count.c \