]> git.cworth.org Git - notmuch/commitdiff
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)
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).


No differences found