aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2011-12-10 15:46:25 +0200
committerEli Zaretskii <[email protected]>2011-12-10 15:46:25 +0200
commit92a8eba50503538086c30a323f814a561f0343ca (patch)
treed10862e85791168e49cc80cff63347f988183be1 /lisp/ChangeLog
parente152e577f01ce584a086c5a10a25de972ff6e9d6 (diff)
Fix incorrect display of RFC2047 encoded names in Rmail summary buffers
lisp/mail/rmailsum.el (rmail-header-summary): RFC2047 decode the `from' or `to' address before taking its substring. Fixes incorrect display in Rmail summary buffer whereby an RFC2047 encoded name is chopped in the middle of the encoded string, and thus displayed encoded.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c023f583d5..024131569d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2011-12-10 Eli Zaretskii <[email protected]>
+
+ * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
+ `from' or `to' address before taking its substring. Fixes
+ incorrect display in Rmail summary buffer whereby an RFC2047
+ encoded name is chopped in the middle of the encoded string, and
+ thus displayed encoded.
+
2011-12-10 Juanma Barranquero <[email protected]>
* makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.