Variable: gnus-topic-display-empty-topics
gnus-topic-display-empty-topics is a customizable variable defined in
gnus-topic.el.gz.
Value
t
Documentation
If non-nil, display the topic lines even of topics that have no unread articles.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defcustom gnus-topic-display-empty-topics t
"If non-nil, display the topic lines even of topics that have no unread articles."
:type 'boolean)