]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tree.el
CLI: define and use format version 5
[notmuch] / emacs / notmuch-tree.el
index 01a77b716f3fa12c14317cc9dc790cd7301a6df7..2f508128cc78f2cbab0f146e4acb6c33fe2336e2 100644 (file)
@@ -1103,7 +1103,7 @@ the same as for the function notmuch-tree."
     (notmuch-tag-clear-cache)
     (let ((proc (notmuch-start-notmuch
                 "notmuch-tree" (current-buffer) #'notmuch-tree-process-sentinel
-                "show" "--body=false" "--format=sexp" "--format-version=4"
+                "show" "--body=false" "--format=sexp" "--format-version=5"
                 sort-arg message-arg search-args))
          ;; Use a scratch buffer to accumulate partial output.
          ;; This buffer will be killed by the sentinel, which