[PATCH] emacs: Make moving to the previous message move to the previous boundary

2012-08-12 Thread David Bremner
Austin Clements writes: > Previously, notmuch-show-previous-message would move to the beginning > of the message before the message containing point. This patch makes > it instead move to the previous message *boundary*. pushed, d

[PATCH] reply: Convert JSON format to use sprinter

2012-08-12 Thread David Bremner
Austin Clements writes: > Almost all of reply was already being formatted using the sprinter. > This patch converts the top-level dictionary to use the sprinter > interface. pushed, d

[PATCH] cli: Remove now-unused json.c

2012-08-12 Thread David Bremner
Austin Clements writes: > The string buffer quoting functions in json.c have been superseded by > the new sprinter interface and are no longer used. Remove them. pushed, d

[PATCH v2] emacs: notmuch search bugfix

2012-08-12 Thread David Bremner
Mark Walters writes: > The recent change to use json for notmuch-search.el introduced a bug > in the code for keeping position on refresh. The problem is a > comparison between (plist-get result :thread) and a thread-id returned pushed, d

[PATCH] sprinters: bugfix when NULL passed for a string.

2012-08-12 Thread David Bremner
Mark Walters writes: > The string function in a sprinter may be called with a NULL string > pointer (eg if a header is absent). This causes a segfault. We fix > this by checking for a null pointer in the string functions pushed, d

[PATCH v2] test: Add test for messages with missing headers

2012-08-12 Thread David Bremner
Austin Clements writes: > Currently the JSON tests for search and show are broken because > notmuch attempts to dereference a NULL pointer. pushed, d

[PATCH] emacs: Fix "not defined at runtime" warning

2012-08-12 Thread David Bremner
Austin Clements writes: > Previously, the Emacs byte compiler produced the warning > > the function `remove-if-not' might not be defined at runtime. pushed, d

[announce] Bower 0.4

2012-08-12 Thread Patrick Totzke
ion you want. HTH, /p -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120812/161081a7/attachment.pgp>

[announce] Bower 0.4

2012-08-12 Thread David Froger
> Basically, run an arbitrary command when a key is pressed. It would > be fairly easy to add, but I wonder if it would be easy to stop adding > more :-) You could bind a shortcut key to your window manager or > desktop environment that runs the command instead. Yes of course, it's a lot

[announce] Bower 0.4

2012-08-12 Thread Peter Wang
Hi, Bower is yet another curses frontend for the Notmuch email system. I wrote it for me, but you might like it, too. https://github.com/wangp/bower Bower 0.4 (2012-08-12) == This release requires notmuch 0.13 for addressbook completion. * Asynchronous tagging and

[PATCH 2/2] test: move all emacs show tests to emacs-show test script

2012-08-12 Thread Jameson Graef Rollins
No functional change. Most notmuch-show mode tests were in the emacs script, while some were in the emacs-show script. This moves all the notmuch-show mode tests to the emacs-show script, to make things a little more consistent. --- This patch is not necessary, but I think it makes the emacs

[PATCH 1/2] test: add emacs show mode test for toggling display of multipart/alternative

2012-08-12 Thread Jameson Graef Rollins
Fairly simple test that looks at a diff of test-emacs output from each case. --- As I mentioned, I really like this toggle view solution, so here's a test for it. test/emacs-show | 47 +++ 1 file changed, 47 insertions(+) diff --git

Re: [announce] Bower 0.4

2012-08-12 Thread David Froger
Basically, run an arbitrary command when a key is pressed. It would be fairly easy to add, but I wonder if it would be easy to stop adding more :-) You could bind a shortcut key to your window manager or desktop environment that runs the command instead. Yes of course, it's a lot simpler,

[PATCH 1/2] test: add emacs show mode test for toggling display of multipart/alternative

2012-08-12 Thread Jameson Graef Rollins
Fairly simple test that looks at a diff of test-emacs output from each case. --- As I mentioned, I really like this toggle view solution, so here's a test for it. test/emacs-show | 47 +++ 1 file changed, 47 insertions(+) diff --git

[PATCH 2/2] test: move all emacs show tests to emacs-show test script

2012-08-12 Thread Jameson Graef Rollins
No functional change. Most notmuch-show mode tests were in the emacs script, while some were in the emacs-show script. This moves all the notmuch-show mode tests to the emacs-show script, to make things a little more consistent. --- This patch is not necessary, but I think it makes the emacs

Re: [PATCH v2] test: Add test for messages with missing headers

2012-08-12 Thread David Bremner
Austin Clements amdra...@mit.edu writes: Currently the JSON tests for search and show are broken because notmuch attempts to dereference a NULL pointer. pushed, d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH] sprinters: bugfix when NULL passed for a string.

2012-08-12 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes: The string function in a sprinter may be called with a NULL string pointer (eg if a header is absent). This causes a segfault. We fix this by checking for a null pointer in the string functions pushed, d

Re: [PATCH v2] emacs: notmuch search bugfix

2012-08-12 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes: The recent change to use json for notmuch-search.el introduced a bug in the code for keeping position on refresh. The problem is a comparison between (plist-get result :thread) and a thread-id returned pushed, d

Re: [PATCH] reply: Convert JSON format to use sprinter

2012-08-12 Thread David Bremner
Austin Clements amdra...@mit.edu writes: Almost all of reply was already being formatted using the sprinter. This patch converts the top-level dictionary to use the sprinter interface. pushed, d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH] emacs: Make moving to the previous message move to the previous boundary

2012-08-12 Thread David Bremner
Austin Clements amdra...@mit.edu writes: Previously, notmuch-show-previous-message would move to the beginning of the message before the message containing point. This patch makes it instead move to the previous message *boundary*. pushed, d ___

Re: [announce] Bower 0.4

2012-08-12 Thread Patrick Totzke
Quoting David Froger (2012-08-12 16:53:43) 3. Would it be possible to have the feature 'kill a thread' like Sup have? (see http://sup.rubyforge.org/README.txt). I haven't needed such a feature so I don't have a clear idea how it should work. There are some patches/ideas about