Go to the first, previous, next, last section, table of contents.

How do I recover my mail files after RMAIL munges their format?

Users who just want to try RMAIL out to see how it works end up trapped using it because saved mail in their `mbox' file has been converted into an incompatible format (BABYL) that only RMAIL understands. RMAIL provides no obvious way to reverse this transformation. Kyle Jones has aptly named this "the great Emacs Mail Eating Monster". To convert a mail file back to standard Unix format, there are several methods:

You may wish to disable RMAIL to avoid accidentally destroying your mbox file (I have this in my .emacs):

  (put 'rmail 'disabled t)        	; avoid mbox destruction

Go to the first, previous, next, last section, table of contents.