Tagged Questions
3
votes
1answer
295 views
mutt: rendering html emails using w3m
I occasionally receive html messages and I would like to see whether text has been formatted or colored by the sender. I can simply navigate to the attachment list and open the text/html MIME type ...
7
votes
1answer
408 views
Open html attachments externally in mutt
I recently managed to set up the my mailcap so that mutt can show html e-mails in the message window:
# ~/.mailcap
text/html; lynx -dump '%s' | more; nametemplate=%s.html; copiousoutput;
which is ...
1
vote
1answer
693 views
Sending HTML with Mutt (or another terminal mail client)
While I can find some scattered info on the topic, I can't seem to find a straight walkthrough (or even a definite answer)...
Basically I'm too low on the totem pole to start sending plain-text ...