Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: pmlists@free.fr (Peter Münster)
Cc: ding@gnus.org
Subject: Re: Summary sorting
Date: Thu, 01 Dec 2011 17:58:55 +0100	[thread overview]
Message-ID: <871usow7n4.fsf@tsdh.uni-koblenz.de> (raw)
In-Reply-To: <87obvswacc.fsf@micropit.couberia.bzh> ("Peter \=\?utf-8\?Q\?M\?\= \=\?utf-8\?Q\?\=C3\=BCnster\=22's\?\= message of "Thu, 01 Dec 2011 17:00:35 +0100")

pmlists@free.fr (Peter Münster) writes:

Hi!

>> I want the threads sorted by the date of the last message they
>> contain and displayed chronologically from top to bottom, ie the
>> thread which contains the most recent message has to be displayed
>> last.
>
> (setq gnus-thread-sort-functions '((not gnus-thread-sort-by-most-recent-date)))

The docs state that you should have at least have
`gnus-thread-sort-by-number' as first item in the list as a fallback.
So use

(setq gnus-thread-sort-functions '(gnus-thread-sort-by-number
                                   (not gnus-thread-sort-by-most-recent-date)))

Bye,
Tassilo



  reply	other threads:[~2011-12-01 16:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-01 15:40 Julien Cubizolles
2011-12-01 16:00 ` Peter Münster
2011-12-01 16:58   ` Tassilo Horn [this message]
2011-12-07 10:21     ` Julien Cubizolles
2011-12-07 17:07       ` Peter Münster
2011-12-10 21:59         ` Julien Cubizolles

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871usow7n4.fsf@tsdh.uni-koblenz.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=pmlists@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).