Archive for August, 2007
Opening mutt’s HTML attachments with epiphany?
Wednesday, August 22nd, 2007I just ran into a rather funny problem. I’d like to use epiphany to open text/html attachments or mail parts. Mutt uses mailcap, so I added an entry in ~/.mailcap: text/html; epiphany-browser ‘%s’; description=HTML Text; nametemplate=%s.html This should work fine, but the problem is that mutt creates a temporary file (/tmp/mutt.html) and removes it when [...]