Function: gnus-group-group-unread
gnus-group-group-unread is a byte-compiled function defined in
gnus-group.el.gz.
Signature
(gnus-group-group-unread)
Documentation
Get the number of unread articles of the newsgroup on the current line.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-group-unread ()
"Get the number of unread articles of the newsgroup on the current line."
(get-text-property (point-at-bol) 'gnus-unread))