Variable: rmail-mmdf-delim1

rmail-mmdf-delim1 is a variable defined in rmail.el.gz.

Value

"^\n"

Documentation

Regexp marking the start of an mmdf message.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;; These may be altered by site-init.el to match the format of mmdf files
;;  delimiting used on a given host (delim1 and delim2 from the config
;;  files).

(defvar rmail-mmdf-delim1 "^\001\001\001\001\n"
  "Regexp marking the start of an mmdf message.")