[notmuch] [PATCH v3] notmuch-query.el: new file to support access to the notmuch database.
David Edmondson
dme at dme.org
Mon Apr 5 09:59:51 PDT 2010
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 0000000..3f1a7b3
> --- /dev/null
> +++ b/emacs/notmuch-query.el
> @@ -0,0 +1,90 @@
> +; notmuch-query.el --- provide an emacs api to query notmuch
Should this comment prefix be ';;'? A single ';' is indented way over to
the right by default.
> +(defun notmuch-query-map-aux (mapper function seq)
> + "private function to do the actual mapping and flattening"
> +
> + (apply 'append
> + (mapcar
> + (lambda (tree)
> + (funcall mapper fn tree))
> + seq)))
> +
> +
There are a bunch of spurious blank lines in various places.
dme.
--
David Edmondson, http://dme.org
More information about the notmuch
mailing list