]> 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 50b6f30330ba393ec9bb4de38b20fe58d9acad31..71e91093ab5969461af9bde1e096738ae50fb440 100644 (file)
@@ -570,7 +570,7 @@ options will be handled as specified for
                                            (plist-get options :filter))))
         "\n")))
     (unless (= (notmuch--call-process-region (point-min) (point-max) notmuch-command
-                                            t t nil "count" "--exclude=false" "--batch") 0)
+                                   t t nil "count" "--batch") 0)
       (notmuch-logged-error
        "notmuch count --batch failed"
        "Please check that the notmuch CLI is new enough to support `count
@@ -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 ()