When braiding heads, don't use the same article number for all the cached articles.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 24 Sep 2010 17:12:08 +0000 (19:12 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 24 Sep 2010 17:12:08 +0000 (19:12 +0200)
lisp/ChangeLog
lisp/gnus-cache.el

index 9733760..0c3b118 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
+       use the same article number for all the cached articles.
+
        * nnimap.el (nnimap-command): Register the last command time so
        that we can use it for idling NOOPs.
        (nnimap-open-connection): Start the keeplive timer.
index 4b2d670..550614f 100644 (file)
@@ -603,7 +603,7 @@ system for example was used.")
        (insert-file-contents (gnus-cache-file-name group entry)))
       (goto-char (point-min))
       (insert "220 ")
-      (princ (car cached) (current-buffer))
+      (princ (pop cached) (current-buffer))
       (insert " Article retrieved.\n")
       (search-forward "\n\n" nil 'move)
       (delete-region (point) (point-max))