Mercurial > emacs
diff lisp/ChangeLog @ 112263:932e0e85675a
Fix setting of buffer-file-coding-system of RMAIL buffer.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 14 Jan 2011 13:04:10 +0900 |
parents | bd264f28aa7d |
children | 01708c6828b7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 12 15:11:40 2011 +0900 +++ b/lisp/ChangeLog Fri Jan 14 13:04:10 2011 +0900 @@ -1,3 +1,14 @@ +2011-01-14 Kenichi Handa <handa@m17n.org> + + * mail/rmailmm.el (rmail-mime-insert-header): Set + rmail-mime-coding-system to a cons whose car is the last coding + system used to decode the header. + (rmail-mime-find-header-encoding): New function. + (rmail-mime-insert-decoded-text): Override + rmail-mime-coding-system if it is a cons. + (rmail-show-mime): If only a header part was decoded, find the + coding system while ignoring mm-charset-override-alist. + 2011-01-12 Kenichi Handa <handa@m17n.org> * mail/rmailmm.el (rmail-mime-next-item)