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 com

Org-mode support

2011-02-15 Thread Darren McGuicken
eginning '" :content-type "text/plain"' and the list signature... CC-ing Kristoffer, the maintainer. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available

Re: Org-mode support

2011-02-15 Thread Darren McGuicken
On Tue, 15 Feb 2011 08:40:06 +0100, Albin Stjerna wrote: > Here I'd like to call your attention to notmorg, [...] it generates > an agenda file containing all mails tagged »todo«, with optionally > generated scheduled/deadline tags. Of course, it could be updated to > use your interaction code to

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 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 comman

Org-mode support

2011-02-15 Thread Albin Stjerna
bbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110215/a0e66da5/attachment.pgp>

[PATCH] Return error status from notmuch_message_tags_to_maildir_flags().

2011-02-15 Thread Rob Browning
Signed-off-by: Rob Browning --- lib/message.cc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/message.cc b/lib/message.cc index 0590f76..979fad5 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -1252,7 +1252,7 @@ notmuch_message_tags_to_maildir_flags (notmuch_mes

[PATCH] *** SUBJECT HERE ***

2011-02-15 Thread Rob Browning
The function notmuch_message_tags_to_maildir_flags() unconditionally returns NOTMUCH_STATUS_SUCCESS, but it looks like it should probably return status. Rob Browning (1): Return error status from notmuch_message_tags_to_maildir_flags(). lib/message.cc |2 +- 1 files changed, 1 insertions(+