Re: Sort Threads by newest Date

2021-02-05 Thread Chinmaya Nagpal
On Fri, Feb 05, 2021 at 02:03:52PM +0100, Christopher Zimmermann wrote: > when displaying a mailbox index in threaded view, the different threads are > sorted by the date of their oldest message. Is there a way to sort them by > their newest message? Yes, set $sort_aux to last-date-received. --

Sort Threads by newest Date

2021-02-05 Thread Christopher Zimmermann
Hi, when displaying a mailbox index in threaded view, the different threads are sorted by the date of their oldest message. Is there a way to sort them by their newest message? Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2 0DEF 87E2

[Solved, Thanks!] Re: 'folder-hook . set sort=threads' and 'set sort=threads'

2009-04-22 Thread Zhengquan Zhang
On Tue, Apr 21, 2009 at 11:17:57PM -0500, Kyle Wheeler wrote: > That hook, in essence, resets the sort order when you change folders. > So if you temporarily change your sort to "reverse-date" and then open > a new folder, the sort order will be set back to threads rather than > staying "reverse

Re: 'folder-hook . set sort=threads' and 'set sort=threads'

2009-04-22 Thread Zhengquan Zhang
On Wed, Apr 22, 2009 at 06:36:36AM +0200, Michael Tatge wrote: > Once mutt parses the rc file you would have sort=threads. But if you > changed to the spam folder it would be sort=spam as intended. Only how > do you get it back now? You don't - you need the default hook. As it is &

Re: 'folder-hook . set sort=threads' and 'set sort=threads'

2009-04-21 Thread Michael Tatge
* On Tue, Apr 21, 2009 11:05PM -0500 Zhengquan Zhang (zhang.zhengq...@gmail.com) muttered: > folder-hook . set sort=threads > > set sort=threads > > Basically they do the same thing. Is there anything I am missing here? Yes, they do the same thing - unless sort is changed by

Re: 'folder-hook . set sort=threads' and 'set sort=threads'

2009-04-21 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, April 21 at 11:05 PM, quoth Zhengquan Zhang: >This has puzzling me for quite a while, >I saw in several muttrcs > >they use > >folder-hook . set sort=threads > >but I don't understand why they don't u

'folder-hook . set sort=threads' and 'set sort=threads'

2009-04-21 Thread Zhengquan Zhang
Dear mutt community: This has puzzling me for quite a while, I saw in several muttrcs they use folder-hook . set sort=threads but I don't understand why they don't use set sort=threads instead. Basically they do the same thing. Is there anything I am missing here? Thanks a

Re: sort threads

2002-07-05 Thread Raoul Bönisch
On Thu, Jul 04, 2002 at 11:58:09PM -0700, John Iverson wrote: > * On Fri, 05 Jul 2002, Oliver Fuchs wrote: > > On Thu, 04 Jul 2002, Raoul Bönisch wrote: > > > > > The setting "set sort=subject" should have no effect because it is > > > overwritte

Re: sort threads

2002-07-04 Thread Raoul Bönisch
the display that I want. > > Hi, > try > > set sort=subject > set sort=threads # sorting the mails in threads > set sort_aux=date # sorting the threads > > ... that works for me The setting "set sort=subject" should have no effect becaus

Re: sort threads

2002-07-04 Thread Deb
* Nicolas Rachinsky <[EMAIL PROTECTED]> [2002-07-04 09:16:25 +0200]: > Do you have any hooks which change $sort? > What's the output of ":set ?sort\n"? Ah, found it... I was sourcing a file that escaped me on the first 2 go-throughs, and resetting sort to "date-sent". Whew! Thanks for the help

Re: sort threads

2002-07-03 Thread Nicolas Rachinsky
* Deb <[EMAIL PROTECTED]> [2002-07-03 22:37 -0700]: > * Oliver Fuchs <[EMAIL PROTECTED]> [2002-07-04 06:15:38 +0200]: > > > set sort=subject > > set sort=threads# sorting the mails in threads > > set sort_aux=date # sorting the threads > > > &

Re: sort threads

2002-07-03 Thread Deb
* Oliver Fuchs <[EMAIL PROTECTED]> [2002-07-04 06:15:38 +0200]: > set sort=subject > set sort=threads # sorting the mails in threads > set sort_aux=date # sorting the threads > > ... that works for me Nope, didn't work. Must be something else. Thanks anyw

Re: sort threads

2002-07-03 Thread Oliver Fuchs
On Wed, 03 Jul 2002, Deb wrote: > But when I use mutt to read email, messages are not sorted by threads by > default. I have to go to options (o) and then sort by threads (t), which > then gives me the display that I want. Hi, try set sort=subject set sort=threads# sorting

sort threads

2002-07-03 Thread Deb
I've been using mutt for about a week. In my .muttrc are these settings: set sort=threads set sort_aux=date-received But when I use mutt to read email, messages are not sorted by threads by default. I have to go to options (o) and then sort by threads (t), which then gives me the di

strange sort order with sort=threads and sort_aux=reverse-score

2001-07-16 Thread Louis-David Mitterrand
In the .muttrc I have: set sort=threads sort_aux=reverse-score in order to get the highest rated messages at the end while still seeing threads. However this has the unfortunate side effect that identically-scored messages are more or less sorted from newest to oldest (not the default date-sent

Re: sort=threads

2001-02-22 Thread Jason Helfman
$sort_aux is not boolean. | | > I removed that option, and still same result. | | > > > folder-hook . set sort=sent-date | | date-sent isn't it? Nevertheless you should be able to sort a | folder manually. ':set sort=threads' ou

Re: sort=threads

2001-02-22 Thread Jason Helfman
$sort_aux is not boolean. | | > I removed that option, and still same result. | | > > > folder-hook . set sort=sent-date | | date-sent isn't it? Nevertheless you should be able to sort a | folder manually. ':set sort=threads'

Re: sort=threads

2001-02-21 Thread Michael Tatge
There's missing a value since $sort_aux is not boolean. > I removed that option, and still same result. > > > folder-hook . set sort=sent-date date-sent isn't it? Nevertheless you should be able to sort a folder manually. ':set sort=thread

Re: sort=threads

2001-02-20 Thread Jason Helfman
I removed that option, and still same result. On Tue, Feb 20, 2001 at 07:44:44PM +0100, Michael Tatge muttered: | Jason Helfman muttered: | > For some reason, not quiet sure why, I am unable to sort by threads... | | > set sort_aux | | | There's missing a value since $sort_aux is

Re: sort=threads

2001-02-20 Thread Michael Tatge
Jason Helfman muttered: > For some reason, not quiet sure why, I am unable to sort by threads... > set sort_aux There's missing a value since $sort_aux is not boolean. HTH, Michael -- I've run DOOM more in the last few days than I have the last few months. I just love debuggin

sort=threads

2001-02-20 Thread Jason Helfman
me -mrs` # ignore irritating mesg generated by cclient (uw-imapd / pine) folder-hook . "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\"" # Mailing lists with different posting addresses, .sig files # I'll let the list server set the reply-to address # The "plussed"