1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(mail-unsent-separator): Add another alternative.

This commit is contained in:
Richard M. Stallman 1992-09-29 18:15:12 +00:00
parent f6c7b4e77c
commit 72e609d0db

View File

@ -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.