From: Simon Josefsson Date: Wed, 17 Nov 1999 00:30:44 +0000 (+0000) Subject: (gnus-get-unread-articles): Check server before scanning. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=1aa62dc2adb9349c819cd9ae3772f744ff765e9b;p=gnus (gnus-get-unread-articles): Check server before scanning. --- diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 2b7d41310..80f00165c 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -1564,6 +1564,7 @@ newsgroup." (let* ((mg (pop retrievegroups)) (method (or (car mg) gnus-select-method)) (groups (cdr mg))) + (gnus-check-server method) ;; Request that the backend scan its incoming messages. (when (gnus-check-backend-function 'request-scan (car method)) (gnus-request-scan nil method))