]> git.cworth.org Git - obsolete/notmuch-old/commit
notmuch search: Remove the chunked-searching hack.
authorCarl Worth <cworth@cworth.org>
Tue, 24 Nov 2009 04:12:57 +0000 (20:12 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 24 Nov 2009 04:17:37 +0000 (20:17 -0800)
commit1fd8b7866f189a66e4491b01452f476371759f91
tree9ba352943bb700f093946f3070c69bae6b568455
parentf6158039324e44159d449b459829dc7ad4e52acc
notmuch search: Remove the chunked-searching hack.

This was a poor workaround around the fact that the existing
notmuch_threads_t object is implemented poorly. It's got a fine
iterartor-based interface, but the implementation does all of the
work up-front in _create rather than doing the work incrementally
while iterating.

So to start fixing this, first get rid of all the hacks we had working
around this. This drops the --first and --max-threads options from the
search command, (but hopefully nobody was using them
anyway---notmuch.el certainly wasn't).
lib/notmuch.h
lib/query.cc
notmuch-search.c
notmuch-show.c
notmuch.1
notmuch.c