(gnus-get-unread-articles): Check server before scanning.
authorSimon Josefsson <jas@extundo.com>
Wed, 17 Nov 1999 00:30:44 +0000 (00:30 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 17 Nov 1999 00:30:44 +0000 (00:30 +0000)
lisp/gnus-start.el

index 2b7d413..80f0016 100644 (file)
@@ -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))