Mercurial > emacs
changeset 22108:7d28e1d5ea0e
(rmail-retry-failure):
Use mail-sendmail-delimit-header, not mail-send-delimit-header.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 22:26:27 +0000 |
parents | 5507c26908af |
children | 3e53877b4a08 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"))