]> git.cworth.org Git - notmuch/commitdiff
notmuch: Use Query.count_messages() rather len(Query.search_messages())
authorSebastian Spaeth <sebastian@sspaeth.de>
Fri, 19 Mar 2010 07:47:14 +0000 (08:47 +0100)
committerSebastian Spaeth <sebastian@sspaeth.de>
Fri, 19 Mar 2010 07:47:14 +0000 (08:47 +0100)
In my tests, this is about 10 times faster and returned the same results,
although both operations are really fast.


No differences found