Final call for news for 0.18

2014-05-04 Thread Felipe Contreras
David Bremner wrote: > David Bremner writes: > > > We've had a quiet freeze for a week or so, so I think we're probably > > ready to release. Per Jani's suggestion, I made a "tl;dr" summary for > > the NEWS. Barring last minute bugs, I'd like to release this weekend, > > so please send me any

[PATCH v2] emacs: allow functions in notmuch-show-stash-mlarchive-link-alist

2014-05-04 Thread David Bremner
Jani Nikula writes: > Some archives may use a more complicated scheme for referring to > messages than just concatenated url and message-id. In particular, > patchwork requires a query to translate message-id to a patchwork > patch id. Allow functions in notmuch-show-stash-mlarchive-link-alist >

[PATCH 3/3] build: add dataclean

2014-05-04 Thread David Bremner
It turns out to be inconvenient to delete the downloaded datafiles with distclean, so I propose a new target which does that instead. The closest conventional target is 'maintainer-clean'; the difference here is that having the original source tarball is not enough to reconstruct these files. ---

[PATCH 2/3] build: remove .tar.gz.tmp files in clean

2014-05-04 Thread David Bremner
Most people won't see these, but they annoy anyone running release or pre-release targets. --- Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index fa07d81..b46917b 100644 --- a/Makefile.local +++ b/Makefile.local @@ -330,7

[PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test

2014-05-04 Thread David Bremner
This might have worked once for some fixed order of including makefiles, but it is clearly wrong now. --- performance-test/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local index d97e56d..cbea2d3

[PATCH] emacs: hello: allow extras to add to saved-search defcustom

2014-05-04 Thread Mark Walters
This adds an extra variable notmuch-saved-search-extras that allows the user to add extra options to the saved-search customize variable. Of course it is up to them to make these extra options do anything afterwards. The difficulty is that the code definining a defcustom is executed when the the

[PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test

2014-05-04 Thread Tomi Ollila
On Sun, May 04 2014, David Bremner wrote: > This might have worked once for some fixed order of including > makefiles, but it is clearly wrong now. > --- Series LGTM. Tomi > performance-test/Makefile.local | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Final call for news for 0.18

2014-05-04 Thread David Bremner
plication/pgp-signature Size: 647 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140504/0b5ac716/attachment.pgp>

[PATCH v2 0/3] vim plugin updates

2014-05-04 Thread David Bremner
signature Size: 647 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140504/36f3e2a7/attachment.pgp>

precedence in `notmuch-search-line-faces'

2014-05-04 Thread Mark Walters
I have a slight preference for making it do the comment (ie reverse the list). My reason is that we have some other cases such as notmuch-tag-format that apply the first match, so users might be used to having the specific first and the more general later. It also has a small advantage of being

[PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test

2014-05-04 Thread David Bremner
This might have worked once for some fixed order of including makefiles, but it is clearly wrong now. --- performance-test/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local index d97e56d..cbea2d3

[PATCH 3/3] build: add dataclean

2014-05-04 Thread David Bremner
It turns out to be inconvenient to delete the downloaded datafiles with distclean, so I propose a new target which does that instead. The closest conventional target is 'maintainer-clean'; the difference here is that having the original source tarball is not enough to reconstruct these files. ---

[PATCH 2/3] build: remove .tar.gz.tmp files in clean

2014-05-04 Thread David Bremner
Most people won't see these, but they annoy anyone running release or pre-release targets. --- Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index fa07d81..b46917b 100644 --- a/Makefile.local +++ b/Makefile.local @@ -330,7

Re: [PATCH v2] emacs: allow functions in notmuch-show-stash-mlarchive-link-alist

2014-05-04 Thread David Bremner
Jani Nikula j...@nikula.org writes: Some archives may use a more complicated scheme for referring to messages than just concatenated url and message-id. In particular, patchwork requires a query to translate message-id to a patchwork patch id. Allow functions in

Re: precedence in `notmuch-search-line-faces'

2014-05-04 Thread Mark Walters
I have a slight preference for making it do the comment (ie reverse the list). My reason is that we have some other cases such as notmuch-tag-format that apply the first match, so users might be used to having the specific first and the more general later. It also has a small advantage of being

Re: [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test

2014-05-04 Thread Tomi Ollila
On Sun, May 04 2014, David Bremner wrote: This might have worked once for some fixed order of including makefiles, but it is clearly wrong now. --- Series LGTM. Tomi performance-test/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] emacs: hello: allow extras to add to saved-search defcustom

2014-05-04 Thread Mark Walters
This adds an extra variable notmuch-saved-search-extras that allows the user to add extra options to the saved-search customize variable. Of course it is up to them to make these extra options do anything afterwards. The difficulty is that the code definining a defcustom is executed when the the