[notmuch] [PATCH v3] notmuch-query.el: new file to support access to the notmuch database.

2010-04-05 Thread David Edmondson
On Mon, 5 Apr 2010 13:46:16 -0300, david at tethera.net wrote: > diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el > new file mode 100644 > index 000..3f1a7b3 > --- /dev/null > +++ b/emacs/notmuch-query.el > @@ -0,0 +1,90 @@ > +; notmuch-query.el --- provide an emacs api to query

[notmuch] [PATCH v3] notmuch-query.el: new file to support access to the notmuch database.

2010-04-05 Thread da...@tethera.net
From: David Bremner 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

[notmuch] [PATCH v3] notmuch-query.el: new file to support access to the notmuch database.

2010-04-05 Thread Carl Worth
On Mon, 5 Apr 2010 13:46:16 -0300, david at tethera.net wrote: > Commentary on this revision of the patch. > - Rebased to current master. > - Last time I checked, used by dme's json rewrite of the emacs ui > - Warnings eliminated by including the new notmuch-lib.el Very nice

[notmuch] [PATCH v3] notmuch-query.el: new file to support access to the notmuch database.

2010-04-05 Thread david
From: David Bremner brem...@unb.ca 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

Re: [notmuch] [PATCH v3] notmuch-query.el: new file to support access to the notmuch database.

2010-04-05 Thread Carl Worth
On Mon, 5 Apr 2010 13:46:16 -0300, da...@tethera.net wrote: Commentary on this revision of the patch. - Rebased to current master. - Last time I checked, used by dme's json rewrite of the emacs ui - Warnings eliminated by including the new notmuch-lib.el Very nice stuff