Function: sc-header-regarding-adds
sc-header-regarding-adds is a byte-compiled function defined in
supercite.el.gz.
Signature
(sc-header-regarding-adds)
Documentation
"Regarding <subject>; <from> adds:"
Treats "subject" and "from" fields similar to sc-header-on-said.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-header-regarding-adds ()
"\"Regarding <subject>; <from> adds:\"
Treats \"subject\" and \"from\" fields similar to `sc-header-on-said'."
(let ((sc-mumble "")
(whofrom (sc-whofrom)))
(if whofrom
(insert sc-reference-tag-string
(sc-hdr "Regarding " (sc-mail-field "subject") "; ")
whofrom " adds:\n"))))