Hello, I have written a very simple solution to convert html formatted mails to pure text, presevering *some* of the markup. It does of course not handle general html, but the readability of the typical eudora mail I receive is greatly enhanced. It works by modifying the buffer content, not the actual message, so by pressing "g" you will get back the original view. [Might be a wise thing to do before you take any serious action based on the output from this program!] Usage: ------ 1. Load the file (with autoload or manually) 2. When you get one of these htmlified mails, type M-x html2text. 3. It is quite simple to alter the behaviour by providing new functions, and modifying the lists of tags to react upon. Changes and modifications are most welcome - Joakim Hove