someusernamehere <[EMAIL PROTECTED]> writes: > Hey, how I can store/grouping mails on this way: > > http://people.debian.org/~srivasta/images/gnus/gnus-group-1.png > > I mean, how about, important, work, announcements, local, humors, > etc ??
Use topic mode. Put something like this in your .gnus.el: (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) When in Topic Mode you can press T n to create a new topic. To move Groups around just kill them (C-k) and yank them where they should go (C-y). Everything else is in the manual. > thanks Tom _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
