Mercurial > emacs
changeset 101643:f462bd5b1637
* mail/rmail.el (rmail-toggle-header): Determine current header
style using the buffer-local value of rmail-header-style in the
view buffer.
(rmail-show-message): Set a buffer-local value of
rmail-header-style in the view buffer.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 29 Jan 2009 14:09:23 +0000 |
parents | a2281d8c22e0 |
children | 13e00d6e6541 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 29 12:34:08 2009 +0000 +++ b/lisp/ChangeLog Thu Jan 29 14:09:23 2009 +0000 @@ -1,3 +1,11 @@ +2009-01-29 Chong Yidong <cyd@stupidchicken.com> + + * mail/rmail.el (rmail-toggle-header): Determine current header + style using the buffer-local value of rmail-header-style in the + view buffer. + (rmail-show-message): Set a buffer-local value of + rmail-header-style in the view buffer. + 2009-01-29 Juanma Barranquero <lekktu@gmail.com> * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):