]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-query.el
emacs: Use --format-version for search, show, and reply
[notmuch] / emacs / notmuch-query.el
index e7e352072887f3315a3ede255984b9db9a530006..6e9f406d5c8fddf8559d8fc666af2929b4163ede 100644 (file)
@@ -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))