rtra <[EMAIL PROTECTED]> writes:

> The gnus screenshot at http://en.wikipedia.org/wiki/Gnus
> is awesome! How can I get my gnus to look like that?
>
> Thanks for any tip.

The colours are a matter of customizing faces

For the unicode thread trees I have this in my .gnus

         (when window-system
           (setq gnus-sum-thread-tree-indent "  ")
           (setq gnus-sum-thread-tree-root "● ")
           (setq gnus-sum-thread-tree-false-root "◯ ")
           (setq gnus-sum-thread-tree-single-indent "◎ ")
           (setq gnus-sum-thread-tree-leaf-with-other "├─► ")
           (setq gnus-sum-thread-tree-vertical "│")
           (setq gnus-sum-thread-tree-single-leaf "╰─► "))
   

hth




Glyn



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to