From: Austin Clements Date: Sun, 23 Jun 2013 23:43:17 +0000 (-0400) Subject: emacs: Introduce `notmuch-call-notmuch-sexp' X-Git-Tag: 0.16_rc1~45 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2626d815733b5ee04080bc81c75311d812b7c6f5;hp=2626d815733b5ee04080bc81c75311d812b7c6f5 emacs: Introduce `notmuch-call-notmuch-sexp' This is just like `notmuch-call-notmuch-json', but parses S-expression output. Note that, also like `notmuch-call-notmuch-json', this doesn't consider trailing data to be an error, which may or may not be what we want in the long run. ---