Variable: rmail-label-obarray
rmail-label-obarray is a variable defined in rmailkwd.el.gz.
Value
[0 0 0 0 0 filed 0 0 0 0 0 0 0 0 unseen 0 retried 0 0 0 edited 0 0 0 0 0 0 forwarded 0 0 0 resent 0 0 0 0 0 0 0 0 0 0 0 0 answered 0 0]
Documentation
Obarray of labels used by Rmail.
rmail-read-label uses this to offer completion.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailkwd.el.gz
;; Global to all RMAIL buffers. It exists for the sake of completion.
;; It is better to use strings with the label functions and let them
;; worry about making the label.
(defvar rmail-label-obarray (make-vector 47 0)
"Obarray of labels used by Rmail.
`rmail-read-label' uses this to offer completion.")