Variable: gnus-group-mode-line-format

gnus-group-mode-line-format is a customizable variable defined in gnus-group.el.gz.

Value

"Gnus: %%b {%M%:%S}"

Documentation

The format specification for the group mode line.

It works along the same lines as a normal formatting string, with some simple extensions:

%S The native news server.
%M The native select method.
%: ":" if %S isn't "".

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defcustom gnus-group-mode-line-format "Gnus: %%b {%M\ %:%S}"
  "The format specification for the group mode line.
It works along the same lines as a normal formatting string,
with some simple extensions:

%S   The native news server.
%M   The native select method.
%:   \":\" if %S isn't \"\"."
  :group 'gnus-group-visual
  :type 'string)