Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: gnus-thread-sort reverse?
Date: 19 Feb 2001 15:15:48 -0500	[thread overview]
Message-ID: <5bofvyh1jf.fsf@avocet.cs.rochester.edu> (raw)
In-Reply-To: <m366i6igj0.fsf@h0050bad6338d.ne.mediaone.net> (Nick Papadonis's message of "19 Feb 2001 15:06:43 -0500")

Nick Papadonis <npapadon@yahoo.com> writes:

> I'm trying to reverse sort threads by date.  I have read the info
> file and this isn't covered.  The mailing list had a brief mention of
> this in 1998 and the following was added to gnus:
> gnus-sum.el:9273:(defun gnus-summary-sort-by-date (&optional reverse)
> gnus-sum.el:9277:  (gnus-summary-sort 'date reverse))
> 
> I tried inserting the following in my Group Params:
> (gnus-thread-sort-functions (gnus-thread-sort-by-date REVERSE))
> 
> This does not sort reverse.  Can anyone see what I'm doing wrong?

Try

(gnus-thread-sort-functions
  (list
   (lambda
     (h1 h2)
     (gnus-thread-sort-by-date h2 h1))))


ShengHuo



  reply	other threads:[~2001-02-19 20:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-19 20:06 Nick Papadonis
2001-02-19 20:15 ` ShengHuo ZHU [this message]
2001-02-19 20:34   ` Nick Papadonis
2001-02-19 20:41     ` Kai Großjohann
2001-02-19 20:46       ` Nick Papadonis

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=5bofvyh1jf.fsf@avocet.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).