aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-11-21 02:34:50 +0000
committerRichard M. Stallman1998-11-21 02:34:50 +0000
commitb63e51c5fc4557dd8545cc1044f31490d97edb4a (patch)
treebf81a433a2710ce27e55a81012fe3ff95e4fd836
parent01215c1f353ba250081ce53b23820914122f9bf7 (diff)
downloademacs-b63e51c5fc4557dd8545cc1044f31490d97edb4a.tar.gz
emacs-b63e51c5fc4557dd8545cc1044f31490d97edb4a.zip
(mail-unsent-separator): Additional alternative.
-rw-r--r--lisp/mail/rmail.el3
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."
2969 "^ *--+ +begin message +--+ *$\\|" 2969 "^ *--+ +begin message +--+ *$\\|"
2970 "^ *---+ +Original message follows +---+ *$\\|" 2970 "^ *---+ +Original message follows +---+ *$\\|"
2971 "^ *---+ +Your message follows +---+ *$\\|" 2971 "^ *---+ +Your message follows +---+ *$\\|"
2972 "^|? *---+ +Message text follows: +---+ *|?$") 2972 "^|? *---+ +Message text follows: +---+ *|?$"
2973 "^ *---+ +This is a copy of the message, including all the headers.*---+ *$")
2973 "A regexp that matches the separator before the text of a failed message.") 2974 "A regexp that matches the separator before the text of a failed message.")
2974 2975
2975(defvar mail-mime-unsent-header "^Content-Type: message/rfc822 *$" 2976(defvar mail-mime-unsent-header "^Content-Type: message/rfc822 *$"