From dc47993c4965afadb7cee61c34945a8050066784 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 20 May 1998 04:31:10 +0000 Subject: [PATCH] (mail-unsent-separator): Handle "returned message follows". --- lisp/mail/rmail.el | 1 + 1 file changed, 1 insertion(+) 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." (defvar mail-unsent-separator (concat "^ *---+ +Unsent message follows +---+ *$\\|" "^ *---+ +Returned message +---+ *$\\|" + "^ *---+ *Returned mail follows *---+ *$\\|" "^Start of returned message$\\|" "^ *---+ +Original message +---+ *$\\|" "^ *--+ +begin message +--+ *$\\|" -- 2.39.2