[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Correct ordering of items in mail threads
From: |
Pankaj Jangid |
Subject: |
Re: Correct ordering of items in mail threads |
Date: |
Sun, 22 Oct 2023 21:45:29 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> On Saturday, 21 Oct 2023 at 10:41, Pankaj Jangid wrote:
>> ;; Threading
>> '(gnus-thread-sort-functions
>> '(gnus-thread-sort-by-number))
>> '(gnus-summary-thread-gathering-function
>> 'gnus-gather-threads-by-references)
>>
>
> I have
>
> (setq gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date)
>
> along with similar (but slightly different) settings for the variables
> you've set. This variable says how to sort *within* a thread which may
> be what you are looking for.
In fact, I wanted to use 'gnus-thread-sort-by-date for
gnus-thread-sort-functions. But the docstring discouraged me.
--8<---------------cut here---------------start------------->8---
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.)
--8<---------------cut here---------------end--------------->8---
- Correct ordering of items in mail threads, Pankaj Jangid, 2023/10/21
- Re: Correct ordering of items in mail threads, Eric S Fraga, 2023/10/22
- Re: Correct ordering of items in mail threads,
Pankaj Jangid <=
- Re: Correct ordering of items in mail threads, Adam Sjøgren, 2023/10/22
- Re: Correct ordering of items in mail threads, Eric Abrahamsen, 2023/10/22
- Re: Correct ordering of items in mail threads, Adam Sjøgren, 2023/10/22
- Re: Correct ordering of items in mail threads, Eric Abrahamsen, 2023/10/22
- Re: Correct ordering of items in mail threads, Adam Sjøgren, 2023/10/22
- Re: Correct ordering of items in mail threads, Eric Abrahamsen, 2023/10/22
- Re: Correct ordering of items in mail threads, Pankaj Jangid, 2023/10/23
- Re: Correct ordering of items in mail threads, Adam Sjøgren, 2023/10/23
- Re: Correct ordering of items in mail threads, Pankaj Jangid, 2023/10/23
- Re: Correct ordering of items in mail threads, Adam Sjøgren, 2023/10/23