Function: gnus-parameter-subscribed

gnus-parameter-subscribed is a byte-compiled function defined in gnus.el.gz.

Signature

(gnus-parameter-subscribed NAME)

Documentation

Return GROUP's subscription status.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(gnus-define-group-parameter
 subscribed
 :type bool
 :function-document
 "Return GROUP's subscription status."
 :variable-document
 "Groups which are automatically considered subscribed."
 :variable-group gnus-group-parameter
 :parameter-type '(const :tag "Subscribed" t)
 :parameter-document "\
Gnus assumed that you are subscribed to the To/List address.

When constructing a list of subscribed groups using
`gnus-find-subscribed-addresses', Gnus includes the To address given
above, or the list address (if the To address has not been set).")