changeset 23740:875cdc9480ab

(mail-unsent-separator): Additional alternative.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Nov 1998 02:34:50 +0000
parents 7b6f268e970d
children 0146ed131b2a
files lisp/mail/rmail.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Fri Nov 20 23:54:16 1998 +0000
+++ b/lisp/mail/rmail.el	Sat Nov 21 02:34:50 1998 +0000
@@ -2969,7 +2969,8 @@
 	  "^ *--+ +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 *$"