]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch search: Add --first and --max-threads options for incremental search.
authorCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 04:47:12 +0000 (20:47 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 04:47:12 +0000 (20:47 -0800)
This time, things are actually tested. The current results aren't
exactly the same as previous results since the incremental search
doesn't necessarily see all the new messages that pertain to the
thread. This means that some author names are missing.

I plan to fix this by doing an additional database search for all
messages in each thread. Of course, this will also be different than
before since now the result will display *all* authors in the thread
(rather than only those that matched the search) but that's probably
what we really want to display anyway.


No differences found