diff options
| author | David Bremner <david@tethera.net> | 2017-06-03 14:47:34 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-04 08:32:44 -0300 |
| commit | e1b7d32db00ea8afaa1f2ae31bdaa5cb423dda96 (patch) | |
| tree | c14dea5dda1e59dbf2f1aa55302e6f5933f3e03f /emacs | |
| parent | 9eacd7d367aff4c5e8069e4b9f4c7ed8f466f6ee (diff) | |
cli: implement structured output version 4
Since the error field is unused by the emacs front end, no changes are
needed other than bumping the format version number.
As it is, this is a bit overengineered, but it will reduce duplication
when we support gmime 3.0
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/notmuch-query.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index 48acb551..592fd8f1 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -30,7 +30,7 @@ A thread is a forest or list of trees. A tree is a two element list where the first element is a message, and the second element is a possibly empty forest of replies. " - (let ((args '("show" "--format=sexp" "--format-version=3"))) + (let ((args '("show" "--format=sexp" "--format-version=4"))) (if notmuch-show-process-crypto (setq args (append args '("--decrypt")))) (setq args (append args search-terms)) |
