+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.
(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:"