Variable: mh-signature-separator-regexp

mh-signature-separator-regexp is a variable defined in mh-e.el.gz.

Value

"^-- $"

Documentation

This regular expression matches the signature separator.

See mh-signature-separator.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defvar mh-signature-separator-regexp "^-- $"
  "This regular expression matches the signature separator.
See `mh-signature-separator'.")