From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71441 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnfolder change? Date: Wed, 22 Sep 2010 13:55:22 -0400 Message-ID: <87hbhhpss5.fsf@uwo.ca> References: <87r5gofpa1.fsf@escher.home> <87lj6vvslw.fsf@escher.home> <871v8myyzd.fsf@escher.home> <874odiq8o6.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285178146 12633 80.91.229.12 (22 Sep 2010 17:55:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2010 17:55:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19814@lists.math.uh.edu Wed Sep 22 19:55:45 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 1OyTXk-00089g-Ls for ding-account@gmane.org; Wed, 22 Sep 2010 19:55:44 +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 1OyTXg-0004o9-EI; Wed, 22 Sep 2010 12:55:40 -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 1OyTXe-0004nu-TP for ding@lists.math.uh.edu; Wed, 22 Sep 2010 12:55:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyTXa-00038I-Dt for ding@lists.math.uh.edu; Wed, 22 Sep 2010 12:55:38 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyTXZ-00047B-00 for ; Wed, 22 Sep 2010 19:55:33 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyTXW-00083X-Mr for ding@gnus.org; Wed, 22 Sep 2010 19:55:30 +0200 Original-Received: from bas3-london14-1096786111.dsl.bell.ca ([65.95.160.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 19:55:30 +0200 Original-Received: from jdc by bas3-london14-1096786111.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 19:55:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 53 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096786111.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:JHaetWVJYDagw2eVIYtDxJaNMDU= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71441 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > >> I also still get lots of nnfolder groups creating buffers that stick >> around. And I also get a lot of nnimap buffers for a remote imap >> server that I don't actually use much: >> >> * *nnimap jdc.math.uwo.: 161 Fundamental >> * *nnimap jdc.math.u:<2> 256 Fundamental >> * *nnimap jdc.math.u:<3> 256 Fundamental >> * *nnimap jdc.math.u:<4> 256 Fundamental >> * *nnimap jdc.math.u:<5> 256 Fundamental > > This again points to the thing I thought was wrong. > > Could you, too, do a > > (gnus-find-method-for-group "nnimap+that.server:a.few.groups") > > on a few group names and post the output? I tried on about 8 of the 12 groups, and every one had the following: (nnimap "jdc" (nnimap-address "jdc.math.uwo.ca") (nnimap-stream shell)) Some more information: all of the groups on that server are at level 5, so they are not activated by default. And most of the buffers contain just the following: ----- * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS UIDPLUS LIST-EXTENDED I18NLEVEL=1. 3290 OK Capability completed.. Read from remote host jdc.math.uwo.ca: Connection reset by peer. Process *nnimap*<1> exited abnormally with code 255 ----- Some of them contain: ----- * SEARCH 6271 6272 6273 6274 6276 6277 6278 6279 6285. 3447 OK Search completed (0.000 secs).. * BYE Disconnected for inactivity.. Process *nnimap*<1> finished ----- So maybe this has something to do with having a server with no groups below the current active level? The same is true for many of my nnfolder groups. Dan