]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-query.el
CLI: define and use format version 5
[notmuch] / emacs / notmuch-query.el
index d7349b771e4ff4efde18249d54a32a8dc2adde45..5c7f4f8d8918504a70e23c436c6f644c44f1f2ce 100644 (file)
@@ -31,7 +31,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=4")))
+  (let ((args '("show" "--format=sexp" "--format-version=5")))
     (when notmuch-show-process-crypto
       (setq args (append args '("--decrypt=true"))))
     (setq args (append args search-terms))