Re: About the json output and the number of results shown.

Subject: Re: About the json output and the number of results shown.

Date: Thu, 13 Jan 2011 19:46:29 +0100

To: Sebastian Spaeth

Cc: notmuch@notmuchmail.org

From: Christophe-Marie Duquesne


> Alternatively, you could use the python bindings to libnotmuch and call
> the functions directly. You could do that in a unthreaded or threaded
> fashion...

I've had a look to the python libnotmuch documentation. My problem
with this API is that, unless I did not read it correctly, if I use
one of its functions in a threaded fashion, I still have to wait for
this function to finish until I get results. When using the command
line tool, I can process the text as it gets printed on stdout, and I
have data to show to the user even though notmuch has not finished to
output it...

Thread: