Variable: rmail-label-obarray
rmail-label-obarray is a variable defined in rmailkwd.el.gz.
Value
#<obarray n=8>
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 (obarray-make 47)
"Obarray of labels used by Rmail.
`rmail-read-label' uses this to offer completion.")