Variable: gnus-goto-next-group-when-activating

gnus-goto-next-group-when-activating is a customizable variable defined in gnus-group.el.gz.

Value

t

Documentation

If non-nil, the M-g (gnus-group-get-new-news-this-group) command will advance point to the next group.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defcustom gnus-goto-next-group-when-activating t
  "If non-nil, the \\<gnus-group-mode-map>\\[gnus-group-get-new-news-this-group] command will advance point to the next group."
  :link '(custom-manual "(gnus)Scanning New Messages")
  :group 'gnus-group-various
  :type 'boolean)