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") Debugger entered--Lisp error: (void-variable set) (setq gnus-group-line-format set) (progn (setq gnus-group-line-format set) (setq to "%5M %5y/%-8t•%c\n")) load-with-code-conversion("/home/gfp/.config/emacs/gnus.el" "/home/gfp/.config/emacs/gnus.el" nil nil) load-file("/home/gfp/.config/emacs/gnus.el") load-with-code-conversion("/home/gfp/.config/emacs/init.el" "/home/gfp/.config/emacs/init.el" t t) load("/home/gfp/.config/emacs/init" noerror nomessage) startup--load-user-init-file(#f(compiled-function () #) #f(compiled-function () #) t) command-line() normal-top-level() What did I do wrong? Kind regards Gottfried Am 27.12.24 um 19:24 schrieb Sujith Manoharan: > gfp writes: >> I mean to have an overview about all folders. >> Folders of unread messages and also of read messages. >> Somehow everything at once. In my opinion I can assess better what´s >> going on, from whom I got a new email, and from whom I didn´t get one. >> But that´s my view at the moment. I am not used seeing only new emails. >> May be I can adjust to it at some stage. > > The variable gnus-permanently-visible-groups can be used for this. > I set it to ".*" to display everything in the topic buffer. > > With the variable gnus-group-line-format set to "%5M %5y/%-8t • %c\n", > the group/topic buffer shows a nice overview of all groups with > unread/total count. > > I have colors to immediately 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")))) > > Sujith