Mercurial > emacs
changeset 101442:83fb450bdbd9
Add some details about Rmail mbox merge.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 24 Jan 2009 16:33:17 +0000 |
parents | 74cc8247f183 |
children | 5e2cee41c267 |
files | etc/NEWS |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 24 16:24:17 2009 +0000 +++ b/etc/NEWS Sat Jan 24 16:33:17 2009 +0000 @@ -924,7 +924,18 @@ ** Rmail -FIXME mbox merge details +*** Rmail no longer converts the messages to Babyl format. +Instead, it keeps them in their original mbox format, both on disk and +in Rmail buffers, and does conversion and decoding when a message is +displayed. + +First time you visit an Rmail file in Babyl format, Rmail +automatically converts it to mbox format. This is a one-time +conversion, but it can take a few minutes, depending on how fast is +your machine and on the size of the file. You should find the rest of +Rmail usage unaltered. + +FIXME: Add more mbox merge details ** TeX modes ---