diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-01-24 16:33:17 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-01-24 16:33:17 +0000 |
commit | b55b134f14ab27144f009900ce6860a82f8cdb95 (patch) | |
tree | 799402b41677b3f0f5e7d0256441981c2a6c846a | |
parent | 3533155bcfa51cb327aac56af2b6ffaa6a9a20e5 (diff) | |
download | emacs-b55b134f14ab27144f009900ce6860a82f8cdb95.tar.gz |
Add some details about Rmail mbox merge.
-rw-r--r-- | etc/NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -924,7 +924,18 @@ corresponding remote host. ** 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 --- |