Function: mail-header-from
mail-header-from is a byte-compiled function defined in
nnheader.el.gz.
Signature
(mail-header-from mail-header-from X)
Documentation
Access slot "from" of mail-header struct X.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
(defalias 'mail-header-p #'vectorp) ;For lack of tag, it's all we have.
(cl-defstruct (mail-header
(:type vector)
(:constructor nil)
(:constructor make-full-mail-header
(&optional number subject from date id
references chars lines xref
extra)))
number
subject
from
date
id
references
chars
lines
xref
extra)