From: Richard M. Stallman Date: Sat, 16 May 1998 22:26:27 +0000 (+0000) Subject: (rmail-retry-failure): X-Git-Tag: emacs-20.3~969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4375252dc1c1f51209ada70054806e8ca09c22b8;p=emacs.git (rmail-retry-failure): Use mail-sendmail-delimit-header, not mail-send-delimit-header. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2c724a770a8..32d787e7370 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3015,7 +3015,7 @@ specifying headers which should not be copied into the new message." (indent-rigidly (point-min) (point-max) bounce-indent)) (rmail-clear-headers rmail-retry-ignored-headers) (rmail-clear-headers "^sender:\\|^from:\\|^return-path:") - (mail-send-delimit-header) + (mail-sendmail-delimit-header) (save-restriction (narrow-to-region (point-min) (mail-header-end)) (setq resending (mail-fetch-field "resent-to"))