Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Sort thread by most recent poster
@ 2002-05-11  3:58 Peter Wu
  2002-05-11 16:21 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Wu @ 2002-05-11  3:58 UTC (permalink / raw)


I want  to customize the sorting  of the Summary Buffer  by adding the
following to my .gnus file. 


;; sort the summary buffer
(setq gnus-thread-sort-functions
      '(gnus-thread-sort-by-number
	gnus-thread-sort-by-most-recent-date))


What I want to realize is  the sorting means employed by Google, which
is the thread that has the most recent post shows up first. 

I tried  this sorting in  slrn but was  told impossible to  realize in
current version and I'd like to know if Gnus can do this job and how. Thanks!

-- 
Peter Y. Wu

"I know nothing except the fact of my ignorance." -- Socrates


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Sort thread by most recent poster
  2002-05-11  3:58 Sort thread by most recent poster Peter Wu
@ 2002-05-11 16:21 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2002-05-11 16:21 UTC (permalink / raw)


Peter Wu <peterwu@hotmail.com> writes:

> What I want to realize is  the sorting means employed by Google, which
> is the thread that has the most recent post shows up first. 

In Oort Gnus, this is possible using the following:

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

I think it makes no sense to sort by date, as the number is the
arrival date and the date is the departure date -- these presumably
have a very high correlation.  Sorting by date is much slower than
sorting by number.

kai
-- 
Silence is foo!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-11 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-11  3:58 Sort thread by most recent poster Peter Wu
2002-05-11 16:21 ` Kai Großjohann

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).