* gnus-art.el (gnus-request-article-this-buffer): Conditional
authorKevin Greiner <kevin.greiner@compsol.cc>
Mon, 3 Mar 2003 01:10:25 +0000 (01:10 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Mon, 3 Mar 2003 01:10:25 +0000 (01:10 +0000)
checks surrounding gnus-agent-request-article removed; now
performed by gnus-agent-request-article.

lisp/gnus-art.el

index 369f806..59c40e9 100644 (file)
@@ -5142,9 +5142,7 @@ If given a prefix, show the hidden text instead."
                 (gnus-cache-request-article article group))
            'article)
           ;; Check the agent cache.
-          ((and gnus-agent gnus-agent-cache gnus-plugged
-                (numberp article)
-                (gnus-agent-request-article article group))
+          ((gnus-agent-request-article article group)
            'article)
           ;; Get the article and put into the article buffer.
           ((or (stringp article)