# HG changeset patch # User Richard M. Stallman # Date 895638670 0 # Node ID aca5c8cb2c04d98a3a8ca8eeaa591957f1a8378a # Parent 7c92848a9d80a2f366174f8ccb1925c71c998e0e (mail-unsent-separator): Handle "returned message follows". diff -r 7c92848a9d80 -r aca5c8cb2c04 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Wed May 20 03:54:58 1998 +0000 +++ b/lisp/mail/rmail.el Wed May 20 04:31:10 1998 +0000 @@ -2908,6 +2908,7 @@ (defvar mail-unsent-separator (concat "^ *---+ +Unsent message follows +---+ *$\\|" "^ *---+ +Returned message +---+ *$\\|" + "^ *---+ *Returned mail follows *---+ *$\\|" "^Start of returned message$\\|" "^ *---+ +Original message +---+ *$\\|" "^ *--+ +begin message +--+ *$\\|"