lance <[EMAIL PROTECTED]> writes:
> I want to add a line to this that says if the group name includes
> "Listserv" make the color "my-group-face-4".
> (setq gnus-group-highlight
> '(((> unread 200) . my-group-face-1)
> ((and (< level 3) (zerop unread)) . my-group-face-2)
[...]
You can add line like
((string-match "Listserv" group) . my-group-face-4)
--
Johan Bockgård
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english