1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

Don't reuse previous Message-id when resending.

This commit is contained in:
Richard M. Stallman 2011-06-23 12:33:05 -04:00
parent d59eb51849
commit 56c2cc9a95
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-06-23 Richard Stallman <rms@gnu.org>
* mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
2011-06-23 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether

View File

@ -349,7 +349,7 @@ If nil, display all header fields except those matched by
:group 'rmail-headers)
;;;###autoload
(defcustom rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:")
(defcustom rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:\\|message-id:")
"Headers that should be stripped when retrying a failed message."
:type '(choice regexp (const nil :tag "None"))
:group 'rmail-headers