[PATCH] Customize saved search order separately from regular search order

2010-06-07 Thread David Edmondson
On Mon, 07 Jun 2010 14:49:23 +0100, David Edmondson wrote: > Writing code to manipulate and use a structure like this would obviously > be some effort, but it doesn't seem overly difficult. More challenging > would be the interface to allow the user to customise the structure to > express their in

[PATCH] Customize saved search order separately from regular search order

2010-06-07 Thread David Edmondson
On Thu, 03 Jun 2010 17:45:20 -0700, Carl Worth wrote: > So I think what we actually want here is an additional member for our > saved-search tuple which indicates the desired search order for that > particular search. That's the only way I see to support a single user > who wants to take advantage

Re: [PATCH] Customize saved search order separately from regular search order

2010-06-07 Thread David Edmondson
On Mon, 07 Jun 2010 14:49:23 +0100, David Edmondson wrote: > Writing code to manipulate and use a structure like this would obviously > be some effort, but it doesn't seem overly difficult. More challenging > would be the interface to allow the user to customise the structure to > express their in

Re: [PATCH] Customize saved search order separately from regular search order

2010-06-07 Thread David Edmondson
On Thu, 03 Jun 2010 17:45:20 -0700, Carl Worth wrote: > So I think what we actually want here is an additional member for our > saved-search tuple which indicates the desired search order for that > particular search. That's the only way I see to support a single user > who wants to take advantage

[PATCH] Customize saved search order separately from regular search order

2010-06-04 Thread Michal Sojka
On Fri, 04 Jun 2010, Carl Worth wrote: > Keith happens to use saved searches only for subsets of his inbox and in > that case, it makes a lot of sense to see the results of all of these > messages in an oldest-first order. Hi, I used saved searches mostly this way until a few days ago, when I wro

Re: [PATCH] Customize saved search order separately from regular search order

2010-06-03 Thread Michal Sojka
On Fri, 04 Jun 2010, Carl Worth wrote: > Keith happens to use saved searches only for subsets of his inbox and in > that case, it makes a lot of sense to see the results of all of these > messages in an oldest-first order. Hi, I used saved searches mostly this way until a few days ago, when I wro

Re: [PATCH] Customize saved search order separately from regular search order

2010-06-03 Thread Carl Worth
On Tue, 04 May 2010 12:02:22 +0100, David Edmondson wrote: > On Mon, 3 May 2010 13:58:27 -0700, Keith Packard wrote: > > I use 'saved searches' as a folder mechanism and want them to be shown > > oldest first. Otherwise, while searching for messages normally, I want > > to see the most recent me

[PATCH] Customize saved search order separately from regular search order

2010-06-03 Thread Carl Worth
On Tue, 04 May 2010 12:02:22 +0100, David Edmondson wrote: > On Mon, 3 May 2010 13:58:27 -0700, Keith Packard > wrote: > > I use 'saved searches' as a folder mechanism and want them to be shown > > oldest first. Otherwise, while searching for messages normally, I want > > to see the most recent

[PATCH] Customize saved search order separately from regular search order

2010-05-04 Thread David Edmondson
On Mon, 3 May 2010 13:58:27 -0700, Keith Packard wrote: > I use 'saved searches' as a folder mechanism and want them to be shown > oldest first. Otherwise, while searching for messages normally, I want > to see the most recent messages first. This patch makes these two > default search orders sep

Re: [PATCH] Customize saved search order separately from regular search order

2010-05-04 Thread David Edmondson
On Mon, 3 May 2010 13:58:27 -0700, Keith Packard wrote: > I use 'saved searches' as a folder mechanism and want them to be shown > oldest first. Otherwise, while searching for messages normally, I want > to see the most recent messages first. This patch makes these two > default search orders sep

[PATCH] Customize saved search order separately from regular search order

2010-05-03 Thread Keith Packard
I use 'saved searches' as a folder mechanism and want them to be shown oldest first. Otherwise, while searching for messages normally, I want to see the most recent messages first. This patch makes these two default search orders separate. Signed-off-by: Keith Packard --- emacs/notmuch-hello.el

[PATCH] Customize saved search order separately from regular search order

2010-05-03 Thread Keith Packard
I use 'saved searches' as a folder mechanism and want them to be shown oldest first. Otherwise, while searching for messages normally, I want to see the most recent messages first. This patch makes these two default search orders separate. Signed-off-by: Keith Packard --- emacs/notmuch-hello.el