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