(rmail-retry-failure): Discard rmail-ignored-headers.

This commit is contained in:
Richard M. Stallman 2009-03-16 13:42:31 +00:00
parent 945acc7b3c
commit a6cf3c4e36

View 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"))