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

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

Re: different sorting for different groups


From: Katsumi Yamaoka
Subject: Re: different sorting for different groups
Date: Tue, 11 Sep 2007 19:41:02 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

>>>>> jidanni@jidanni.org wrote:

> How do I sort on Lines automatically whenever I enter a nndoc group,
> so I don't need to hit ^C-^S-^L each time?

> (setq gnus-parameters
>  '(("^nndoc:"
>    (gnus-thread-sort-functions gnus-thread-sort-by-lines)
>    (dummy-variable (gnus-summary-sort-by-lines)))))

> Doesn't work. Please tell me what to put in _.gnus.el_.

This will work (if `gnus-show-threads' is non-nil):

(setq gnus-parameters
 '(("^nndoc:"
   (gnus-thread-sort-functions 'gnus-thread-sort-by-lines))))


reply via email to

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