aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-20 04:31:10 +0000
committerRichard M. Stallman1998-05-20 04:31:10 +0000
commitdc47993c4965afadb7cee61c34945a8050066784 (patch)
tree91a8dab33df813498655d1b0293e6ef347109e66
parente9dfb72ec11018390e1b00d6bd3c151d82c94f94 (diff)
downloademacs-dc47993c4965afadb7cee61c34945a8050066784.tar.gz
emacs-dc47993c4965afadb7cee61c34945a8050066784.zip
(mail-unsent-separator): Handle "returned message follows".
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index e883ad2e6a9..972f7d00477 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2908,6 +2908,7 @@ typically for purposes of moderating a list."
2908(defvar mail-unsent-separator 2908(defvar mail-unsent-separator
2909 (concat "^ *---+ +Unsent message follows +---+ *$\\|" 2909 (concat "^ *---+ +Unsent message follows +---+ *$\\|"
2910 "^ *---+ +Returned message +---+ *$\\|" 2910 "^ *---+ +Returned message +---+ *$\\|"
2911 "^ *---+ *Returned mail follows *---+ *$\\|"
2911 "^Start of returned message$\\|" 2912 "^Start of returned message$\\|"
2912 "^ *---+ +Original message +---+ *$\\|" 2913 "^ *---+ +Original message +---+ *$\\|"
2913 "^ *--+ +begin message +--+ *$\\|" 2914 "^ *--+ +begin message +--+ *$\\|"