changeset 102652:e34cdd6bbf86

(rmail-retry-ignored-headers): Add :version tag.
author Glenn Morris <rgm@gnu.org>
date Thu, 19 Mar 2009 06:20:27 +0000
parents 7040f7fa8fef
children eaf39e07d5ea
files lisp/ChangeLog lisp/mail/rmail.el
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 19 06:19:24 2009 +0000
+++ b/lisp/ChangeLog	Thu Mar 19 06:20:27 2009 +0000
@@ -1,3 +1,9 @@
+2009-03-19  Glenn Morris  <rgm@gnu.org>
+
+	* mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
+
+	* mail/supercite.el (sc-version): Doc fix.
+
 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
 
 	* mail/supercite.el (sc-version): Fix typo in interactive spec.
--- a/lisp/mail/rmail.el	Thu Mar 19 06:19:24 2009 +0000
+++ b/lisp/mail/rmail.el	Thu Mar 19 06:20:27 2009 +0000
@@ -374,7 +374,8 @@
 (defcustom rmail-retry-ignored-headers "^x-authentication-warning:\\|content-type:\\|content-transfer-encoding:\\|mime-version:"
   "Headers that should be stripped when retrying a failed message."
   :type '(choice regexp (const nil :tag "None"))
-  :group 'rmail-headers)
+  :group 'rmail-headers
+  :version "23.1")	   ; added content-type/encoding, mime-version
 
 ;;;###autoload
 (defcustom rmail-highlighted-headers "^From:\\|^Subject:"