From: Carl Worth Date: Wed, 25 Nov 2009 02:49:58 +0000 (-0800) Subject: notmuch.el: Exceute "notmuch search" asynchronously. X-Git-Tag: 0.1~336 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=93af7b574598637c2766dd1f8ef343962c9a8efb;hp=93af7b574598637c2766dd1f8ef343962c9a8efb;p=notmuch notmuch.el: Exceute "notmuch search" asynchronously. 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. ---