Variable: gnus-group-goto-unread
gnus-group-goto-unread is a customizable variable defined in
gnus-group.el.gz.
Value
t
Documentation
If non-nil, movement commands will go to the next unread and subscribed group.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defcustom gnus-group-goto-unread t
"If non-nil, movement commands will go to the next unread and subscribed group."
:link '(custom-manual "(gnus)Group Maneuvering")
:group 'gnus-group-various
:type 'boolean)