aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-09-29 18:15:12 +0000
committerRichard M. Stallman <[email protected]>1992-09-29 18:15:12 +0000
commit72e609d0db47631ae8d140c6da099bbe8cf36c96 (patch)
tree38c7c4db0385f12dc10d9f29f16092c662a3b289 /lisp/mail
parentf6c7b4e77c161bfc0adc6eb1af68324c9dceb5c9 (diff)
(mail-unsent-separator): Add another alternative.
Diffstat (limited to 'lisp/mail')
-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 d8bca27fd1..5464eb3852 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1593,7 +1593,8 @@ typically for purposes of moderating a list."
(sendmail-send-it)))
(kill-buffer tembuf))))
-(defvar mail-unsent-separator "^ ----- Unsent message follows -----$")
+(defvar mail-unsent-separator
+ "^ *----- Unsent message follows ----- *$\\|^ *--- Returned message --- *$")
(defun rmail-retry-failure ()
"Edit a mail message which is based on the contents of the current message.