mailcap - randomcrap - random crap programs of varying quality
 (HTM) git clone git://git.codemadness.org/randomcrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       mailcap (368B)
       ---
            1 #text/html;        webdump -r -l < %s; copiousoutput; nametemplate=%s.html
            2 
            3 # workaround lynx bug (percent decode uris).
            4 #text/html;        lynx -display_charset=iso-8859-1 -dump %s; copiousoutput; nametemplate=%s.html
            5 
            6 #text/html;        lynx -dump %s; copiousoutput; nametemplate=%s.html
            7 
            8 text/html;        /home/hiltjo/.config/scripts/mutt/viewhtml.sh %s; copiousoutput; nametemplate=%s.html
            9