Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* [gmane.emacs.gnus.user] Re: Threads sorting doesn't work?
@ 2014-11-02  6:39 Brady Trainor
  0 siblings, 0 replies; only message in thread
From: Brady Trainor @ 2014-11-02  6:39 UTC (permalink / raw)
  To: Andrey Lisin; +Cc: info-gnus-english

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]


This is my messy way of making sure you got the message, I should have used S W for very wide reply, in case you were not setup to discover replies in good time. 

And please disregard the expression below,  "article-thread-sort-functions". I am sure I made it up.

Sorry for the noise. 

--
Brady


[-- Attachment #2: Type: message/rfc822, Size: 5143 bytes --]

From: Brady Trainor <algebrat@uw.edu>
To: info-gnus-english@gnu.org
Subject: Re: Threads sorting doesn't work?
Date: Sat, 01 Nov 2014 23:25:04 -0700
Message-ID: <8761eyyv9b.fsf@uw.edu>

Andrey Lisin <andrey.lisin@gmail.com> writes:

> Hello everyone!
>
> I'm new to Gnus and faced with the first troubles with it. I have
>
> (setq gnus-thread-sort-functions
>       '(gnus-thread-sort-by-subject
>         (not gnus-thread-sort-by-total-score)
>         gnus-thread-sort-by-most-recent-date))
>
> 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?
>
> Thank you.

I was maybe as new as you not too long ago, and ran into a similar problem. It was because I had inadvertently toggled threading off, and this "mode" needed to have sorting enabled as well, a la article-thread-sort-functions. 

Perhaps this would work:

--8<---------------cut here---------------start------------->8---
(setq gnus-thread-sort-functions
      '((not gnus-thread-sort-by-date)))
(setq gnus-article-sort-functions
      '((not gnus-article-sort-by-date)))
--8<---------------cut here---------------end--------------->8---

HTH

--
Brady





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-02  6:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-02  6:39 [gmane.emacs.gnus.user] Re: Threads sorting doesn't work? Brady Trainor

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