Variable: mh-scan-msg-search-regexp

mh-scan-msg-search-regexp is a variable defined in mh-scan.el.gz.

Value

"^[^0-9]*%d[^0-9]"

Documentation

This regular expression matches a particular message.

It is a format string; use "%d" to represent the location of the message number within the expression as in the default of
"^[^0-9]*%d[^0-9]".

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-scan.el.gz
(defvar mh-scan-msg-search-regexp "^[^0-9]*%d[^0-9]"
  "This regular expression matches a particular message.

It is a format string; use \"%d\" to represent the location of the
message number within the expression as in the default of
\"^[^0-9]*%d[^0-9]\".")