Function: gnus-registry-fetch-sender-fast
gnus-registry-fetch-sender-fast is a byte-compiled function defined in
gnus-registry.el.gz.
Signature
(gnus-registry-fetch-sender-fast ARTICLE)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-registry.el.gz
(defun gnus-registry-fetch-sender-fast (article)
(when-let* ((data (and (numberp article) (gnus-data-find article))))
(mail-header-from (gnus-data-header data))))