# HG changeset patch # User Richard M. Stallman # Date 777336656 0 # Node ID 1dd6c880b6eaa9de4e3930a9334c8d574f7e5a6a # Parent ec740be1ce7b7eeb8473bb4b62e56b53f30aa703 (rmail-retry-failure, mail-unsent-separator): Doc fix. diff -r ec740be1ce7b -r 1dd6c880b6ea lisp/mail/rmail.el --- a/lisp/mail/rmail.el Fri Aug 19 08:00:34 1994 +0000 +++ b/lisp/mail/rmail.el Fri Aug 19 22:50:56 1994 +0000 @@ -2090,12 +2090,15 @@ "^ *---+ +Original message +---+ *$\\|" "^ *--+ +begin message +--+ *$\\|" "^ *---+ +Original message follows +---+ *$\\|" - "^|? *---+ +Message text follows: +---+ *|?$")) + "^|? *---+ +Message text follows: +---+ *|?$") + "A regexp that matches the separator before the text of a failed message.") (defun rmail-retry-failure () "Edit a mail message which is based on the contents of the current message. For a message rejected by the mail system, extract the interesting headers and -the body of the original message." +the body of the original message. +The variable `mail-unsent-separator' should match the string that +delimits the returned original message." (interactive) (require 'mail-utils) (let (to subj irp2 cc orig-message)