Function: gnus-group-unread
gnus-group-unread is a macro defined in gnus.el.gz.
Signature
(gnus-group-unread GROUP)
Documentation
Get the currently computed number of unread articles in GROUP.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defmacro gnus-group-unread (group)
"Get the currently computed number of unread articles in GROUP."
`(car (gethash ,group gnus-newsrc-hashtb)))