[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting Gcc to an nnimap group



wmperry@aventail.com (William M. Perry) writes:

>   Is there any way to make this create the folders, similar to what nnml
> does?  It asks 'folder foo doesn't exist, create it?'

Someone thought `fast' meant =really= fast while writing
nnimap-request-group. :-)

(Gnus ask the question and create the group, not the backend.)

--- nnimap.el~  Wed Dec  9 22:43:46 1998
+++ nnimap.el   Fri Dec 18 03:22:39 1998
@@ -532,7 +532,7 @@
   (if fast
       (with-current-buffer nntp-server-buffer 
        (erase-buffer)
-       t)
+       (nnimap-possibly-change-group group server))
     (gnus-message 7 "Opening nnimap group %s..." group)
     (when (nnimap-possibly-change-group group server)
       (with-current-buffer nnimap-server-buffer