summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-01-09 14:30:36 +0000
committerRichard M. Stallman <rms@gnu.org>1993-01-09 14:30:36 +0000
commit487fcdc0a3d6df00817ee8159654401d0f6f0607 (patch)
tree8d7cf0cfe24c2e781f11803c11cc5b8e3bd84cf3 /lisp
parent22faf1718449fe877e9df7caadf770573949bbaa (diff)
downloademacs-487fcdc0a3d6df00817ee8159654401d0f6f0607.tar.gz
(mail-unsent-separator): Add `-- begin message --'.
Diffstat (limited to 'lisp')
-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 9bd925c45f3..e58a2a8e5c4 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1605,6 +1605,7 @@ typically for purposes of moderating a list."
(concat "^ *---+ +Unsent message follows +---+ *$\\|"
"^ *---+ +Returned message +---+ *$\\|"
"^ *---+ +Original message +---+ *$\\|"
+ "^ *--+ +begin message +--+ *$\\|"
"^|? *---+ +Message text follows: +---+ *|?$"))
(defun rmail-retry-failure ()