[EMAIL PROTECTED] writes:

> I put in ~/.gnus.el:
>
>      (setq gnus-thread-sort-functions
>          '(gnus-thread-sort-by-date))
>
> , but for some strange reason sorting is still done
> on article numbers and not on date, when articles
> have the same subject. How on earth do I fix that?

Are you using threading?  info://gnus/Sorting+the+Summary+Buffer
mentions that, if you're not, you need to use
gnus-article-sort-functions and gnus-article-sort-by-date, etc.,
instead.  Also note the comment that you probably want
gnus-{article,thread}-sort-by-number at the front of the list to get a
consistent sort in case two articles have the same date.

  --dzm
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to