]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-retry-failure): Discard rmail-ignored-headers.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 Mar 2009 13:42:31 +0000 (13:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 Mar 2009 13:42:31 +0000 (13:42 +0000)
lisp/mail/rmail.el

index 3396d110752ac250dbdf255854f7d1dc55094282..3fa649e32af10f5097e6f5552a8eaeede225cdcd 100644 (file)
@@ -3758,6 +3758,7 @@ specifying headers which should not be copied into the new message."
            (mail-sendmail-delimit-header)
            (save-restriction
              (narrow-to-region (point-min) (mail-header-end))
+             (rmail-delete-headers rmail-ignored-headers)
              (rmail-delete-headers rmail-retry-ignored-headers)
              (rmail-delete-headers "^\\(sender\\|return-path\\|received\\):")
              (setq resending (mail-fetch-field "resent-to"))