Sebastian Fischmeister <[email protected]> writes:

> The following *always* returns an empty list, even when I see an email
> with "bar" right there in the list after the first search:
>
> M-: (notmuch-search "from:sfischme") ;;me
> M-: (notmuch-search "bar")

I suspect this is related to asynch loading. The first query is still
filling into the buffer, and emacs doesn't starting filling the second
buffer until the first search finishes. In my experiments it
_eventually_ does the second query. It just takes a while. I agree it
would be nice if there was some UI hint before the first result arrives.

d
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to