X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;fp=emacs%2Fnotmuch-tree.el;h=1efb95bbb677e7be648863e25b3a214b33d0b585;hp=b3f1183da4b50fc531e3813be8e9420c2bbc621f;hb=a890241138ea468f8a275941b02da39b4e894c1e;hpb=06477bce03d09353e92cea7a59134b5ac3facae3 diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index b3f1183d..1efb95bb 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -1113,7 +1113,7 @@ the same as for the function notmuch-tree." (concat " and (" query-context ")")))) (sort-arg (if oldest-first "--sort=oldest-first" "--sort=newest-first")) (message-arg (if unthreaded "--unthreaded" "--entire-thread"))) - (when (equal (car (process-lines notmuch-command "count" search-args)) "0") + (when (equal (car (notmuch--process-lines notmuch-command "count" search-args)) "0") (setq search-args basic-query)) (notmuch-tag-clear-cache) (let ((proc (notmuch-start-notmuch