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:
parent
5792c834cd
commit
db32c19336
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue