[PATCH] test: Fix HTML rendering test

2012-10-24 Thread Austin Clements
Quoth Ethan Glasser-Camp on Oct 24 at 9:59 pm: > Austin Clements writes: > > > The test designed to exercise Emacs' rendering of HTML emails > > containing images inadvertently assumed w3m was available under Emacs > > 23. The real point of this test was to exercise Emacs 24's shr > >

[PATCH] test: Fix HTML rendering test

2012-10-24 Thread Ethan Glasser-Camp
Austin Clements writes: > The test designed to exercise Emacs' rendering of HTML emails > containing images inadvertently assumed w3m was available under Emacs > 23. The real point of this test was to exercise Emacs 24's shr > renderer, so if shr isn't available, we now fall back to html2text,

[PATCH 1/2] contrib/nmbug/nmbug-status: added table of views

2012-10-24 Thread David Bremner
Tomi Ollila writes: > In latest configuration quite a few long views were added to the > Notmuch Patches page. To ease navigating to the views a 'Views' > section was added to the beginning of page containing hyperlink > to every view. Pushed both, and ran once by hand so the live view

[PATCH] Support OpenBSD

2012-10-24 Thread Austin Clements
OpenBSD's build flags are identical to FreeBSD, except that libraries need to be explicitly linked against libc. No code changes are necessary. From: Cody Cutler --- configure |6 +- lib/Makefile.local |3 +++ 2 files changed, 8 insertions(+), 1

[PATCH v5 8/9] man: document the date:since..until range queries

2012-10-24 Thread Austin Clements
Quoth Jani Nikula on Oct 22 at 12:22 am: > --- > man/man7/notmuch-search-terms.7 | 147 > +++ > 1 file changed, 135 insertions(+), 12 deletions(-) > > diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7 > index 17a109e..fbd3ee7

[PATCH] test: Fix HTML rendering test

2012-10-24 Thread Austin Clements
The test designed to exercise Emacs' rendering of HTML emails containing images inadvertently assumed w3m was available under Emacs 23. The real point of this test was to exercise Emacs 24's shr renderer, so if shr isn't available, we now fall back to html2text, which comes with Emacs. ---

[ANN] notmuch-labeler: Improves notmuch way of displaying labels

2012-10-24 Thread Dmitry Kurochkin
Hi Damien. Damien Cassou writes: > Hi, > > On Fri, Oct 12, 2012 at 7:07 PM, David Bremner wrote: >> It seeems like a nice UI enchancement, and people would not have to use >> it if they didn't like it, so in principle I guess we should work >> towards integrating it into notmuch upstream. > >

[ANN] notmuch-labeler: Improves notmuch way of displaying labels

2012-10-24 Thread James Vasile
+1 for merging this upstream. Thanks. -- 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/20121024/8de5d8fc/attachment.pgp>

[PATCH 2/2] contrib/nmbug/nmbug-status: combine thread messages

2012-10-24 Thread Tomi Ollila
Newer patch email containing In-Reply-To: to an email sent some time ago (i.e. to a "thread") was not visible in that "thread" in patch view when another patch "thread" was submitted in between. This change collects all messages in every (notmuch-created) thread together before printing all these

[PATCH 2/2] contrib/nmbug/nmbug-status: combine thread messages

2012-10-24 Thread Tomi Ollila
Newer patch email containing In-Reply-To: to an email sent some time ago (i.e. to a "thread") was not visible in that "thread" in patch view when another patch "thread" was submitted in between. This change collects all messages in every (notmuch-created) thread together before printing all these

[PATCH 1/2] contrib/nmbug/nmbug-status: added table of views

2012-10-24 Thread Tomi Ollila
In latest configuration quite a few long views were added to the Notmuch Patches page. To ease navigating to the views a 'Views' section was added to the beginning of page containing hyperlink to every view. --- contrib/nmbug/nmbug-status |8 +++- 1 files changed, 7 insertions(+), 1

[ANN] notmuch-labeler: Improves notmuch way of displaying labels

2012-10-24 Thread Damien Cassou
Hi, On Fri, Oct 12, 2012 at 7:07 PM, David Bremner wrote: > It seeems like a nice UI enchancement, and people would not have to use > it if they didn't like it, so in principle I guess we should work > towards integrating it into notmuch upstream. does anyone else agrees? Should I spend time

[PATCH v3 3/3] emacs: Code movement for the incremental JSON parser.

2012-10-24 Thread Mark Walters
This just moves the notmuch-search-process-filter after the newly split out incremental json parser. I think this removes a warning in some versions of emacs. There should be no functional change. --- emacs/notmuch.el | 34 +- 1 files changed, 17 insertions(+),

[PATCH v3 1/3] emacs: Split out the incremental json parser into its own function.

2012-10-24 Thread Mark Walters
This patch splits out the incremental json parser into its own function. It moves the main logic of the parser to happen inside the parse buffer rather than inside the results buffer, but makes sure all results and all errors are displayed in the results buffer. It also changes the local parser

[PATCH v3 0/3] split async json parser into utility function

2012-10-24 Thread Mark Walters
This series splits the async json parser into its own function. The previous version is at id:"87k3xlyoek.fsf at qmul.ac.uk". This version splits that patch into three bits: the first contains all the actual changes, the second changes some variable names and fixes the whitespace, and the third

[PATCH 1/2] contrib/nmbug/nmbug-status: added table of views

2012-10-24 Thread Tomi Ollila
In latest configuration quite a few long views were added to the Notmuch Patches page. To ease navigating to the views a 'Views' section was added to the beginning of page containing hyperlink to every view. --- contrib/nmbug/nmbug-status |8 +++- 1 files changed, 7 insertions(+), 1

[PATCH 2/2] contrib/nmbug/nmbug-status: combine thread messages

2012-10-24 Thread Tomi Ollila
Newer patch email containing In-Reply-To: to an email sent some time ago (i.e. to a thread) was not visible in that thread in patch view when another patch thread was submitted in between. This change collects all messages in every (notmuch-created) thread together before printing all these

[PATCH 2/2] contrib/nmbug/nmbug-status: combine thread messages

2012-10-24 Thread Tomi Ollila
Newer patch email containing In-Reply-To: to an email sent some time ago (i.e. to a thread) was not visible in that thread in patch view when another patch thread was submitted in between. This change collects all messages in every (notmuch-created) thread together before printing all these

Re: [ANN] notmuch-labeler: Improves notmuch way of displaying labels

2012-10-24 Thread Dmitry Kurochkin
Hi Damien. Damien Cassou damien.cas...@gmail.com writes: Hi, On Fri, Oct 12, 2012 at 7:07 PM, David Bremner da...@tethera.net wrote: It seeems like a nice UI enchancement, and people would not have to use it if they didn't like it, so in principle I guess we should work towards integrating

[PATCH] test: Fix HTML rendering test

2012-10-24 Thread Austin Clements
The test designed to exercise Emacs' rendering of HTML emails containing images inadvertently assumed w3m was available under Emacs 23. The real point of this test was to exercise Emacs 24's shr renderer, so if shr isn't available, we now fall back to html2text, which comes with Emacs. ---

Re: [PATCH v5 8/9] man: document the date:since..until range queries

2012-10-24 Thread Austin Clements
Quoth Jani Nikula on Oct 22 at 12:22 am: --- man/man7/notmuch-search-terms.7 | 147 +++ 1 file changed, 135 insertions(+), 12 deletions(-) diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7 index 17a109e..fbd3ee7 100644

[PATCH] Support OpenBSD

2012-10-24 Thread Austin Clements
OpenBSD's build flags are identical to FreeBSD, except that libraries need to be explicitly linked against libc. No code changes are necessary. From: Cody Cutler ccut...@csail.mit.edu --- configure |6 +- lib/Makefile.local |3 +++ 2 files changed, 8 insertions(+), 1

Re: [PATCH 1/2] contrib/nmbug/nmbug-status: added table of views

2012-10-24 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: In latest configuration quite a few long views were added to the Notmuch Patches page. To ease navigating to the views a 'Views' section was added to the beginning of page containing hyperlink to every view. Pushed both, and ran once by hand so the live

Re: [PATCH] test: Fix HTML rendering test

2012-10-24 Thread Ethan Glasser-Camp
Austin Clements amdra...@mit.edu writes: The test designed to exercise Emacs' rendering of HTML emails containing images inadvertently assumed w3m was available under Emacs 23. The real point of this test was to exercise Emacs 24's shr renderer, so if shr isn't available, we now fall back to

Re: [PATCH] test: Fix HTML rendering test

2012-10-24 Thread Austin Clements
Quoth Ethan Glasser-Camp on Oct 24 at 9:59 pm: Austin Clements amdra...@mit.edu writes: The test designed to exercise Emacs' rendering of HTML emails containing images inadvertently assumed w3m was available under Emacs 23. The real point of this test was to exercise Emacs 24's shr