[PATCH 2/2] emacs: Fix notmuch-mua-user-agent defcustom

2011-09-23 Thread Jani Nikula
The :options keyword is not meaningful for function type. Also, it was not possible to enter nil value, contrary to the notmuch-mua-user-agent defcustom documentation. Specify the alternatives using choice type, taking nil into account. Signed-off-by: Jani Nikula --- emacs/notmuch-mua.el | 10

[PATCH RESEND 2/2] emacs: Make saving new saved searches append, not prepend

2011-09-23 Thread Jani Nikula
Append new saved searches at the end of saved searches rather than insert in front. Signed-off-by: Jani Nikula --- emacs/notmuch-hello.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 6c8e265..dc34ebe 100644 ---

[PATCH RESEND 1/2] emacs: Add new customization option to sort saved searches

2011-09-23 Thread Jani Nikula
Add new customization option notmuch-saved-search-sort-function to sort saved searches in user-defined order. Provide a sort function to sort the saved searches in alphabetical order. Setting the search function to nil causes the saved searches not to be sorted, as before. This also remains the

[PATCH RESEND 0/2] emacs: sort saved searches

2011-09-23 Thread Jani Nikula
Hi, resending as this seems forgotten. Last time [1] there was no objections to this improved approach. BR, Jani. [1] id:"cover.1315341018.git.jani at nikula.org" Jani Nikula (2): emacs: Add new customization option to sort saved searches emacs: Make saving new saved searches append, not

[PATCH RESEND 0/2] emacs: sort saved searches

2011-09-23 Thread Jani Nikula
Hi, resending as this seems forgotten. Last time [1] there was no objections to this improved approach. BR, Jani. [1] id:cover.1315341018.git.j...@nikula.org Jani Nikula (2): emacs: Add new customization option to sort saved searches emacs: Make saving new saved searches append, not prepend

[PATCH RESEND 1/2] emacs: Add new customization option to sort saved searches

2011-09-23 Thread Jani Nikula
Add new customization option notmuch-saved-search-sort-function to sort saved searches in user-defined order. Provide a sort function to sort the saved searches in alphabetical order. Setting the search function to nil causes the saved searches not to be sorted, as before. This also remains the

[PATCH RESEND 2/2] emacs: Make saving new saved searches append, not prepend

2011-09-23 Thread Jani Nikula
Append new saved searches at the end of saved searches rather than insert in front. Signed-off-by: Jani Nikula j...@nikula.org --- emacs/notmuch-hello.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index

[PATCH 2/2] emacs: Fix notmuch-mua-user-agent defcustom

2011-09-23 Thread Jani Nikula
The :options keyword is not meaningful for function type. Also, it was not possible to enter nil value, contrary to the notmuch-mua-user-agent defcustom documentation. Specify the alternatives using choice type, taking nil into account. Signed-off-by: Jani Nikula j...@nikula.org ---

[PATCH] vim plugin: allow customizing of current read+archive+advance behavior

2011-09-23 Thread Michael Roth
Currently if you navigate through an entire thread using space it will automatically have it's 'unread' and 'inbox' tags removed. For many userss archiving is limited to threads that are old and unlikely to be referenced again rather than threads that you've simply read or glanced through

Re: [PATCH v6 00/17] Fix 'notmuch new' atomicity issues

2011-09-23 Thread David Bremner
On Tue, 13 Sep 2011 09:39:15 -0300, David Bremner da...@tethera.net wrote: On Fri, 8 Jul 2011 14:09:16 -0400, Austin Clements amdra...@mit.edu wrote: I have rebased these yet again, and pushed the first 4 commits to master. So far this is mainly testing stuff, along with one oneline bugfix.

Re: [PATCH v6 00/17] Fix 'notmuch new' atomicity issues

2011-09-23 Thread Austin Clements
Quoth David Bremner on Sep 23 at 11:14 pm: On Tue, 13 Sep 2011 09:39:15 -0300, David Bremner da...@tethera.net wrote: On Fri, 8 Jul 2011 14:09:16 -0400, Austin Clements amdra...@mit.edu wrote: I have rebased these yet again, and pushed the first 4 commits to master. So far this is mainly