info-gnus-english
[Top][All Lists]
Advanced

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

Re: Location of .gnus init file


From: Tassilo Horn
Subject: Re: Location of .gnus init file
Date: Tue, 10 Feb 2015 08:18:27 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

B. T. Raven <btraven@nihil.net> writes:

> Thank you, Tassilo. That explains everything except why most recent
> articles are non sorted to top of buffer by default.

I think the default is to sort by article number.  AFAIK, that
corresponds to the order in which articles arrived at your newsserver
but not to the order in which people wrote and sent their postings
(although the order should at least be pretty similar).  Oh, and I think
by default articles are sorted from old to new, not the other way round.

So probably you'll be happy with

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

Bye,
Tassilo




reply via email to

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