(nnimap-update-info): Prefer old info over start-article.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 10 Oct 2010 13:59:03 +0000 (15:59 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 10 Oct 2010 13:59:03 +0000 (15:59 +0200)
lisp/ChangeLog
lisp/nnimap.el

index 81b131a..661a173 100644 (file)
@@ -2,6 +2,7 @@
 
        * nnimap.el (nnimap-update-info): If the server doesn't return any
        useful info, just use the previous info.
+       (nnimap-update-info): Prefer old info over start-article.
 
 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
 
index 53f4f96..15e4664 100644 (file)
@@ -1070,10 +1070,10 @@ textual parts.")
                              (uidnext
                               ;; No articles in this group.
                               (cons uidnext (1- uidnext)))
-                             (start-article
-                              (cons start-article (1- start-article)))
                              (active
                               active)
+                             (start-article
+                              (cons start-article (1- start-article)))
                              (t
                               ;; No articles and no uidnext.
                               nil)))