X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-query.el;h=6e9f406d5c8fddf8559d8fc666af2929b4163ede;hb=e9b6e464745fdebd4c6367dfc731859fe390b531;hp=e7e352072887f3315a3ede255984b9db9a530006;hpb=66c935cff37fcab1ef7b0a5cecf5bc1c62d8d2ed;p=notmuch 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))