]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-unsent-separator): Changed "the" to "\\w+", as
authorGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 20:08:28 +0000 (20:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 20:08:28 +0000 (20:08 +0000)
exim can use "your message" instead of "the message".

lisp/mail/rmail.el

index 55000d11269c364a36503078d4048b4eb0dd6224..64060f5144f7dd1bbac268c601304b29400a7f22 100644 (file)
@@ -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 *$"