Variable: mh-scan-date-flag-width

mh-scan-date-flag-width is a variable defined in mh-scan.el.gz.

Value

1

Documentation

Number of columns consumed to flag (in)valid dates in mh-scan-format.

This column will have " " for valid and "*" for invalid or missing dates.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-scan.el.gz
(defvar mh-scan-date-flag-width 1
  "Number of columns consumed to flag (in)valid dates in `mh-scan-format'.
This column will have \" \" for valid and \"*\" for invalid or
missing dates.")