Sync.
[elisp/gnus.git-] / lisp / nnimap.el
index 915fc98..6552707 100644 (file)
@@ -746,7 +746,7 @@ function is generally only called when Gnus is shutting down."
   (let ((success t))
     (dolist (mbx (message-unquote-tokens
                   (message-tokenize-header
-                   (message-fetch-field "Newsgroups") ", ") success))
+                   (message-fetch-field "Newsgroups") ", ")) success))
       (let ((to-newsgroup (gnus-group-prefixed-name mbx gnus-command-method)))
        (or (gnus-active to-newsgroup)
            (gnus-activate-group to-newsgroup)