Hadron <[EMAIL PROTECTED]> writes: > I have been unable to locate this in google or the manual. > > How do I permanently sort all news groups so that newer threads appear > first?
Try the following: ,---- | (setq gnus-thread-sort-functions | '(gnus-thread-sort-by-number | (lambda (t1 t2) (not (gnus-thread-sort-by-date t1 t2))))) `---- Cheers, Spring -- "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
