X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=d4d407616deec11d9f278ccbfa5b03f0cd11972c;hp=7bebdbabb6cc492997f6afee04e0e1077365efae;hb=2d79d38a0f74ccf2195e3685cd114646961e4000;hpb=e64fdf889d0f78543557f5b72ebca1571caf497e;ds=sidebyside diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 7bebdbab..d4d40761 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=2" message-arg search-args)) ;; Use a scratch buffer to accumulate partial output. ;; This buffer will be killed by the sentinel, which