Variable: rmail-summary-scroll-between-messages

rmail-summary-scroll-between-messages is a customizable variable defined in rmailsum.el.gz.

Value

t

Documentation

Non-nil means Rmail summary scroll commands move between messages.

That is, after rmail-summary-scroll-msg-up reaches the end of a message, it moves to the next message; and similarly for rmail-summary-scroll-msg-down.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defcustom rmail-summary-scroll-between-messages t
  "Non-nil means Rmail summary scroll commands move between messages.
That is, after `rmail-summary-scroll-msg-up' reaches the end of a
message, it moves to the next message; and similarly for
`rmail-summary-scroll-msg-down'."
  :type 'boolean
  :group 'rmail-summary)