Variable: gnus-options-subscribe

gnus-options-subscribe is a customizable variable defined in gnus-start.el.gz.

Value

nil

Documentation

All new groups matching this regexp will be subscribed unconditionally.

Note that this variable deals only with new newsgroups. This variable does not affect old newsgroups.

New groups that match this regexp will not be handled by gnus-subscribe-newsgroup-method. Instead, they will be subscribed using gnus-subscribe-options-newsgroup-method.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-options-subscribe nil
  "All new groups matching this regexp will be subscribed unconditionally.
Note that this variable deals only with new newsgroups.  This variable
does not affect old newsgroups.

New groups that match this regexp will not be handled by
`gnus-subscribe-newsgroup-method'.  Instead, they will
be subscribed using `gnus-subscribe-options-newsgroup-method'."
  :group 'gnus-group-new
  :type '(choice regexp
		 (const :tag "none" nil)))