emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104691: Don't reuse previous Message


From: Richard Stallman
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104691: Don't reuse previous Message-id when resending.
Date: Thu, 23 Jun 2011 12:33:05 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104691
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Thu 2011-06-23 12:33:05 -0400
message:
  Don't reuse previous Message-id when resending.
modified:
  lisp/ChangeLog
  lisp/mail/rmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-23 13:03:04 +0000
+++ b/lisp/ChangeLog    2011-06-23 16:33:05 +0000
@@ -1,3 +1,7 @@
+2011-06-23  Richard Stallman  <address@hidden>
+
+       * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
+
 2011-06-23  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether

=== modified file 'lisp/mail/rmail.el'
--- a/lisp/mail/rmail.el        2011-06-23 08:58:45 +0000
+++ b/lisp/mail/rmail.el        2011-06-23 16:33:05 +0000
@@ -349,7 +349,7 @@
   :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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]