X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=022525aec0f5d45c97dbb1079016fab58d1ab17d;hb=aeeb966f95d9af626c72587b29be4b57ac216d53;hp=55212626307704a5743ef94f93f0750add7a07c7;hpb=37d1fa5672133a4deb0efa631a21eeeb50a7c1a1;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