(rmail-retry-failure):
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 22:26:27 +0000 (22:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 22:26:27 +0000 (22:26 +0000)
Use mail-sendmail-delimit-header, not mail-send-delimit-header.

lisp/mail/rmail.el

index 2c724a7..32d787e 100644 (file)
@@ -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"))