Variable: rmail-summary-message-descendants-vector
rmail-summary-message-descendants-vector is a variable defined in
rmailsum.el.gz.
Value
nil
Documentation
Vector that holds the direct descendants of each message.
This is the antipode of rmail-summary-message-parents-vector.
First element is ignored.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defvar rmail-summary-message-descendants-vector nil
"Vector that holds the direct descendants of each message.
This is the antipode of `rmail-summary-message-parents-vector'.
First element is ignored.")