search order

2013-09-10 Thread Ramakrishnan Muthukrishnan
David Bremner writes: > Ramakrishnan Muthukrishnan writes: > >> >> If I startup notmuch and then do a M-x notmuch-search and then *, I see >> the messages with the newest on the top. But if I instead, startup >> notmuch and then hit "s", I see that the new messages are at the >> bottom. The

search order

2013-09-10 Thread David Bremner
Ramakrishnan Muthukrishnan writes: > > If I startup notmuch and then do a M-x notmuch-search and then *, I see > the messages with the newest on the top. But if I instead, startup > notmuch and then hit "s", I see that the new messages are at the > bottom. The value of

Re: search order

2013-09-10 Thread David Bremner
Ramakrishnan Muthukrishnan r...@rkrishnan.org writes: If I startup notmuch and then do a M-x notmuch-search and then *, I see the messages with the newest on the top. But if I instead, startup notmuch and then hit s, I see that the new messages are at the bottom. The value of

Re: search order

2013-09-10 Thread Ramakrishnan Muthukrishnan
David Bremner da...@tethera.net writes: Ramakrishnan Muthukrishnan r...@rkrishnan.org writes: If I startup notmuch and then do a M-x notmuch-search and then *, I see the messages with the newest on the top. But if I instead, startup notmuch and then hit s, I see that the new messages are at

search order

2013-08-18 Thread David Bremner
Ramakrishnan Muthukrishnan writes: > If I startup notmuch and then do a M-x notmuch-search and then *, I see > the messages with the newest on the top. But if I instead, startup > notmuch and then hit "s", I see that the new messages are at the > bottom. The value of notmuch-search-oldest-first

search order

2013-08-05 Thread Ramakrishnan Muthukrishnan
Hi, I see something strange when I do a search with M-x notmuch-search from the notmuch-hello vs hitting "s" on the notmuch-hello buffer. If I startup notmuch and then do a M-x notmuch-search and then *, I see the messages with the newest on the top. But if I instead, startup notmuch and then

[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

[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 w

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 cwo...@cworth.org 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

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 d...@dme.org 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

[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

Re: [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 wrote

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

2010-06-03 Thread Carl Worth
ith the newest message first, (which is the default search-results order after all). 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 w

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

2010-06-03 Thread Carl Worth
first, (which is the default search-results order after all). 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-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

[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 kei...@keithp.com ---

[notmuch] [PATCH -v2] notmuch.el: Use variable notmuch-search-oldest-first to decide the search order

2009-11-27 Thread Carl Worth
mode to use the right search order when we select > a folder. Also the notmuch command is fixed to use the right ordering. Thanks for the updated commit message. Unfortunately, I'd already committed the earlier version of this patch. I generally make passes over my queue of patches to revi

[notmuch] [PATCH] notmuch.el: Use variable notmuch-search-oldest-first to decide the search order

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 20:20:59 +0530, "Aneesh Kumar K.V" wrote: > Make sure we use notmuch-search-oldest-first to decide the how > the search result should be displayed. This helps to set the > value to nil and have latest mail shown first Thanks. This is pushed now. -Carl

[notmuch] [PATCH -v2] notmuch.el: Use variable notmuch-search-oldest-first to decide the search order

2009-11-25 Thread Aneesh Kumar K.V
Make sure we use notmuch-search-oldest-first to decide the how the search result should be displayed. This helps to set the value to nil and have latest mail shown first. This also fix the notmuch-folder mode to use the right search order when we select a folder. Also the notmuch command is fixed

[notmuch] [PATCH] notmuch.el: Use variable notmuch-search-oldest-first to decide the search order

2009-11-23 Thread Aneesh Kumar K.V
Make sure we use notmuch-search-oldest-first to decide the how the search result should be displayed. This helps to set the value to nil and have latest mail shown first Signed-off-by: Aneesh Kumar K.V --- notmuch.el |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git