]> git.notmuchmail.org Git - notmuch/commit
TODO: Add idea for fixing "notmuch count" to always be exact.
authorCarl Worth <cworth@cworth.org>
Tue, 1 Jun 2010 17:40:38 +0000 (10:40 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Jun 2010 17:51:42 +0000 (10:51 -0700)
commitf7ac6d5c8d1db89e698c6d741cd6f5b3ca22556c
tree0122a6832bd8c2e7c9a3c5be1afebf55bc3bdce8
parenta0665d9104f577e523a61556ecbe999896788e44
TODO: Add idea for fixing "notmuch count" to always be exact.

I had previously thought Xapian only offered an estimate for the
number of results that might match a search. But Olly let me know
that we can easily ask for Xapian to provide the exact count.
TODO