(gnus-inews-do-gcc): Don't have the backends do the slow *-request-group.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 29 Oct 2010 22:44:55 +0000 (00:44 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 29 Oct 2010 22:44:55 +0000 (00:44 +0200)
lisp/ChangeLog
lisp/gnus-msg.el

index 85ed67e..01305cc 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
+       *-request-group, which seems unnecessary.
+
        * nnimap.el (nnimap-quote-specials): Function copied over from
        imap.el.
        (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
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)