# HG changeset patch # User Richard M. Stallman # Date 911615690 0 # Node ID 875cdc9480ab444ec5db83765b466b9f09438d7e # Parent 7b6f268e970df919c0f28930e874f1d1fff0b20c (mail-unsent-separator): Additional alternative. diff -r 7b6f268e970d -r 875cdc9480ab lisp/mail/rmail.el --- 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 *$"