From: Carl Worth Date: Fri, 13 Nov 2009 04:47:12 +0000 (-0800) Subject: notmuch search: Add --first and --max-threads options for incremental search. X-Git-Tag: 0.1~513 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=fc2053b022e9b87928a29fa4af111f0cfce719fe;hp=fc2053b022e9b87928a29fa4af111f0cfce719fe;p=notmuch 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. ---