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:
parent
f6c7b4e77c
commit
72e609d0db
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user