From ea4946629d217f5aefb11c35ecae2d3392bf82d3 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 7 Oct 2010 21:46:43 +0200 Subject: [PATCH] (nnimap-update-info): Remove double setting of high. --- lisp/ChangeLog | 2 ++ lisp/nnimap.el | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3fdc823a2..ce17ac728 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-10-07 Lars Magne Ingebrigtsen + * nnimap.el (nnimap-update-info): Remove double setting of high. + * gnus.el (gnus-carpal): The carpal mode has been removed, but define the variable for backwards compatability. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 2fa9d7cb1..56a03922a 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -1044,9 +1044,6 @@ textual parts.") group (cons (car (gnus-active group)) (or high (1- uidnext))))) - (when (and (not high) - uidnext) - (setq high (1- uidnext))) ;; Then update the list of read articles. (let* ((unread (gnus-compress-sequence -- 2.25.1