(gnus-inews-do-gcc): Don't have the backends do the slow *-request-group.
[gnus] / lisp / gnus-msg.el
index a3c5112..a7d6711 100644 (file)
@@ -1628,7 +1628,7 @@ this is a reply."
            (unless (gnus-check-server method)
              (error "Can't open server %s" (if (stringp method) method
                                              (car method))))
-           (unless (gnus-request-group group nil method)
+           (unless (gnus-request-group group t method)
              (gnus-request-create-group group method))
            (setq mml-externalize-attachments
                  (if (stringp gnus-gcc-externalize-attachments)