From: Richard M. Stallman Date: Wed, 20 May 1998 04:31:10 +0000 (+0000) Subject: (mail-unsent-separator): Handle "returned message follows". X-Git-Tag: emacs-20.3~919 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc47993c4965afadb7cee61c34945a8050066784;p=emacs.git (mail-unsent-separator): Handle "returned message follows". --- 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 +--+ *$\\|"