Variable: gnus-category-line-format
gnus-category-line-format is a variable defined in gnus-agent.el.gz.
Value
" %(%20c%): %g\n"
Documentation
Format of category lines.
Valid specifiers include:
%c Topic name (string)
%g The number of groups in the topic (integer)
General format specifiers can also be used. See Info node
(gnus)Formatting Variables.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
;;;
;;; Agent Category Mode
;;;
(defvar gnus-category-line-format " %(%20c%): %g\n"
"Format of category lines.
Valid specifiers include:
%c Topic name (string)
%g The number of groups in the topic (integer)
General format specifiers can also be used. See Info node
`(gnus)Formatting Variables'.")