diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 9bd925c45f3..e58a2a8e5c4 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1605,6 +1605,7 @@ typically for purposes of moderating a list." (concat "^ *---+ +Unsent message follows +---+ *$\\|" "^ *---+ +Returned message +---+ *$\\|" "^ *---+ +Original message +---+ *$\\|" + "^ *--+ +begin message +--+ *$\\|" "^|? *---+ +Message text follows: +---+ *|?$")) (defun rmail-retry-failure () |
