[PATCH] emacs: keep customizations in groups

2012-03-04 Thread Mark Walters
On Sat, 3 Mar 2012 23:55:24 +0200, Jani Nikula wrote: > Move hello section customization to notmuch-hello group and printing > customization to notmuch-show group from the top level customization > group. Hi This is an clear improvement but I wonder about the positioning of these two options

[rfc] autotools compatibility and Hurd as platform

2012-03-04 Thread David Bremner
On Sat, 3 Mar 2012 17:40:21 +0100, Justus Winter <4winter at informatik.uni-hamburg.de> wrote: > The patch reuses config.sub to canonicalize the arguments, but this > introduces a build dependency on autotools and probably worse, it uses > autotools internals and the path to config.sub has to

[PATCH] emacs: fix MML quoting in replies

2012-03-04 Thread Jani Nikula
The reply MML quoting added in commit ae438cc unintentionally MML quotes also the signature/encryption MML tags added via message-setup-hook, causing the reply not to be signed/encrypted. MML quote just the original message in the temp buffer before inserting it to the message buffer, to not

[announce] Bower 0.2

2012-03-04 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.2 (2012-03-04) == * Renamed addressbook section to [bower:addressbook]. * Support for configurable search

[PATCH] Fix mml-quoting in responses where pgp-signing is enabled

2012-03-04 Thread Jani Nikula
On Sat, 3 Mar 2012 17:04:22 -0500, Tim Bielawa wrote: > The addition of mml-quote-region (notmuch-mua.el) in 2c6710e3 breaks > automatic signing in replies. When replies are mml-quoted and signing > is enabled by default the "<#part sign=pgpmime>" string will appear on > line 1. This will be

Re: [PATCH] emacs: keep customizations in groups

2012-03-04 Thread Mark Walters
On Sat, 3 Mar 2012 23:55:24 +0200, Jani Nikula j...@nikula.org wrote: Move hello section customization to notmuch-hello group and printing customization to notmuch-show group from the top level customization group. Hi This is an clear improvement but I wonder about the positioning of these

Re: [PATCH] emacs: fix MML quoting in replies

2012-03-04 Thread Mark Walters
On Sun, 4 Mar 2012 10:25:38 +0200, Jani Nikula j...@nikula.org wrote: The reply MML quoting added in commit ae438cc unintentionally MML quotes also the signature/encryption MML tags added via message-setup-hook, causing the reply not to be signed/encrypted. MML quote just the original

Re: [PATCH] emacs-hello: Do not calculate the count of the messages in hidden sections

2012-03-04 Thread Dmitry Kurochkin
Hi Michal. On Sat, 18 Feb 2012 23:12:29 +0100, Michal Sojka sojk...@fel.cvut.cz wrote: The result is that hello screen shows much faster when some sections are hidden. --- The patch looks good to me. Please do not send new patches as replies to other patch threads. It makes it difficult to

Re: [PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-04 Thread Dmitry Kurochkin
On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe dan...@schoepe.org wrote: notmuch-saved-search-sort-function might destructively modify its input (`sort' does that, for instance), so it should not be given notmuch-saved-searches directly. --- -1 I think we should require

Re: [PATCH] emacs: keep customizations in groups

2012-03-04 Thread Jani Nikula
On Mar 5, 2012 1:50 AM, Mark Walters markwalters1...@gmail.com wrote: On Sat, 3 Mar 2012 23:55:24 +0200, Jani Nikula j...@nikula.org wrote: Move hello section customization to notmuch-hello group and printing customization to notmuch-show group from the top level customization group. Hi