[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Threads sorting doesn't work?
From: |
Emanuel Berg |
Subject: |
Re: Threads sorting doesn't work? |
Date: |
Sun, 02 Nov 2014 02:48:00 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Andrey Lisin <andrey.lisin@gmail.com> writes:
> According to Gnus documentation threads should be
> sorted by the most recent date firstly. But what I
> see in summary buffer is the oldest threads go on
> top and the most recent go down. Am I doing
> something wrong?
Not what I can see. But the documentation also
includes this:
Each function takes two threads and returns non-nil
if the first thread should be sorted before the
other. If you use more than one function, the
primary sort function should be the last. You
should probably always include
`gnus-thread-sort-by-number' in the list of sorting
functions -- preferably first. Also note that
sorting by date is often much slower than sorting
by number, and the sorting order is very similar.
(Sorting by date means sorting by the time the
message was sent, sorting by number means sorting
by arrival time.)
So perhaps you could try that and see it it works?
--
underground experts united
- Re: Threads sorting doesn't work?,
Emanuel Berg <=