]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Exceute "notmuch search" asynchronously.
authorCarl Worth <cworth@cworth.org>
Wed, 25 Nov 2009 02:49:58 +0000 (18:49 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 25 Nov 2009 02:49:58 +0000 (18:49 -0800)
Previously, our emacs interface was waiting for the "notmuch search"
to complete before it would display anything. Now, we execute the
process asyncrhonously and filter results as they come in.

This takes advantage of the recent work to make "notmuch search"
results stream out steadily. The result is that some search results
will be available nearly instantly and the user can navigate and view
those while additional results continue loading.


No differences found