Variable: gnus-auto-select-same
gnus-auto-select-same is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
If non-nil, select the next article with the same subject.
If there are no more articles with the same subject, go to the first unread article.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-auto-select-same nil
"If non-nil, select the next article with the same subject.
If there are no more articles with the same subject, go to
the first unread article."
:group 'gnus-summary-maneuvering
:type 'boolean)