comparison 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
comparison
equal deleted inserted replaced
103997:f0176ca49d34 103998:a909fa4b5bdd
373 ;;;###autoload 373 ;;;###autoload
374 (defcustom rmail-retry-ignored-headers "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:" 374 (defcustom rmail-retry-ignored-headers "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|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 :version "23.2") ; added x-detected-operating-system, x-spam
379 379
380 ;;;###autoload 380 ;;;###autoload
381 (defcustom rmail-highlighted-headers "^From:\\|^Subject:" 381 (defcustom rmail-highlighted-headers "^From:\\|^Subject:"
382 "Regexp to match Header fields that Rmail should normally highlight. 382 "Regexp to match Header fields that Rmail should normally highlight.
383 A value of nil means don't highlight. Uses the face `rmail-highlight'." 383 A value of nil means don't highlight. Uses the face `rmail-highlight'."