]> code.delx.au - gnu-emacs/commitdiff
(mail-unsent-separator): Handle "returned message follows".
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 May 1998 04:31:10 +0000 (04:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 May 1998 04:31:10 +0000 (04:31 +0000)
lisp/mail/rmail.el

index e883ad2e6a9accadfbc91340efb4cdf4988d48e4..972f7d004777b39153824fde26aef0473d2ef581 100644 (file)
@@ -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 +--+ *$\\|"