# HG changeset patch # User Richard M. Stallman # Date 895357587 0 # Node ID 7d28e1d5ea0e8644125754d8bd20209a2ca866df # Parent 5507c26908afcb8c140552fb20c12348ace655c1 (rmail-retry-failure): Use mail-sendmail-delimit-header, not mail-send-delimit-header. diff -r 5507c26908af -r 7d28e1d5ea0e lisp/mail/rmail.el --- a/lisp/mail/rmail.el Sat May 16 20:34:59 1998 +0000 +++ b/lisp/mail/rmail.el Sat May 16 22:26:27 1998 +0000 @@ -3015,7 +3015,7 @@ (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"))