Remote usage script updated

2011-03-04 Thread Jesse Rosenthal
I have mine remotely, just because I don't have a local database to query. I made a shell wrapper, pretty much just like remote script, but that only passes the query along, and then set that script as my address-lookup program. Hmm... I guess the two could be combined, but configuring for your

Re: Remote usage script updated

2011-03-04 Thread Jesse Rosenthal
I have mine remotely, just because I don't have a local database to query. I made a shell wrapper, pretty much just like remote script, but that only passes the query along, and then set that script as my address-lookup program. Hmm... I guess the two could be combined, but configuring for your

Remote usage script updated

2011-03-03 Thread Kristoffer Ström
Hey, one open question on the remote script, is anyone using address completion with this? ATM i'm using the vala script for this, but i don't know if integrating this remotely would be the most elegant solution. How do you running notmuch-remote make this work? Best, Kristoffer

Re: Remote usage script updated

2011-03-03 Thread Kristoffer Ström
Hey, one open question on the remote script, is anyone using address completion with this? ATM i'm using the vala script for this, but i don't know if integrating this remotely would be the most elegant solution. How do you running notmuch-remote make this work? Best, Kristoffer

Remote usage script updated

2011-02-15 Thread Michal Sojka
On Wed, 09 Feb 2011, Jesse Rosenthal wrote: > Michal, > > On Sun, 06 Feb 2011 00:58:29 +0100, Michal Sojka > wrote: > > Hmm, this code worked well with dropbear ssh server but it seems that > > with openssh server the result is not that good. Namely, if the master > > connection is dead, the

Re: Remote usage script updated

2011-02-15 Thread Michal Sojka
On Wed, 09 Feb 2011, Jesse Rosenthal wrote: Michal, On Sun, 06 Feb 2011 00:58:29 +0100, Michal Sojka sojk...@fel.cvut.cz wrote: Hmm, this code worked well with dropbear ssh server but it seems that with openssh server the result is not that good. Namely, if the master connection is dead,

Remote usage script updated

2011-02-11 Thread Michal Sojka
On Wed, 09 Feb 2011, Jesse Rosenthal wrote: > By the way, I've also realized that most attachment downloading is done > not by "--format=raw" but by "notmuch part". It's possible to do caching > there as well. There are a few options there: > > * One option would be to just cache by the

Re: Remote usage script updated

2011-02-10 Thread Michal Sojka
On Wed, 09 Feb 2011, Jesse Rosenthal wrote: By the way, I've also realized that most attachment downloading is done not by --format=raw but by notmuch part. It's possible to do caching there as well. There are a few options there: * One option would be to just cache by the attachment

Remote usage script updated

2011-02-09 Thread Jesse Rosenthal
Michal, On Sun, 06 Feb 2011 00:58:29 +0100, Michal Sojka wrote: > Hmm, this code worked well with dropbear ssh server but it seems that > with openssh server the result is not that good. Namely, if the master > connection is dead, the command running true blocked for a long time. Seemed to work

Re: Remote usage script updated

2011-02-09 Thread Jesse Rosenthal
Michal, On Sun, 06 Feb 2011 00:58:29 +0100, Michal Sojka sojk...@fel.cvut.cz wrote: Hmm, this code worked well with dropbear ssh server but it seems that with openssh server the result is not that good. Namely, if the master connection is dead, the command running true blocked for a long time.

Remote usage script updated

2011-02-06 Thread Michal Sojka
On Sat, 05 Feb 2011, Michal Sojka wrote: > On Thu, 27 Jan 2011, Jesse Rosenthal wrote: > > A future feature might be to integrate the ControlMaster feature of > > openssh into the script, instead of having to open a connection > > manually, but there are some complications there (dead sockets

Remote usage script updated

2011-02-05 Thread Michal Sojka
On Thu, 27 Jan 2011, Jesse Rosenthal wrote: > Dear all, > > Just a note to say that I finally got around to updating the remote > usage script on the wiki to what I'm using now. With "--format=raw" in, > it's all pretty straightforward. Hi Jesse, thanks for this. I wanted to do this since the

Re: Remote usage script updated

2011-02-05 Thread Michal Sojka
On Sat, 05 Feb 2011, Michal Sojka wrote: On Thu, 27 Jan 2011, Jesse Rosenthal wrote: A future feature might be to integrate the ControlMaster feature of openssh into the script, instead of having to open a connection manually, but there are some complications there (dead sockets still

Remote usage script updated

2011-01-28 Thread Carl Worth
On Thu, 27 Jan 2011 10:51:42 -0500, Jesse Rosenthal wrote: > Just a note to say that I finally got around to updating the remote > usage script on the wiki to what I'm using now. With "--format=raw" in, > it's all pretty straightforward. The only things the script does now > are: Thanks for

Re: Remote usage script updated

2011-01-28 Thread Jesse Rosenthal
On Fri, 28 Jan 2011 12:54:17 +1000, Carl Worth cwo...@cworth.org wrote: On Thu, 27 Jan 2011 10:51:42 -0500, Jesse Rosenthal jrosent...@jhu.edu wrote It sounds entirely useful for a large class of users. Is there any reason we shouldn't just host the script in the notmuch repository itself?

Remote usage script updated

2011-01-27 Thread Jesse Rosenthal
Dear all, Just a note to say that I finally got around to updating the remote usage script on the wiki to what I'm using now. With "--format=raw" in, it's all pretty straightforward. The only things the script does now are: 1. Produces a slight pause in the "notmuch show" output to avoid that