Re: [PATCH] emacs: notmuch-hello: Add variable to control order or saved-search results

2014-02-07 Thread Keith Packard
Carl Worth writes: > This allows for the user to control the order that results are > returned from saved-searches, (and independently from the order of all > other searches which is controlled by notmuch-search-oldest-first). After we lost this from notmuch, I added this to my .emacs, which mad

[PATCH] emacs: notmuch-hello: Add variable to control order or saved-search results

2014-02-07 Thread Keith Packard
xt attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 810 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140207/5aecf5fb/attachment.pgp>

Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-07 Thread W. Trevor King
On Wed, Feb 05, 2014 at 07:31:27AM -0800, W. Trevor King wrote: > On Wed, Feb 05, 2014 at 05:24:56PM +0200, Tomi Ollila wrote: > > Forgot to mention that the <, >, & etc. characters could also be > > encoded in this patch series (to <, >, & etc.) > > Good point. I'll xml.sax.saxutils.escape the m

[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring

2014-02-07 Thread W. Trevor King
digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140207/d954bffb/attachment.pgp>

[PATCH 2/2] emacs: add support for defining custom sort order for saved searches

2014-02-07 Thread Jani Nikula
Add a new customization option notmuch-saved-searches-oldest-first to define custom sort order for saved searches. Do this as a separate option from notmuch-saved-searches to dodge backwards compatibility issues. NOTE: If the name of a tag matches the name of a saved search with a custom sort ord

[PATCH 1/2] emacs: store sort order in the widgets in notmuch-hello

2014-02-07 Thread Jani Nikula
--- emacs/notmuch-hello.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 7b3d76b..1c30b47 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -325,7 +325,8 @@ diagonal." (defun notmuch-hello-widget

[PATCH 0/2] emacs: per saved search sort order

2014-02-07 Thread Jani Nikula
On Thu, 06 Feb 2014, Carl Worth wrote: > This allows for the user to control the order that results are > returned from saved-searches, (and independently from the order of all > other searches which is controlled by notmuch-search-oldest-first). > --- > > This allows me to get back to the behavio

[PATCH 2/2] emacs: add support for defining custom sort order for saved searches

2014-02-07 Thread Jani Nikula
Add a new customization option notmuch-saved-searches-oldest-first to define custom sort order for saved searches. Do this as a separate option from notmuch-saved-searches to dodge backwards compatibility issues. NOTE: If the name of a tag matches the name of a saved search with a custom sort ord

[PATCH 0/2] emacs: per saved search sort order

2014-02-07 Thread Jani Nikula
On Thu, 06 Feb 2014, Carl Worth wrote: > This allows for the user to control the order that results are > returned from saved-searches, (and independently from the order of all > other searches which is controlled by notmuch-search-oldest-first). > --- > > This allows me to get back to the behavio

[PATCH 1/2] emacs: store sort order in the widgets in notmuch-hello

2014-02-07 Thread Jani Nikula
--- emacs/notmuch-hello.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 7b3d76b..1c30b47 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -325,7 +325,8 @@ diagonal." (defun notmuch-hello-widget