diff lisp/mail/rmail.el @ 103998:a909fa4b5bdd

(rmail-retry-ignored-headers): Bump :version.
author Glenn Morris <rgm@gnu.org>
date Tue, 21 Jul 2009 04:42:55 +0000
parents 74a905fff633
children e59e70025fe8
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Tue Jul 21 04:42:16 2009 +0000
+++ b/lisp/mail/rmail.el	Tue Jul 21 04:42:55 2009 +0000
@@ -375,7 +375,7 @@
   "Headers that should be stripped when retrying a failed message."
   :type '(choice regexp (const nil :tag "None"))
   :group 'rmail-headers
-  :version "23.1")	   ; added content-type/encoding, mime-version
+  :version "23.2")	   ; added x-detected-operating-system, x-spam
 
 ;;;###autoload
 (defcustom rmail-highlighted-headers "^From:\\|^Subject:"