(nnimap-request-post): Fix parenthesis.
[gnus] / lisp / nnimap.el
index b83361a..b1241e0 100644 (file)
@@ -742,7 +742,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)