]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-retry-ignored-headers): Add :version tag.
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Mar 2009 06:20:27 +0000 (06:20 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Mar 2009 06:20:27 +0000 (06:20 +0000)
lisp/ChangeLog
lisp/mail/rmail.el

index bdb0038086bebc3cff14a37de6cc4c49a3c7fda0..c341a548bcde50d0b91038a8883d268074a8cf07 100644 (file)
@@ -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.
index 053f88629ff416f8dcb7e3e8140707261db42832..a5dc10cf4f1af799ef1b3bcd1080bc92f6cfbe3e 100644 (file)
@@ -374,7 +374,8 @@ If nil, display all header fields except those matched by
 (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:"