Variable: mh-scan-field-from-end-offset

mh-scan-field-from-end-offset is a variable defined in mh-scan.el.gz.

Value

25

Documentation

The offset from the mh-cmd-note to find the end of "From:" address.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-scan.el.gz
(defvar mh-scan-field-from-end-offset
  (+ mh-scan-field-from-start-offset mh-scan-from-mbox-width)
  "The offset from the `mh-cmd-note' to find the end of \"From:\" address.")