Synch with Oort Gnus.
authoryamaoka <yamaoka>
Mon, 8 Jul 2002 10:59:04 +0000 (10:59 +0000)
committeryamaoka <yamaoka>
Mon, 8 Jul 2002 10:59:04 +0000 (10:59 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index b50bb82..ad92912 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-art.el (article-unsplit-urls): Only display MIME when this
+       function is called interactively.  From Niklas Morberg.
+
 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
index b93239d..b9b77c7 100644 (file)
@@ -2213,7 +2213,7 @@ If READ-CHARSET, ask for a coding system."
       (while (re-search-forward
              "^\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
        (replace-match "\\1\\3" t)))
-    (when gnus-display-mime-function
+    (when (and gnus-display-mime-function (interactive-p))
       (funcall gnus-display-mime-function))))