Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Stern <dodecatheon@gmail.com>
To: ding@gnus.org
Subject: sorting threads in digests by number, not date
Date: Mon, 28 Nov 2011 12:25:21 -0800	[thread overview]
Message-ID: <lspty5ot2oe.fsf@saturna.ca.boeing.com> (raw)

I sort my summary threads as follows:

;; More logical ordering within thread:
(setq gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date)

;;
;; Like Gmail:  bubble most recently active threads to the bottom:
;;
(setq gnus-thread-sort-functions
      '(
        (not gnus-thread-sort-by-most-recent-date)
        ))

This is helpful to me because I get mail forwarded from a variety of
servers, and frequently the dates are out of order.

However, when I use C-d to read a digest, I want to read the
individual messages by number, not date.

Is there a way to modify these sort functions to sort by number when
I'm reading a digest?

Ted
-- 
 Frango ut patefaciam -- I break so that I may reveal



             reply	other threads:[~2011-11-28 20:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-28 20:25 Ted Stern [this message]
2011-11-30  3:54 ` Dave Goldberg

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=lspty5ot2oe.fsf@saturna.ca.boeing.com \
    --to=dodecatheon@gmail.com \
    --cc=ding@gnus.org \
    /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).