aboutsummaryrefslogtreecommitdiffstats
path: root/debian/mime
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-19 09:14:32 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-19 09:14:32 +0000
commit8ef9413f84e62463787c69d688221ee5cdd73a06 (patch)
treea6b4c987f096bb380e0d5d603b8856f8909eaa68 /debian/mime
parentAccept linux-gnueabi for w3m-img (closes: #673123) (diff)
downloadw3m-8ef9413f84e62463787c69d688221ee5cdd73a06.tar.gz
w3m-8ef9413f84e62463787c69d688221ee5cdd73a06.zip
Use charset for mailcap (closes: #282784)
Patch from <http://bugs.debian.org/282784> provided by Raul Sanchez Siles.
Diffstat (limited to 'debian/mime')
-rw-r--r--debian/mime2
1 files changed, 1 insertions, 1 deletions
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