Variable: rmail-message-vector

rmail-message-vector is a variable defined in rmail.el.gz.

Value

nil

Documentation

Vector of markers specifying the start and end of each message.

Element N and N+1 specify the start and end of message N.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-message-vector nil
  "Vector of markers specifying the start and end of each message.
Element N and N+1 specify the start and end of message N.")