1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

(mail-unsent-separator): Handle "Message text follows".

This commit is contained in:
Richard M. Stallman 1992-10-09 05:38:23 +00:00
parent 5792c834cd
commit db32c19336

View file

@ -1602,7 +1602,8 @@ typically for purposes of moderating a list."
(defvar mail-unsent-separator
(concat "^ *---+ +Unsent message follows +---+ *$\\|"
"^ *---+ +Returned message +---+ *$\\|"
"^ *---+ +Original message +---+ *$"))
"^ *---+ +Original message +---+ *$\\|"
"^|? *---+ +Message text follows: +---+ *|?$"))
(defun rmail-retry-failure ()
"Edit a mail message which is based on the contents of the current message.