From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72674 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: More on the new nnimap Date: Tue, 05 Oct 2010 18:01:58 -0400 Message-ID: <877hhwti21.fsf@uwo.ca> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286316180 16077 80.91.229.12 (5 Oct 2010 22:03:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 22:03:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21046@lists.math.uh.edu Wed Oct 06 00:02:59 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3Fb4-0004t3-7n for ding-account@gmane.org; Wed, 06 Oct 2010 00:02:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P3FaY-0003m7-28; Tue, 05 Oct 2010 17:02:22 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P3FaV-0003ln-4k for ding@lists.math.uh.edu; Tue, 05 Oct 2010 17:02:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P3FaQ-00036y-IT for ding@lists.math.uh.edu; Tue, 05 Oct 2010 17:02:19 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P3FaP-0005qC-00 for ; Wed, 06 Oct 2010 00:02:13 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P3FaM-0004jo-D7 for ding@gnus.org; Wed, 06 Oct 2010 00:02:10 +0200 Original-Received: from bas3-london14-1096787747.dsl.bell.ca ([65.95.167.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Oct 2010 00:02:10 +0200 Original-Received: from jdc by bas3-london14-1096787747.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Oct 2010 00:02:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096787747.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:HRhyV2wvHbcabrUqUhv/whfMoAc= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72674 Archived-At: Lars Magne Ingebrigtsen writes: > Reading the code, it looks like it does: > > (deffoo nnmh-request-create-group (group &optional server args) > > [...] > > (nnmh-possibly-create-directory group) Could that "possibly" be the issue here? The original post said "it should not be an error if the group already exists on the server." I agree that that shouldn't be an error. >> LMI> Anyway, for nnimap `F' just issues a LIST command. Does a LIST in your >> LMI> setup take minutes? >> >> About 13. And gnus ignored the new groups. > > So you have (* 20 60 13) => 15600 IMAP groups? Maybe he meant 13 seconds?? Dan