Previously, Dylan Carlson wrote: % My apologies and TIA if this is an RTFM issue at my end. % % I'm running mutt under FreeBSD from the ports tree. I have a source that I % pull POP3 mail from, unfortunately receiving html-only mail from places like % Hotmail makes life difficult. I want to strip out the html within Mutt and % view these attachments from POP3 fetches in plain text. Or I would be happy % calling Lynx to view these externally as well (2nd choice). % % What is the best way to do this? % % The FAQ advises editing the mailcap file, which I've done, but this doesn't % apply to POP3.
I do not believe there is any relationship between POPing your mail and using lynx to view html emails. Here is my entry in my ~/.mailcap file: text/html; lynx %s; needsterminal; nametemplate=%s.html After you POP the mail, you need to view it (you don't view it as you POP it). The above .mailcap entry should allow you to use lynx to view text/html email sent to you. Shawn -- Immanuel doesn't pun, he Kant.