From b63e51c5fc4557dd8545cc1044f31490d97edb4a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 21 Nov 1998 02:34:50 +0000 Subject: [PATCH] (mail-unsent-separator): Additional alternative. --- lisp/mail/rmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 6e4dac78ce9..419f0e21a1f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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 *$" -- 2.39.2