From: martin f. krafft Date: Mon, 13 Aug 2018 23:28:52 +0000 (+1200) Subject: Dump HTML without temp file X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/187227c4347317860698831c97d71a19977f2122?hp=c58983ebed266f916914bd736dfbf7b03eb35eb0 Dump HTML without temp file --- diff --git a/.mutt/mailcap.htmldump b/.mutt/mailcap.htmldump index 13fda90..2dbc1d0 100644 --- a/.mutt/mailcap.htmldump +++ b/.mutt/mailcap.htmldump @@ -2,4 +2,4 @@ # Mutt mailcap for dumping HTML to text # -text/html; w3m -T %t -I %{charset} -O utf-8 -dump %s; description=HTML Text; nametemplate=%s.html; copiousoutput +text/html; w3m -T %t -I %{charset} -O utf-8 -dump; description=HTML Text; nametemplate=%s.html; copiousoutput