aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@unb.ca>2010-04-05 13:46:16 -0300
committerGravatar Carl Worth <cworth@cworth.org>2010-04-05 11:08:45 -0700
commitc2f3710a786dc8d610ccd8138ccfe5089686bec2 (patch)
tree430fc9d4d4df8bb5a93825d8d54b2943509ffc27 /emacs/Makefile.local
parent9eb360329929258fb243cfb5095989ba45391109 (diff)
notmuch-query.el: new file to support access to the notmuch database.
Initially this file provides one main function notmuch-query-get-threads, which takes a set of search terms, and returns a parsed set of matching threads as a lisp data structure. A set of notmuch-query-map-* functions are provided to help map functions over the data structure. The function notmuch-query-get-message-ids uses this machinery to get the set of message-ids matching a query. Edited-by: Carl Worth <cworth@cworth.org>: Change comment syntax, (";;" rather than ";" to make emacs-lisp mode happy), and eliminate some excess whitespace, as suggested by David Edmonson.
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index 95b6fa45..626a4e51 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -4,6 +4,7 @@ dir := emacs
emacs_sources := \
$(dir)/notmuch-lib.el \
$(dir)/notmuch.el \
+ $(dir)/notmuch-query.el \
$(dir)/notmuch-show.el
emacs_bytecode := $(subst .el,.elc,$(emacs_sources))