|
|
|
|
|
by h43z
3562 days ago
|
|
Mutt makes writing/reading/searching/managing email just really fast. Mutt also allows to pass the message body to an external program. This helps for formatting HTML mails. This is a snippet from my .mailcap file which renders HTML mail through lynx. text/html; lynx -dump -force_html %s; needsterminal; copiousoutput
|
|