diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-11-21 02:34:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-11-21 02:34:50 +0000 |
commit | b63e51c5fc4557dd8545cc1044f31490d97edb4a (patch) | |
tree | bf81a433a2710ce27e55a81012fe3ff95e4fd836 /lisp/mail | |
parent | 01215c1f353ba250081ce53b23820914122f9bf7 (diff) | |
download | emacs-b63e51c5fc4557dd8545cc1044f31490d97edb4a.tar.gz |
(mail-unsent-separator): Additional alternative.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 *$" |