X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=022525aec0f5d45c97dbb1079016fab58d1ab17d;hb=1d82110f8397e413d1e000b5a2aa99a2b0995e6d;hp=55212626307704a5743ef94f93f0750add7a07c7;hpb=d55fffffd7bb8c5b215ce6d23f1ac0c203cef17b;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 55212626..022525ae 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" "--format-version=3" + "show" "--body=false" "--format=sexp" "--format-version=4" message-arg search-args)) ;; Use a scratch buffer to accumulate partial output. ;; This buffer will be killed by the sentinel, which