summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-16 22:26:27 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-16 22:26:27 +0000
commitdeb92faba643a87716ad127561823fbfed145360 (patch)
tree8a32ec2ec844aeaac6cee0a5a1954c9445e74a2a
parent54839dab79f3930943829c30f0379e00ce9c27f0 (diff)
downloademacs-deb92faba643a87716ad127561823fbfed145360.tar.gz
(rmail-retry-failure):
Use mail-sendmail-delimit-header, not mail-send-delimit-header.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
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"))