Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: ding@gnus.org
Subject: Re: gnus-summary-toggle-threads and sort by dates. Latest reply first?
Date: Wed, 30 Jul 2008 19:38:46 +0200	[thread overview]
Message-ID: <87r69bff15.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <873alrag0r.fsf@mat.ucm.es>

On Wed, Jul 30 2008, Uwe Brauer wrote:

> Would it be possible to implement a feature that the sorting be date is
> with respect to the last message in the thread not to the first?

There is already the sorting predicate function
`gnus-thread-sort-by-most-recent-date'.  But there was no command
`gnus-summary-sort-by-date' yet.

Could you try if current CVS or the following command meets your
expectations?

(defun gnus-summary-sort-by-most-recent-date (&optional reverse)
  "Sort the summary buffer by most recent date.
Argument REVERSE means reverse order."
  (interactive "P")
  (gnus-summary-sort 'most-recent-date reverse))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2008-07-30 17:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-30  9:16 Uwe Brauer
2008-07-30 17:38 ` Reiner Steib [this message]
2008-07-31 10:11   ` Uwe Brauer

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=87r69bff15.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --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).