mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: use --exclude=false when counting total messages
Even if a user excludes a large fraction of their messages, they still nonetheless exist and are searchable.
This commit is contained in:
parent
8370e3cfe2
commit
cc180507b0
2 changed files with 1 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
|
@ -69,7 +69,6 @@ notmuch tag -$tag '*'
|
|||
test_expect_equal_file $EXPECTED/notmuch-hello-long-names OUTPUT
|
||||
|
||||
test_begin_subtest "All tags show up"
|
||||
test_subtest_known_broken
|
||||
tag=exclude_me
|
||||
notmuch tag +$tag '*'
|
||||
notmuch config set search.exclude_tags $tag
|
||||
|
|
Loading…
Reference in a new issue