Variable: gnus-summary-check-current

gnus-summary-check-current is a customizable variable defined in gnus-sum.el.gz.

Value

nil

Documentation

If non-nil, consider the current article when moving.

The "unread" movement commands will stay on the same line if the current article is unread.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-check-current nil
  "If non-nil, consider the current article when moving.
The \"unread\" movement commands will stay on the same line if the
current article is unread."
  :group 'gnus-summary-maneuvering
  :type 'boolean)