]> code.delx.au - gnu-emacs/commitdiff
Don't reuse previous Message-id when resending.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2011 16:33:05 +0000 (12:33 -0400)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2011 16:33:05 +0000 (12:33 -0400)
lisp/ChangeLog
lisp/mail/rmail.el

index 8660bd5b764cd38f1a77d072869fea3cfa0aa7ec..1a64321c5f5859ae745e55d5ddc904a4f05c8162 100644 (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
index ccae59eff2654059d9a6fd0dbca8d460f81f31a1..a65c8376642b897e1dded0414662539ad8547da4 100644 (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