From: Richard M. Stallman Date: Thu, 23 Jun 2011 16:33:05 +0000 (-0400) Subject: Don't reuse previous Message-id when resending. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56c2cc9a95c6ca8b7df05d4e94635563bc622cc3;p=emacs.git Don't reuse previous Message-id when resending. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8660bd5b764..1a64321c5f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-23 Richard Stallman + + * mail/rmail.el (rmail-retry-ignored-headers): Add message-id. + 2011-06-23 Michael Albinus * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index ccae59eff26..a65c8376642 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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