About the json output and the number of results shown.

2011-01-13 Thread 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...


bug tracking

2011-01-13 Thread Jesse Rosenthal
Hi Thomas,

On Thu, 13 Jan 2011 15:43:40 +0100, Thomas Schwinge  
wrote> 
> > git clone http://jkr.acm.jhu.edu/git/nm-remote.git
> 
> I wanted to have a look at this, but the repository is no longer
> accessible.

Oh yeah -- completely forgot about that. I moved it to someplace that
works, so you should be able to get it by:

   git clone http://commonmeasure.org/~jkr/git/nm-remote.git

Best,
Jesse


bug tracking

2011-01-13 Thread Thomas Schwinge
Hallo!

On Mon, 03 May 2010 15:32:09 -0400, Jesse Rosenthal  
wrote:
> Well, this is as good a time to make an announcement as any. I have a
> prototype, nm-remote, in its early stages available here:
> 
> git clone http://jkr.acm.jhu.edu/git/nm-remote.git

I wanted to have a look at this, but the repository is no longer
accessible.


Gr??e,
 Thomas
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: 
<http://notmuchmail.org/pipermail/notmuch/attachments/20110113/5150fbd7/attachment.pgp>


Re: bug tracking

2011-01-13 Thread Jesse Rosenthal
Hi Thomas,

On Thu, 13 Jan 2011 15:43:40 +0100, Thomas Schwinge  
wrote> 
> > git clone http://jkr.acm.jhu.edu/git/nm-remote.git
> 
> I wanted to have a look at this, but the repository is no longer
> accessible.

Oh yeah -- completely forgot about that. I moved it to someplace that
works, so you should be able to get it by:

   git clone http://commonmeasure.org/~jkr/git/nm-remote.git

Best,
Jesse
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


About the json output and the number of results shown.

2011-01-13 Thread Sebastian Spaeth
On Wed, 12 Jan 2011 19:37:21 +0100, Christophe-Marie Duquesne  wrote:
> With notmuch, some commands can bring a lot of results, and can take
> some time to return. That is why when I began to write a curse
> interface to notmuch, I added a mechanism to spawn these commands in
> background and gather the results asynchronously.

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

Somewhat obsolete but mostly correct documentation of the included
python API is here: http://packages.python.org/cnotmuch/ (I really need
to update that).

Sebastian
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: 
<http://notmuchmail.org/pipermail/notmuch/attachments/20110113/fba18816/attachment.pgp>


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

2011-01-13 Thread 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...
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: bug tracking

2011-01-13 Thread Thomas Schwinge
Hallo!

On Mon, 03 May 2010 15:32:09 -0400, Jesse Rosenthal  wrote:
> Well, this is as good a time to make an announcement as any. I have a
> prototype, nm-remote, in its early stages available here:
> 
> git clone http://jkr.acm.jhu.edu/git/nm-remote.git

I wanted to have a look at this, but the repository is no longer
accessible.


Grüße,
 Thomas


pgpqZ8TdEe9On.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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

2011-01-13 Thread Sebastian Spaeth
On Wed, 12 Jan 2011 19:37:21 +0100, Christophe-Marie Duquesne 
 wrote:
> With notmuch, some commands can bring a lot of results, and can take
> some time to return. That is why when I began to write a curse
> interface to notmuch, I added a mechanism to spawn these commands in
> background and gather the results asynchronously.

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

Somewhat obsolete but mostly correct documentation of the included
python API is here: http://packages.python.org/cnotmuch/ (I really need
to update that).

Sebastian


pgpibiLnxenX3.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch