X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;fp=emacs%2Fnotmuch-tree.el;h=2f508128cc78f2cbab0f146e4acb6c33fe2336e2;hp=01a77b716f3fa12c14317cc9dc790cd7301a6df7;hb=731697d671749a13634a2a4b843ce62f2927f64f;hpb=357dd488caf0262f8a36ea4fd23b9d017cc93440 diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 01a77b71..2f508128 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -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