Variable: rmail-msgref-vector

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

Value

nil

Documentation

In an Rmail buffer, a vector whose Nth element is a list (N).

When expunging renumbers messages, these lists are modified by substituting the new message number into the existing list.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-msgref-vector nil
  "In an Rmail buffer, a vector whose Nth element is a list (N).
When expunging renumbers messages, these lists are modified
by substituting the new message number into the existing list.")