(gnus-summary-catchup): Don't recognize cached articles as unfetched articles.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 4 Jul 2007 09:21:13 +0000 (09:21 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 4 Jul 2007 09:21:13 +0000 (09:21 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index bd96aa8..11168f4 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
+       as unfetched articles.
+
 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnagent.el (nnagent-request-set-mark): Also set the marks for the
index 6f10fcb..d9fa84f 100644 (file)
@@ -10913,7 +10913,8 @@ The number of articles marked as read is returned."
                      (gnus-sorted-nunion
                        (gnus-sorted-intersection gnus-newsgroup-unreads
                                                 gnus-newsgroup-downloadable)
-                       gnus-newsgroup-unfetched)))
+                      (gnus-sorted-difference gnus-newsgroup-unfetched
+                                              gnus-newsgroup-cached))))
            ;; We actually mark all articles as canceled, which we
            ;; have to do when using auto-expiry or adaptive scoring.
            (gnus-summary-show-all-threads)