Function: nnselect-get-artlist
nnselect-get-artlist is a macro defined in nnselect.el.gz.
Signature
(nnselect-get-artlist GROUP)
Documentation
Retrieve the list of articles for GROUP.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnselect.el.gz
(defmacro nnselect-get-artlist (group)
"Retrieve the list of articles for GROUP."
`(when (gnus-nnselect-group-p ,group)
(nnselect-uncompress-artlist
(gnus-group-get-parameter ,group 'nnselect-artlist t))))