X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=6e9f406d5c8fddf8559d8fc666af2929b4163ede;hp=e7e352072887f3315a3ede255984b9db9a530006;hb=2cdb3f54f71e5e415a930aaa36452ffe1db04d06;hpb=0df6dcfe7631b032e26c15ebb9627b3699200022;ds=sidebyside diff --git a/emacs/notmuch-query.el b/emacs/notmuch-query.el index e7e35207..6e9f406d 100644 --- a/emacs/notmuch-query.el +++ b/emacs/notmuch-query.el @@ -29,7 +29,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=json"))) + (let ((args '("show" "--format=json" "--format-version=1"))) (if notmuch-show-process-crypto (setq args (append args '("--decrypt")))) (setq args (append args search-terms))