cd h:/pgnus/lisp/ diff -u -b "h:/pgnus/lisp/gnus-art.el.~6.216.~" "h:/pgnus/lisp/gnus-art.el" --- h:/pgnus/lisp/gnus-art.el.~6.216.~ Tue May 21 08:26:14 2002 +++ h:/pgnus/lisp/gnus-art.el Tue Jun 25 14:20:20 2002 @@ -2082,7 +2082,10 @@ (goto-char (point-min)) (while (re-search-forward "^\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t) - (replace-match "\\1\\3" t))))) + (replace-match "\\1\\3" t))) + (when gnus-display-mime-function + (funcall gnus-display-mime-function)))) + (defun article-wash-html (&optional read-charset) "Format an html article. Diff finished at Tue Jun 25 14:22:16