diff lisp/ChangeLog @ 106953:a1e356d208cd

* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte just because we see "encoding: 8bit". * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 22 Jan 2010 11:43:54 -0500
parents 5acc26d2cc11
children b21e977d14e7
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jan 22 11:32:31 2010 -0500
+++ b/lisp/ChangeLog	Fri Jan 22 11:43:54 2010 -0500
@@ -1,3 +1,9 @@
+2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
+	just because we see "encoding: 8bit".
+	* mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
+
 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
 
 	* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).