From c70d73590c549cee68d90c761e23941756a2839e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 6 Jul 2000 20:08:28 +0000 Subject: [PATCH] (mail-unsent-separator): Changed "the" to "\\w+", as exim can use "your message" instead of "the message". --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 55000d11269..64060f5144f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3094,7 +3094,7 @@ typically for purposes of moderating a list." "^ *---+ +Original message follows +---+ *$\\|" "^ *---+ +Your message follows +---+ *$\\|" "^|? *---+ +Message text follows: +---+ *|?$\\|" - "^ *---+ +This is a copy of the message, including all the headers.*---+ *$") + "^ *---+ +This is a copy of \\w+ 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