From c16f36e878d299b657219ef8f77069a533baf80b Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 10 Oct 2010 15:59:03 +0200 Subject: [PATCH] (nnimap-update-info): Prefer old info over start-article. --- lisp/ChangeLog | 1 + lisp/nnimap.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 81b131a75..661a17355 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 53f4f96f0..15e466422 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -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))) -- 2.25.1