From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68533 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmairix problem after nnmaildir -> nnimap switch Date: Sat, 09 May 2009 12:26:12 +0200 Message-ID: <87eiuymv23.fsf@engster.org> References: <87hc00y3ab.fsf@stats.ox.ac.uk> <87tz40eels.fsf@engster.org> <87d4ajefs1.fsf@stats.ox.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241864838 28419 80.91.229.12 (9 May 2009 10:27:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 May 2009 10:27:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16964@lists.math.uh.edu Sat May 09 12:27:09 2009 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.50) id 1M2jlt-0003gh-7q for ding-account@gmane.org; Sat, 09 May 2009 12:27:09 +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 1M2jlE-0007AI-0X; Sat, 09 May 2009 05:26:28 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1M2jlC-00079x-I4 for ding@lists.math.uh.edu; Sat, 09 May 2009 05:26:26 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1M2jl6-0000tB-Bf for ding@lists.math.uh.edu; Sat, 09 May 2009 05:26:26 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1M2jlY-00087C-00 for ; Sat, 09 May 2009 12:26:48 +0200 Original-Received: from dslc-082-082-171-044.pools.arcor-ip.net ([82.82.171.44] helo=void) by m61s02.vlinux.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1M2jl4-0002ZY-Rd for ding@gnus.org; Sat, 09 May 2009 12:26:19 +0200 In-Reply-To: <87d4ajefs1.fsf@stats.ox.ac.uk> (Dan Davison's message of "Fri, 08 May 2009 12:11:10 -0400") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.93 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68533 Archived-At: Dan Davison writes: > David Engster writes: >> To get rid of an existing nnmairix server, you just have to delete *all* >> existing nnmairix groups and restart Gnus. > > Thanks David. That worked, and I was making progress, but I've now hit a > similar problem. For reasons I won't attempt to justify I now have two > nnmairix servers configured Actually, I'm pretty happy that someone is using more than one server. That feature required quite some coding... > and I want to get rid of them and make a clean start. So my server > buffer looks like > > {nnfolder:archive} (opened) > {nnmairix:general} (opened) > {nnmairix:gen} (opened) > {nnimap:dc} (opened) > > No mairix groups appear in the group buffer as they are empty. What > exactly do I have to do to make these nnmairix servers go away? I can > force mairix groups to appear by subscribing to them with > gnus-server-read-server followed by > gnus-browse-unsubscribe-current-group, and then I can kill them. But > the two nnmairix servers persist after restarting gnus (whether or not > I use gnus-server-close-server to close the servers before restarting > gnus). Well, there must still be nnmairix groups lying around. You can see the name of the groups of the nnmairix server in the minibuffer be evaluating (nnmairix-get-groups-from-server "general") and (nnmairix-get-groups-from-server "gen") Remember to hit "L" in the group buffer to see all groups. If you really don't see those groups, try evaluating (progn (switch-to-buffer gnus-group-buffer) (gnus-group-jump-to-group "nnmairix+general:GROUPNAME")) and it should jump to the group GROUPNAME, so that you can kill it. Regards, David