Decode html entities and make the image-related display prettier.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 02:20:10 +0000 (04:20 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 29 Aug 2010 02:20:10 +0000 (04:20 +0200)
lisp/gnus-html.el

index 9d7578a..abf50d6 100644 (file)
                             "-halfdump"
                             "-t" (format "%s" tab-width)
                             "-cols" (format "%s" gnus-html-frame-width)
+                            "-o" "display_image=off"
                             "-T" "text/html"))
       (gnus-html-wash-tags))))
 
 (defun gnus-html-wash-tags ()
   (let (tag parameters string start end images)
+    (mm-url-decode-entities)
     (goto-char (point-min))
     (while (re-search-forward "<\\([^ />]+\\)\\([^>]*\\)>" nil t)
       (setq tag (match-string 1)