From c2f3710a786dc8d610ccd8138ccfe5089686bec2 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 5 Apr 2010 13:46:16 -0300 Subject: 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 : Change comment syntax, (";;" rather than ";" to make emacs-lisp mode happy), and eliminate some excess whitespace, as suggested by David Edmonson. --- emacs/Makefile.local | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/Makefile.local') 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)) -- cgit v1.2.3