Function: gnus-topic-unread
gnus-topic-unread is a byte-compiled function defined in
gnus-topic.el.gz.
Signature
(gnus-topic-unread TOPIC)
Documentation
Return the number of unread articles in TOPIC.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-topic-unread (topic)
"Return the number of unread articles in TOPIC."
(or (cdr (assoc topic gnus-topic-unreads))
0))