Mercurial > emacs
changeset 1267:1e1a54ebb29b
(mail-unsent-separator): Add another alternative.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 29 Sep 1992 18:15:12 +0000 |
parents | bf6b4bc3ccc0 |
children | 39c6e9d28de2 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Sep 29 17:43:45 1992 +0000 +++ b/lisp/mail/rmail.el Tue Sep 29 18:15:12 1992 +0000 @@ -1593,7 +1593,8 @@ (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.