Variable: rmail-current-message

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

Value

nil

Documentation

Integer specifying the message currently being displayed in this folder.

Counts messages from 1 to rmail-total-messages. A value of 0 means there are no messages in the folder.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;; Message counters and markers.  Deleted flags.

(defvar rmail-current-message nil
  "Integer specifying the message currently being displayed in this folder.
Counts messages from 1 to `rmail-total-messages'.  A value of 0
means there are no messages in the folder.")