Don't propagate `fetch-old'.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 26 Sep 2010 19:13:48 +0000 (21:13 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 26 Sep 2010 19:13:48 +0000 (21:13 +0200)
We only want to fetch the articles we've requested.  The rest are in
the agent, probably.

lisp/ChangeLog
lisp/gnus-agent.el

index 430bf59..df19619 100644 (file)
@@ -1,5 +1,9 @@
 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
+       `fetch-old' -- we only want to fetch the articles we've requested.  The
+       rest are in the agent, probably.
+
        * nnimap.el (nnimap-get-whole-article): Remove the data that may have
        arrived before the FETCH data.
 
index 8112565..69f6c36 100644 (file)
@@ -3752,7 +3752,7 @@ has been fetched."
            (erase-buffer)
             (cond ((not (eq 'nov (let (gnus-agent) ; Turn off agent
                                    (gnus-retrieve-headers
-                                    uncached-articles group fetch-old))))
+                                    uncached-articles group))))
                    (nnvirtual-convert-headers))
                   ((eq 'nntp (car gnus-current-select-method))
                    ;; The author of gnus-get-newsgroup-headers-xover