Re: Org-mode support

2011-02-14 Thread Albin Stjerna
On Sun, 13 Feb 2011 23:24:46 +0100, Matthieu Lemerre wrote: > I use this to empty my inbox and quickly store todo items to my TODO > list/gtd file along the way. I use it in much the same fashion. Very useful—thank you! :) Does it have its own code repository somewhere by the way? > I believe t

[PATCH] Return error status from notmuch_message_tags_to_maildir_flags().

2011-02-14 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-14 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(+

Re: Org-mode support

2011-02-14 Thread Matthieu Lemerre
On Sun, 13 Feb 2011 19:25:05 +, Darren McGuicken wrote: > On Mon, 07 Feb 2011 22:22:17 +0100, Matthieu Lemerre wrote: > > I have written the org-mode support for notmuch a while ago. It allows > > to open links to notmuch from org-mode and create org-mode link from > > notmuch buffers. > >

Re: [PATCH 0/5] Fetch all message metadata in a single pass

2011-02-14 Thread Austin Clements
I've rebased this against current master and fixed a few merge conflicts. The rebased patches are on the eager-metadata-v3 branch of http://awakening.csail.mit.edu/git/notmuch.git On Thu, Dec 9, 2010 at 3:59 PM, Austin Clements wrote: > This is the second of the two optimizations I described a

Re: Org-mode support

2011-02-14 Thread Darren McGuicken
On Mon, 07 Feb 2011 22:22:17 +0100, Matthieu Lemerre wrote: > I have written the org-mode support for notmuch a while ago. It allows > to open links to notmuch from org-mode and create org-mode link from > notmuch buffers. Excellent, thanks for this, I'll check it out - how does this compare to t