]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
Revert "emacs: use --exclude=false when checking for empty searches"
[notmuch] / emacs / notmuch-hello.el
index fc007c4c450476a54a23203a34e96bfdd729f0f0..71e91093ab5969461af9bde1e096738ae50fb440 100644 (file)
@@ -785,7 +785,7 @@ Complete list of currently available key bindings:
                   :help-echo "Refresh"
                   (notmuch-hello-nice-number
                    (string-to-number
-                    (car (notmuch--process-lines notmuch-command "count")))))
+                    (car (notmuch--process-lines notmuch-command "count" "--exclude=false")))))
     (widget-insert " messages.\n")))
 
 (defun notmuch-hello-insert-saved-searches ()