>>>>> [EMAIL PROTECTED] 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))))
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to