Variable: gnus-level-unsubscribed
gnus-level-unsubscribed is a variable defined in gnus-start.el.gz.
Value
7
Documentation
Groups with levels less than or equal to this variable are unsubscribed.
Groups with levels less than gnus-level-subscribed, which
should be less than this variable, are subscribed. Groups with
levels from gnus-level-subscribed (exclusive) up to this
variable (inclusive) are unsubscribed. See also
gnus-level-zombie, gnus-level-killed and the Info node (gnus)Group
Levels for details.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defconst gnus-level-unsubscribed 7
"Groups with levels less than or equal to this variable are unsubscribed.
Groups with levels less than `gnus-level-subscribed', which
should be less than this variable, are subscribed. Groups with
levels from `gnus-level-subscribed' (exclusive) up to this
variable (inclusive) are unsubscribed. See also
`gnus-level-zombie', `gnus-level-killed' and the Info node `(gnus)Group
Levels' for details.")