From 5311f38fcd49684a03098ba5078fbb4ecaab3528 Mon Sep 17 00:00:00 2001 From: khoi-nguyen Date: Sun, 9 Jul 2017 10:05:43 +0200 Subject: [mutt] Right encoding for html emails --- mutt/.mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt') diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap index 2dbe365..181c7de 100644 --- a/mutt/.mutt/mailcap +++ b/mutt/.mutt/mailcap @@ -1,6 +1,6 @@ # text/html; mv %s %s.html && firefox %s.html >/dev/null 2>/dev/null; needsterminal; text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal; -text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +text/html; w3m -I %{charset} -dump %s; nametemplate=%s.html; copiousoutput text/plain; more %s; image/*; feh %s application/pdf; zathura %s -- cgit v1.2.3