Mercurial > emacs
changeset 101686:27f395149b31
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 30 Jan 2009 18:31:35 +0000 |
parents | c39779cefaea |
children | 40c1392cc4d6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 30 18:30:52 2009 +0000 +++ b/lisp/ChangeLog Fri Jan 30 18:31:35 2009 +0000 @@ -1,8 +1,12 @@ 2009-01-30 Eli Zaretskii <eliz@gnu.org> + * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes + into Rmail-mbox attributes. + * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind coding-system-for-read to `raw-text', and use insert-file-contents instead of insert-file-contents-literally. Fixes bug #2019. + (rmail-resent-attr-index): Fix index value. 2009-01-30 Nick Roberts <nickrob@snap.net.nz>