Variable: gnus-options-not-subscribe
gnus-options-not-subscribe is a customizable variable defined in
gnus-start.el.gz.
Value
nil
Documentation
All new groups matching this regexp will be ignored.
Note that this variable deals only with new newsgroups. This variable does not affect old (already subscribed) newsgroups.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-options-not-subscribe nil
"All new groups matching this regexp will be ignored.
Note that this variable deals only with new newsgroups. This variable
does not affect old (already subscribed) newsgroups."
:group 'gnus-group-new
:type '(choice regexp
(const :tag "none" nil)))