aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-03-19 06:20:27 +0000
committerGlenn Morris2009-03-19 06:20:27 +0000
commit33e38fa1c8d0bea02521939965bf210a3e8fff6a (patch)
tree4ed8af171fc620ebbf7544bd11479be35ee07dc0
parent7ca46ac7e326789367023dd705c0101ea8ed7732 (diff)
downloademacs-33e38fa1c8d0bea02521939965bf210a3e8fff6a.tar.gz
emacs-33e38fa1c8d0bea02521939965bf210a3e8fff6a.zip
(rmail-retry-ignored-headers): Add :version tag.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/mail/rmail.el3
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bdb0038086b..c341a548bcd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-03-19 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
4
5 * mail/supercite.el (sc-version): Doc fix.
6
12009-03-19 Leo <sdl.web@gmail.com> (tiny change) 72009-03-19 Leo <sdl.web@gmail.com> (tiny change)
2 8
3 * mail/supercite.el (sc-version): Fix typo in interactive spec. 9 * 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
374(defcustom rmail-retry-ignored-headers "^x-authentication-warning:\\|content-type:\\|content-transfer-encoding:\\|mime-version:" 374(defcustom rmail-retry-ignored-headers "^x-authentication-warning:\\|content-type:\\|content-transfer-encoding:\\|mime-version:"
375 "Headers that should be stripped when retrying a failed message." 375 "Headers that should be stripped when retrying a failed message."
376 :type '(choice regexp (const nil :tag "None")) 376 :type '(choice regexp (const nil :tag "None"))
377 :group 'rmail-headers) 377 :group 'rmail-headers
378 :version "23.1") ; added content-type/encoding, mime-version
378 379
379;;;###autoload 380;;;###autoload
380(defcustom rmail-highlighted-headers "^From:\\|^Subject:" 381(defcustom rmail-highlighted-headers "^From:\\|^Subject:"