help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sorting with threads in Gnus


From: N. Raghavendra
Subject: Re: Sorting with threads in Gnus
Date: Wed, 24 Jul 2013 13:47:21 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin)

At 2013-07-24T14:21:02+08:00, Eric Abrahamsen wrote:

> "N. Raghavendra" <raghu@hri.res.in> writes:
>
>> I have
>>
>> (setq gnus-thread-sort-functions
>>      '(gnus-thread-sort-by-number (not gnus-thread-sort-by-date)))
>
> Maybe look at `gnus-sort-gathered-threads-function? Here's what I use:
>
> (setq gnus-thread-sort-functions '(gnus-thread-sort-by-number
>                                  gnus-thread-sort-by-most-recent-date)
>       gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date)

Thanks.  I tried

(setq gnus-thread-sort-functions
      '(gnus-thread-sort-by-number (not gnus-thread-sort-by-date)))

(setq gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date)

but it gives the same sorting within threads as before.

Best regards,
Raghavendra.

-- 
N. Raghavendra <raghu@hri.res.in>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]