Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Stern <dodecatheon@gmail.com>
Subject: gnus-thread-sort-by-most-recent-date not symmetric
Date: Mon, 07 Nov 2005 13:47:12 -0800	[thread overview]
Message-ID: <lspll00b067.fsf@drip.ca.boeing.com> (raw)

As you might have gathered from my last message, I'm getting back into
Gnus after a bit of an absence, and have been having trouble with my
local jury-rigged configuration.

I was just attempting to make threading look a bit like Gmail in
reverse:  sorting threads with most recently active emails down to the
bottom of the *Summary* buffer.  So I have this in my .gnus:

;;
;; 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
      '(
        gnus-thread-sort-by-number
        (lambda (t1 t2)
          (not
           (gnus-thread-sort-by-most-recent-date t1 t2)
           )
          )
        )
      )

But this doesn't work quite as I'd expect.  Instead of sorting by the
most recent date within the thread, it seems to sort only by the root
of the thread.

If I use gnus-thread-sort-by-most-recent-date by itself, I get the
most recently updated thread at the top of the *Summary* buffer, so I
can't figure out why reversing the function isn't symmetric.

Any ideas?

Ted
-- 
 dodecatheon at gmail dot com
 Frango ut patefaciam -- I break so that I may reveal



             reply	other threads:[~2005-11-07 21:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07 21:47 Ted Stern [this message]
2005-11-08  5:24 ` Dan Christensen

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=lspll00b067.fsf@drip.ca.boeing.com \
    --to=dodecatheon@gmail.com \
    /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).