Variable: gnus-activate-level

gnus-activate-level is a customizable variable defined in gnus-start.el.gz.

Value

6

Documentation

Groups higher than this level won't be activated on startup.

Setting this variable to something low might save lots of time when you have many groups that you aren't interested in.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-activate-level (1+ gnus-level-subscribed)
  "Groups higher than this level won't be activated on startup.
Setting this variable to something low might save lots of time when
you have many groups that you aren't interested in."
  :group 'gnus-group-levels
  :type 'integer)