Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: John Magolske <listmail@b79.net>
Cc: ding@gnus.org
Subject: Re: Sort recent threads towards bottom when gathering threads by subject?
Date: Wed, 15 Feb 2017 14:14:22 +0100	[thread overview]
Message-ID: <87y3x738b5.fsf@linux-m68k.org> (raw)
In-Reply-To: <87shngnz0m.fsf@b79.net> (John Magolske's message of "Tue, 14 Feb 2017 15:17:13 -0800")

On Feb 14 2017, John Magolske <listmail@b79.net> wrote:

> By changing gnus-thread-sort-functions to this:
>
>     (setq gnus-thread-sort-functions)
>           '(gnus-thread-sort-by-most-recent-number)
>             gnus-thread-sort-by-most-recent-date)))
>
> I can order threads how I'd like, but most recent messages & threads
> with most recent message will be sorted towards the top like so:
>
>     C (5 Feb 01:19)
>     A (2 Feb 13:49)
>     └─► A (4 Feb 20:05)
>     B (2 Feb 18:09)
>
> Here thread "A" is ahead of message "B" as the most recent message in
> thread "A" is newer than "B". I'd like to have that sorting order, but
> towards the bottom, and cannot figure out how to accomplish this.

IIUC you can get what you want if you use `(not
gnus-thread-sort-by-most-recent-number)' as the element of
gnus-thread-sort-functions.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



  reply	other threads:[~2017-02-15 13:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-14 23:17 John Magolske
2017-02-15 13:14 ` Andreas Schwab [this message]
2017-02-16 22:43   ` John Magolske
2017-04-07 23:47 ` John Magolske

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=87y3x738b5.fsf@linux-m68k.org \
    --to=schwab@linux-m68k.org \
    --cc=ding@gnus.org \
    --cc=listmail@b79.net \
    /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).