Variable: mh-scan-field-from-start-offset
mh-scan-field-from-start-offset is a variable defined in
mh-scan.el.gz.
Value
8
Documentation
The offset from the mh-cmd-note to find the start of "From:" address.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-scan.el.gz
(defvar mh-scan-field-from-start-offset
(+ mh-scan-cmd-note-width
mh-scan-destination-width
mh-scan-date-width
mh-scan-date-flag-width)
"The offset from the `mh-cmd-note' to find the start of \"From:\" address.")