[PATCH v2] emacs: add notmuch-expr, sexp-style queries

2020-11-13 Thread Tom Fitzhenry
From: Tom Fitzhenry notmuch-expr allows you to write notmuch search queries in sexp style like: (notmuch-expr '(and (to "emacs-devel") "info manual" (or (not (is "spam")) (is "important" which will generate the textual

[PATCH] emacs: add notmuch-expr, sexp-style queries

2020-05-13 Thread Tom Fitzhenry
From: Tom Fitzhenry notmuch-expr allows you to write notmuch search queries in sexp style like: (notmuch-expr '(and (to "emacs-devel") "info manual" (or (not (is "spam")) (is "important" which will generate the textual