diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index d8bca27fd1f..5464eb3852f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -1593,7 +1593,8 @@ typically for purposes of moderating a list." | |||
| 1593 | (sendmail-send-it))) | 1593 | (sendmail-send-it))) |
| 1594 | (kill-buffer tembuf)))) | 1594 | (kill-buffer tembuf)))) |
| 1595 | 1595 | ||
| 1596 | (defvar mail-unsent-separator "^ ----- Unsent message follows -----$") | 1596 | (defvar mail-unsent-separator |
| 1597 | "^ *----- Unsent message follows ----- *$\\|^ *--- Returned message --- *$") | ||
| 1597 | 1598 | ||
| 1598 | (defun rmail-retry-failure () | 1599 | (defun rmail-retry-failure () |
| 1599 | "Edit a mail message which is based on the contents of the current message. | 1600 | "Edit a mail message which is based on the contents of the current message. |