#!/bin/sh # for mutt to view html e-mails #where html2txt is a shell script that performs the conversion, e.g. by #calling links -html-numbered-links 1 -html-images 1 -dump "file://$@" #or # #lynx -force_html -dump "$@" # #or # #w3m -T text/html -F -dump "$@"
# for viewing html e-mails inside mutt. See also .mailcap auto_view text/html alternative_order text/enriched text/plain text text/html
# for mutt to view html e-mails text/html;html2txt %s; copiousoutput
You can e-mail the author with questions or comments: