aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-01-09 14:30:36 +0000
committerRichard M. Stallman1993-01-09 14:30:36 +0000
commit487fcdc0a3d6df00817ee8159654401d0f6f0607 (patch)
tree8d7cf0cfe24c2e781f11803c11cc5b8e3bd84cf3
parent22faf1718449fe877e9df7caadf770573949bbaa (diff)
downloademacs-487fcdc0a3d6df00817ee8159654401d0f6f0607.tar.gz
emacs-487fcdc0a3d6df00817ee8159654401d0f6f0607.zip
(mail-unsent-separator): Add `-- begin message --'.
-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."
1605 (concat "^ *---+ +Unsent message follows +---+ *$\\|" 1605 (concat "^ *---+ +Unsent message follows +---+ *$\\|"
1606 "^ *---+ +Returned message +---+ *$\\|" 1606 "^ *---+ +Returned message +---+ *$\\|"
1607 "^ *---+ +Original message +---+ *$\\|" 1607 "^ *---+ +Original message +---+ *$\\|"
1608 "^ *--+ +begin message +--+ *$\\|"
1608 "^|? *---+ +Message text follows: +---+ *|?$")) 1609 "^|? *---+ +Message text follows: +---+ *|?$"))
1609 1610
1610(defun rmail-retry-failure () 1611(defun rmail-retry-failure ()