diff options
| author | Eli Zaretskii | 2009-01-30 18:31:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-30 18:31:35 +0000 |
| commit | a880e5b938c2ac38eb81ec1f24db1c68c6ffa2cb (patch) | |
| tree | 02a79e67db18c60d20f52ed2fc60470b7fea3b75 /lisp/ChangeLog | |
| parent | 2f6e377467f1bfa188f59c14f621ec9656579f29 (diff) | |
| download | emacs-a880e5b938c2ac38eb81ec1f24db1c68c6ffa2cb.tar.gz emacs-a880e5b938c2ac38eb81ec1f24db1c68c6ffa2cb.zip | |
(unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7438813949..a766db1f2fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | 2009-01-30 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-01-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes | ||
| 4 | into Rmail-mbox attributes. | ||
| 5 | |||
| 3 | * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind | 6 | * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind |
| 4 | coding-system-for-read to `raw-text', and use insert-file-contents | 7 | coding-system-for-read to `raw-text', and use insert-file-contents |
| 5 | instead of insert-file-contents-literally. Fixes bug #2019. | 8 | instead of insert-file-contents-literally. Fixes bug #2019. |
| 9 | (rmail-resent-attr-index): Fix index value. | ||
| 6 | 10 | ||
| 7 | 2009-01-30 Nick Roberts <nickrob@snap.net.nz> | 11 | 2009-01-30 Nick Roberts <nickrob@snap.net.nz> |
| 8 | 12 | ||