]> git.notmuchmail.org Git - notmuch/commit
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)
commitfc2053b022e9b87928a29fa4af111f0cfce719fe
tree279c0406567bb83057bc4d587dad2aed60b2abc0
parentbbf4b8e4aec69b5684587b77bd0af743afd61eb1
notmuch search: Add --first and --max-threads options for incremental search.

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.
notmuch-client.h
notmuch-search.c