From: Richard M. Stallman Date: Sat, 21 Nov 1998 02:34:50 +0000 (+0000) Subject: (mail-unsent-separator): Additional alternative. X-Git-Tag: emacs-20.4~1209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b63e51c5fc4557dd8545cc1044f31490d97edb4a;p=emacs.git (mail-unsent-separator): Additional alternative. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 6e4dac78ce9..419f0e21a1f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2969,7 +2969,8 @@ typically for purposes of moderating a list." "^ *--+ +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 *$"