2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
+ * mm-decode.el (mm-shr): Remove "soft hyphens".
+
* nnimap.el (nnimap-request-list): Return the group names encoded as
utf8. Otherwise non-European group names don't work.
(nnimap-request-newgroups): Ditto.
(string-to-number (match-string 2)))
mm-extra-numeric-entities)))
(replace-match (char-to-string char))))
+ ;; Remove "soft hyphens".
+ (goto-char (point-min))
+ (while (search-forward "" nil t)
+ (replace-match "" t t))
(libxml-parse-html-region (point-min) (point-max))))
(mm-handle-set-undisplayer
handle