Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@pdc.kth.se>
Cc: nnimap@extundo.com, ding@gnus.org
Subject: Re: Setting Gcc to an nnimap group
Date: 18 Dec 1998 03:39:33 +0100	[thread overview]
Message-ID: <ilusoeemavu.fsf@fangblenny.pdc.kth.se> (raw)
In-Reply-To: wmperry@aventail.com's message of "17 Dec 1998 19:41:11 -0500"

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


      reply	other threads:[~1998-12-18  2:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-10  0:37 Rajesh Godbole
1998-12-18  0:41 ` William M. Perry
1998-12-18  2:39   ` Simon Josefsson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ilusoeemavu.fsf@fangblenny.pdc.kth.se \
    --to=jas@pdc.kth.se \
    --cc=ding@gnus.org \
    --cc=nnimap@extundo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).