changeset 30100:020fc2e83129

(mail-unsent-separator): Changed "the" to "\\w+", as exim can use "your message" instead of "the message".
author Gerd Moellmann <gerd@gnu.org>
date Thu, 06 Jul 2000 20:08:28 +0000
parents fbb3614484f9
children 178c89d24a0d
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 *$"