On Thu, Apr 05, 2001 at 03:57:08PM -0700, Paul Makepeace wrote: > On Wed, Apr 04, 2001 at 02:40:03PM +0100, Dominic Mitchell wrote: > > Anyway, tip-o-the-day for mutt users. How to get HTML viewed easily and > > automatically. I'm not 100% sure of the security aspects, but it's > > still better than Lookout. ;-) > > > > --------[ ~/.mailcap ]-------------------------------------------------- > > text/html; /usr/bin/lynx %s; nametemplate=%s.html > > text/html; /usr/bin/lynx -dump %s; nametemplate=%s.html; copiousoutput > > ------------------------------------------------------------------------ > > > > --------[ ~/.muttrc ]--------------------------------------------------- > > set mailcap_path=~/.mailcap > > auto_view text/html > > ------------------------------------------------------------------------ > > This is great, thanks! Is it possible to get it to do this *only* when > the email is content-type: text/html; rather than displaying it instead > of the text/plain in a multipart/alternative? Pass, I'm afraid. > Another mutt question: How do you send To: a whopping list of > recipients? It's a nightmare copy/pasting on a single line. I ended > up editing the headers with E (on the final page) and reading the > recip.'s in from a file. Seems laborious. Umm, I find that editing my headers with the message makes the most sense: set edit_headers Then, you can do things like: To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ie: indent all following lines, ala RFC822. -Dom