[PATCH 1/1] emacs/notmuch-show.el: handle bodypart insert error

2012-10-31 Thread David Bremner
Tomi Ollila writes: > When inserting of email bodypart failes, insert a failure message > to the buffer (and continue) instead of halting the insertion of > the rest of that email thread in question. I'm not totally sure about inserting error messages into the buffer, but it seems like an

[PATCH v6 0/9] notmuch search date:since..until query support

2012-10-31 Thread David Bremner
Jani Nikula writes: > Hi all, v6 of [1] with plenty of small changes addressing Austin's > review [2], [3], [4], and [5]. See my replies to Austin for what I've > agreed to change, and what I've chosen to ignore and why. > Pushed, (with patch 7 out of sequence, sorry about that). David

[PATCH] emacs: Function to query the list of labels from a thread-id

2012-10-31 Thread David Bremner
Jani Nikula writes: > Hi Damien, please send this patch as part of the series adding > notmuch-labeler. Out of context, without adding any users of the > function, it's a bit difficult to evaluate. For what it's worth (and I'm definitely not claiming any kind final word here) I did tell Damien

[PATCH v6 0/9] notmuch search date:since..until query support

2012-10-31 Thread Tomi Ollila
On Tue, Oct 30 2012, Jani Nikula wrote: > Hi all, v6 of [1] with plenty of small changes addressing Austin's > review [2], [3], [4], and [5]. See my replies to Austin for what I've > agreed to change, and what I've chosen to ignore and why. > > The single biggest change is the requirement to

[PATCH] fix notmuch_database_open call in addrlookup

2012-10-31 Thread James Vasile
- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20121031/2e2622ff/attachment.pgp>

[PATCH 2/2] emacs: Improve the regexp used to match id:'s in messages

2012-10-31 Thread Jani Nikula
On Wed, 31 Oct 2012, Austin Clements wrote: > This regexp agrees with Xapian query syntax much more closely, though > we specifically disallow various cases that would be confusing in the > context of an email body (e.g., punctuation at the end of an id: link > is not considered part of the id:

[PATCH v6 0/9] notmuch search date:since..until query support

2012-10-31 Thread Austin Clements
LGTM. Quoth Jani Nikula on Oct 30 at 10:32 pm: > Hi all, v6 of [1] with plenty of small changes addressing Austin's > review [2], [3], [4], and [5]. See my replies to Austin for what I've > agreed to change, and what I've chosen to ignore and why. > > The single biggest change is the requirement

Re: [PATCH 2/2] emacs: Improve the regexp used to match id:'s in messages

2012-10-31 Thread Jani Nikula
On Wed, 31 Oct 2012, Austin Clements amdra...@mit.edu wrote: This regexp agrees with Xapian query syntax much more closely, though we specifically disallow various cases that would be confusing in the context of an email body (e.g., punctuation at the end of an id: link is not considered part

Re: [PATCH v6 0/9] notmuch search date:since..until query support

2012-10-31 Thread Tomi Ollila
On Tue, Oct 30 2012, Jani Nikula j...@nikula.org wrote: Hi all, v6 of [1] with plenty of small changes addressing Austin's review [2], [3], [4], and [5]. See my replies to Austin for what I've agreed to change, and what I've chosen to ignore and why. The single biggest change is the

[PATCH] fix notmuch_database_open call in addrlookup

2012-10-31 Thread James Vasile
What's the best way to submit changes to addrlookup? Right now, it is out of date vs the latest libnotmuch. The addrlookup repo is vala code but the wiki [1] points to a generated c file [2]. [1] http://github.com/spaetz/vala-notmuch/raw/static-sources/src/addrlookup.c [2]

Re: [PATCH v6 0/9] notmuch search date:since..until query support

2012-10-31 Thread David Bremner
Jani Nikula j...@nikula.org writes: Hi all, v6 of [1] with plenty of small changes addressing Austin's review [2], [3], [4], and [5]. See my replies to Austin for what I've agreed to change, and what I've chosen to ignore and why. Pushed, (with patch 7 out of sequence, sorry about that).

Re: [PATCH 1/1] emacs/notmuch-show.el: handle bodypart insert error

2012-10-31 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: When inserting of email bodypart failes, insert a failure message to the buffer (and continue) instead of halting the insertion of the rest of that email thread in question. I'm not totally sure about inserting error messages into the buffer, but it

Re: [PATCH] emacs: Function to query the list of labels from a thread-id

2012-10-31 Thread Jani Nikula
On Wed, 31 Oct 2012, David Bremner da...@tethera.net wrote: Jani Nikula j...@nikula.org writes: Hi Damien, please send this patch as part of the series adding notmuch-labeler. Out of context, without adding any users of the function, it's a bit difficult to evaluate. For what it's worth

Re: [PATCH] Add NEWS information about Bcc header in JSON output

2012-10-31 Thread David Bremner
Michal Nazarewicz m...@google.com writes: From: Michal Nazarewicz min...@mina86.com This commit adds a note to the NEWS file about Bcc header now being available in the JSON output (and thus in Emacs) which has been implemented by commit ffb629cc5d2c2d1505eb5aefcf04fb4d0af6c0c8. --- Thanks