Les Harris (2009-01-10 06:52 -0800) wrote:
> 1) I like topic mode. How do I make it the default mode on startup?
Command gnus-topic-mode turns it on. You have to add that command to the
gnus-group-mode-hook so that it is run every time the Group buffer is
initialized. So, put the following line to your ~/.gnus.el file:
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english