From d451951a53a19d2a484cdf94b055c461b64be2c9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 4 Apr 2011 14:03:08 +0000 Subject: gnus-sum.el (gnus-update-marks): Reinstate the code to not alter marks on non-selected articles. gnus-start.el (gnus-get-unread-articles): Don't try to contact denied servers. --- lisp/gnus/gnus-start.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/gnus/gnus-start.el') diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index afded87fe37..fa582c58aee 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -1723,7 +1723,9 @@ If SCAN, request a scan of that group as well." ;; Do the rest of the retrieval. (dolist (elem type-cache) (destructuring-bind (method method-type infos early-data) elem - (when (and method infos) + (when (and method infos + (not (eq (gnus-server-status method) + 'denied))) (let ((updatep (gnus-check-backend-function 'request-update-info (car method)))) ;; See if any of the groups from this method require updating. -- cgit v1.2.3