From 8ef9413f84e62463787c69d688221ee5cdd73a06 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 19 May 2012 18:14:32 +0900 Subject: Use charset for mailcap (closes: #282784) Patch from provided by Raul Sanchez Siles. --- debian/mime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/mime b/debian/mime index 5c5310c..4c36e82 100644 --- a/debian/mime +++ b/debian/mime @@ -1,2 +1,2 @@ text/html; /usr/bin/w3m -T text/html %s; needsterminal; description=HTML Text; nametemplate=%s.html; priority=4 -text/html; /usr/bin/w3m -dump -T text/html %s; copiousoutput; description=HTML Text; nametemplate=%s.html; priority=3 +text/html; /usr/bin/w3m -I %{charset} -dump -T text/html %s; copiousoutput; description=HTML Text; nametemplate=%s.html; priority=3 -- cgit v1.2.3