Variable: mh-scan-cmd-note-width

mh-scan-cmd-note-width is a variable defined in mh-scan.el.gz.

Value

1

Documentation

Number of columns consumed by the cmd-note field in mh-scan-format.

This column will have one of the values:

  " ", "^", "D", "B", "A", "+"

where

  " " is the default value,
  "^" is the mh-note-refiled character,
  "D" is the mh-note-deleted character,
  "B" is the mh-note-blocklisted character,
  "A" is the mh-note-allowlisted character, and
  "+" is the mh-note-cur character.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-scan.el.gz
(defvar mh-scan-cmd-note-width 1
  "Number of columns consumed by the cmd-note field in `mh-scan-format'.

This column will have one of the values:

  \" \", \"^\", \"D\", \"B\", \"A\", \"+\"

where

  \" \" is the default value,
  \"^\" is the `mh-note-refiled' character,
  \"D\" is the `mh-note-deleted' character,
  \"B\" is the `mh-note-blocklisted' character,
  \"A\" is the `mh-note-allowlisted' character, and
  \"+\" is the `mh-note-cur' character.")