diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-03-19 Leo <sdl.web@gmail.com> (tiny change) | 7 | 2009-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:" |