Variable: gnus-auto-subscribed-groups

gnus-auto-subscribed-groups is a customizable variable defined in gnus-start.el.gz.

Value

"^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir\\|^nnimap"

Documentation

All new groups that match this regexp will be subscribed automatically.

Note that this variable only deals with new groups. It has no effect whatsoever on old groups.

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-auto-subscribed-groups
  "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir\\|^nnimap"
  "All new groups that match this regexp will be subscribed automatically.
Note that this variable only deals with new groups.  It has no effect
whatsoever on old groups.

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 'regexp)