diff options
| -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 e883ad2e6a9..972f7d00477 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -2908,6 +2908,7 @@ typically for purposes of moderating a list." | |||
| 2908 | (defvar mail-unsent-separator | 2908 | (defvar mail-unsent-separator |
| 2909 | (concat "^ *---+ +Unsent message follows +---+ *$\\|" | 2909 | (concat "^ *---+ +Unsent message follows +---+ *$\\|" |
| 2910 | "^ *---+ +Returned message +---+ *$\\|" | 2910 | "^ *---+ +Returned message +---+ *$\\|" |
| 2911 | "^ *---+ *Returned mail follows *---+ *$\\|" | ||
| 2911 | "^Start of returned message$\\|" | 2912 | "^Start of returned message$\\|" |
| 2912 | "^ *---+ +Original message +---+ *$\\|" | 2913 | "^ *---+ +Original message +---+ *$\\|" |
| 2913 | "^ *--+ +begin message +--+ *$\\|" | 2914 | "^ *--+ +begin message +--+ *$\\|" |