Hi Tomas, > Try simply: >> >> (setq gnus-group-line-format "%5M %5y/%-8t • %c\n") yes that helped. Thanks a lot next problem: there is a mistake somewhere, I don´t know where. I put that in my gnus.el: ;;nice colours for spot groups with new emails '((gnus-group-mail-1-empty ((t (:foreground "SlateGray3")))) '(gnus-group-mail-3 ((t (:foreground "spring green")))) '(gnus-group-mail-3-empty ((t (:foreground "SlateGray3")))) '(gnus-group-news-3 ((t (:foreground "spring green")))) '(gnus-group-news-3-empty ((t (:foreground "SlateGray3")))) '(gnus-group-news-low ((t (:foreground "spring green"))))) Kind regards Gottfried Am 30.12.24 um 12:16 schrieb tomas@tuxteam.de: > On Mon, Dec 30, 2024 at 10:58:02AM +0000, gfp wrote: >> Hi Sujith, >> >>> gnus-group-line-format set to "%5M %5y/%-8t • %c\n" >> >> When I put this in my gnus.el it shows a mistake: >> (setq gnus-group-line-format set to "%5M %5y/%-8t • %c\n") > > I'm not in the discussion, but my hunch is that the above line > is a verbal description (i.e. human language, not computer). > > Try simply: > > (setq gnus-group-line-format "%5M %5y/%-8t • %c\n") > > which is the lispy way to set the value of that variable. > > HTH