1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(mail-unsent-separator): Additional alternative.

This commit is contained in:
Richard M. Stallman 1998-11-21 02:34:50 +00:00
parent 01215c1f35
commit b63e51c5fc

View file

@ -2969,7 +2969,8 @@ typically for purposes of moderating a list."
"^ *--+ +begin message +--+ *$\\|"
"^ *---+ +Original message follows +---+ *$\\|"
"^ *---+ +Your message follows +---+ *$\\|"
"^|? *---+ +Message text follows: +---+ *|?$")
"^|? *---+ +Message text follows: +---+ *|?$"
"^ *---+ +This is a copy of the message, including all the headers.*---+ *$")
"A regexp that matches the separator before the text of a failed message.")
(defvar mail-mime-unsent-header "^Content-Type: message/rfc822 *$"