# HG changeset patch # User Gerd Moellmann # Date 962914108 0 # Node ID 020fc2e83129f32f71127937092e08ffc622d482 # Parent fbb3614484f96912791d317257f603565c3b3cfe (mail-unsent-separator): Changed "the" to "\\w+", as exim can use "your message" instead of "the message". diff -r fbb3614484f9 -r 020fc2e83129 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Thu Jul 06 16:09:00 2000 +0000 +++ b/lisp/mail/rmail.el Thu Jul 06 20:08:28 2000 +0000 @@ -3094,7 +3094,7 @@ "^ *---+ +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 *$"