From 33e38fa1c8d0bea02521939965bf210a3e8fff6a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 19 Mar 2009 06:20:27 +0000 Subject: [PATCH] (rmail-retry-ignored-headers): Add :version tag. --- lisp/ChangeLog | 6 ++++++ lisp/mail/rmail.el | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bdb0038086b..c341a548bcd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-03-19 Glenn Morris + + * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag. + + * mail/supercite.el (sc-version): Doc fix. + 2009-03-19 Leo (tiny change) * mail/supercite.el (sc-version): Fix typo in interactive spec. diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 053f88629ff..a5dc10cf4f1 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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:" -- 2.39.5