# HG changeset patch # User Richard M. Stallman # Date 750311544 0 # Node ID 25d94807689ecb3ffb511ac04ce2e9c1166e00e8 # Parent 136e32c763e39de064cc9c99f21afebc3f741476 (rmail-retry-setup-hook): New hook variable. (rmail-retry-failure): Use that variable. diff -r 136e32c763e3 -r 25d94807689e lisp/mail/rmail.el --- a/lisp/mail/rmail.el Sat Oct 09 21:51:36 1993 +0000 +++ b/lisp/mail/rmail.el Mon Oct 11 03:52:24 1993 +0000 @@ -85,6 +85,10 @@ (defvar rmail-mail-new-frame nil "*Non-nil means Rmail makes a new frame for composing outgoing mail.") +;;;###autoload +(defvar rmail-retry-setup-hook nil + "Hook that `rmail-retry-failure' uses in place of `mail-setup-hook'.") + ;; These may be altered by site-init.el to match the format of mmdf files ;; delimiting used on a given host (delim1 and delim2 from the config ;; files). @@ -1949,7 +1953,8 @@ ;; Start sending a new message; default header fields from the original. ;; Turn off the usual actions for initializing the message body ;; because we want to get only the text from the failure message. - (let (mail-signature mail-setup-hook) + (let (mail-signature + (mail-setup-hook rmail-retry-setup-hook)) (if (rmail-start-mail nil to subj irp2 cc (current-buffer)) ;; Insert original text as initial text of new draft message. (progn