Function: sc-whofrom
sc-whofrom is a byte-compiled function defined in supercite.el.gz.
Signature
(sc-whofrom)
Documentation
Return the value of (sc-mail-field "from") or nil.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-whofrom ()
"Return the value of (sc-mail-field \"from\") or nil."
(let ((sc-mumble nil))
(sc-mail-field "from")))