Variable: gnus-summary-next-group-on-exit

gnus-summary-next-group-on-exit is a customizable variable defined in gnus-sum.el.gz.

Value

t

Documentation

If non-nil, go to the next unread newsgroup on summary exit.

See gnus-group-goto-unread.

This variable was added, or its default value changed, in Emacs 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-next-group-on-exit t
  "If non-nil, go to the next unread newsgroup on summary exit.
See `gnus-group-goto-unread'."
  :link '(custom-manual "(gnus)Group Maneuvering")
  :group 'gnus-summary-exit
  :version "23.1" ;; No Gnus
  :type 'boolean)