]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-query.el
emacs: convert to use format-version 3
[notmuch] / emacs / notmuch-query.el
index 436ad160a05b8c0f9a698de1ba9fb025fc272912..48acb551300a096804adba87e55b65cbf55c2053 100644 (file)
@@ -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=1")))
+  (let ((args '("show" "--format=sexp" "--format-version=3")))
     (if notmuch-show-process-crypto
        (setq args (append args '("--decrypt"))))
     (setq args (append args search-terms))