From 18d90984470204a75f58f788c04df5276b0ece5b Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 18 Aug 2018 10:26:36 +1200 Subject: [PATCH] assume HTML comes in as latin1 --- .mutt/mailcap.htmldump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/mailcap.htmldump b/.mutt/mailcap.htmldump index 3bca166..217e858 100644 --- a/.mutt/mailcap.htmldump +++ b/.mutt/mailcap.htmldump @@ -2,4 +2,4 @@ # Mutt mailcap for dumping HTML to text # -text/html; elinks -anonymous -localhost -dump -force-html -dump-charset utf-8 -dump-color-mode 4; description=HTML Text; nametemplate=%s.html; copiousoutput +text/html; elinks -anonymous -localhost -eval "set document.codepage.assume = %{charset}" -force-html -dump -dump-charset utf-8 -dump-color-mode 4; description=HTML Text; nametemplate=%s.html; copiousoutput -- 2.39.2