X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=6812d7e9204e5918d377b02a4298d099cb6b90a1;hp=7bebdbabb6cc492997f6afee04e0e1077365efae;hb=b6f87c3085e25e5bf65a4f956af8846bc0681c52;hpb=32065e79090ce27c609db6a2fc07e134f1d3d4df diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 7bebdbab..6812d7e9 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -917,7 +917,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" + "show" "--body=false" "--format=sexp" "--format-version=3" message-arg search-args)) ;; Use a scratch buffer to accumulate partial output. ;; This buffer will be killed by the sentinel, which