tags 282784 +patch
thanks

Hello:

According to [0] there is some additions that need to be done to system mailcap
in order to correctly display html text, as the bug submitter and the other 
commeter requested.

I've prepared a patch that solves the issue with the hope you consider applying
it or a similar solution.

Thanks an regards,

[0] http://wiki.mutt.org/?MuttFaq/Charset
diff -Nru w3m-0.5.3/debian/changelog w3m-0.5.3/debian/changelog
--- w3m-0.5.3/debian/changelog  2011-02-21 15:32:26.000000000 +0100
+++ w3m-0.5.3/debian/changelog  2011-02-24 12:34:28.000000000 +0100
@@ -1,3 +1,11 @@
+w3m (0.5.3-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "please add charset to mailcap entry" <explain what you changed
+    and why> (Closes: #282784)
+
+ -- Raúl Sánchez Siles <rasas...@gmail.com>  Thu, 24 Feb 2011 12:30:50 +0100
+
 w3m (0.5.3-2) unstable; urgency=low
 
   * debian/control: Add Uploaders and DM-Upload-Allowed for the co-maintainer
diff -Nru w3m-0.5.3/debian/mime w3m-0.5.3/debian/mime
--- w3m-0.5.3/debian/mime       2009-11-04 22:19:17.000000000 +0100
+++ w3m-0.5.3/debian/mime       2011-02-24 12:27:57.000000000 +0100
@@ -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

Reply via email to