X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=022525aec0f5d45c97dbb1079016fab58d1ab17d;hb=d7b5db32c3bf6b5e6c5f75d110355a9f5b5a59b8;hp=7bebdbabb6cc492997f6afee04e0e1077365efae;hpb=71012e81098dce71cbd69479ecdee375a24db79c;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 7bebdbab..022525ae 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -832,7 +832,7 @@ passed to it by notmuch-tree-process-filter." (mapc 'notmuch-tree-insert-forest-thread forest)) (define-derived-mode notmuch-tree-mode fundamental-mode "notmuch-tree" - "Major mode displaying messages (as opposed to threads) of of a notmuch search. + "Major mode displaying messages (as opposed to threads) of a notmuch search. This buffer contains the results of a \"notmuch tree\" of your email archives. Each line in the buffer represents a single @@ -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=4" message-arg search-args)) ;; Use a scratch buffer to accumulate partial output. ;; This buffer will be killed by the sentinel, which