[PATCH v2] contrib: notmuch-pick: add tests

2012-11-01 Thread Mark Walters
The test should be run using the wrapper run-tests.sh. This links the tests into the normal notmuch TEST_DIRECTORY and runs them from there. After the test is complete then the links are removed. --- This is version 2 of the patches to add some tests for notmuch pick. The main change is that I

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

2012-11-01 Thread Sascha Silbe
ext 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/20121101/f7a28231/attachment.pgp>

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

2012-11-01 Thread Michal Nazarewicz
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. --- NEWS | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) On Wed, Oct 31 2012,

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

2012-11-01 Thread Michal Nazarewicz
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. --- NEWS | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) On Wed, Oct 31 2012,

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

2012-11-01 Thread Sascha Silbe
Austin Clements amdra...@mit.edu writes: +(defvar notmuch-id-regexp + (concat + ;; Match the id: prefix only if it begins a word (to disallow, for + ;; example, matching cid:). + \\id:\\( [...] Since you're already at it, please extend it to accept RFC2392 [1] syntax for message

[PATCH v2] contrib: notmuch-pick: add tests

2012-11-01 Thread Mark Walters
The test should be run using the wrapper run-tests.sh. This links the tests into the normal notmuch TEST_DIRECTORY and runs them from there. After the test is complete then the links are removed. --- This is version 2 of the patches to add some tests for notmuch pick. The main change is that I

[PATCH] contrib: pick: bugfix when trying to show a non-message

2012-11-01 Thread Mark Walters
If the user pressed return on the end result status line it gave a blank message. Modify the function notmuch-pick-get-message-id to return nil rather than an empty message-id in this case to fix this. --- contrib/notmuch-pick/notmuch-pick.el |4 +++- 1 files changed, 3 insertions(+), 1

Re: Notmuch scripts (again), now with more usenet

2012-11-01 Thread Jan Pobrislo
On Thu, 18 Oct 2012 23:33:22 -0400, Ethan Glasser-Camp ethan.glasser.c...@gmail.com wrote: c...@webprojekty.cz writes: Hello, for quite some time my set of scripts just lied in my repo and waited for polish before release. So tonight I finally managed to update the docs, remove old stuff,