Function: gnus-group-topic-unread

gnus-group-topic-unread is a byte-compiled function defined in gnus-topic.el.gz.

Signature

(gnus-group-topic-unread)

Documentation

The number of unread articles in topic on the current line.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-group-topic-unread ()
  "The number of unread articles in topic on the current line."
  (get-text-property (line-beginning-position) 'gnus-topic-unread))