]> git.notmuchmail.org Git - notmuch/commit
notmuch search: Fix to actually return something.
authorCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 04:09:12 +0000 (20:09 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 04:09:12 +0000 (20:09 -0800)
commit523f1ce0a5e1cbe62dc9b879f224d6b60631322f
tree042a714f5ef3f5b00937f08ce3e9367e75da3965
parent93dcc3b695e19dd36cc8f638c6e01ecbbd9a447d
notmuch search: Fix to actually return something.

This serves me right for committing untested code. The
notmuch_query_search_threads was totally broken, (it didn't properly
treat -1 as being unlimited and instead returned no threads in that
case).
lib/query.cc