From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73740 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: extra server for nnmairix? Date: Sun, 31 Oct 2010 19:12:36 +0800 Message-ID: <877hgyehuj.fsf@ericabrahamsen.net> References: <87zktuyebd.fsf@ericabrahamsen.net> <87k4kyk8mu.fsf@engster.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288523632 25962 80.91.229.12 (31 Oct 2010 11:13:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 11:13:52 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22109@lists.math.uh.edu Sun Oct 31 12:13:48 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 1PCVr4-0002N9-LG for ding-account@gmane.org; Sun, 31 Oct 2010 12:13:42 +0100 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 1PCVr2-0001Es-BD; Sun, 31 Oct 2010 06:13:40 -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 1PCVr0-0001Ec-Gt for ding@lists.math.uh.edu; Sun, 31 Oct 2010 06:13:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PCVqq-0008Ps-GW for ding@lists.math.uh.edu; Sun, 31 Oct 2010 06:13:38 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PCVqp-0007rO-00 for ; Sun, 31 Oct 2010 12:13:27 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PCVqp-0002Ft-9o for ding@gnus.org; Sun, 31 Oct 2010 12:13:27 +0100 Original-Received: from 123.121.254.38 ([123.121.254.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2010 12:13:27 +0100 Original-Received: from eric by 123.121.254.38 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2010 12:13:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.121.254.38 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:/Nt6gaOcLFQZtvJiES9VsQ5gwoo= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73740 Archived-At: On Sun, Oct 31 2010, David Engster wrote: > Eric Abrahamsen writes: >> If I use an existing server, the search group doesn't survive the next >> gnus restart, and I have to do nnmairix-create-server-and-default-group >> all over again each time. > > I'm afraid I cannot reproduce this. Hmm, I guess I can't either, anymore. On the other hand, I'm also now not able to find a subscription level that both leaves the group visible and doesn't retrieve mail on my regular nnml server. I just updated gnus from git, btw. > > Yes. The nnmairix server itself doesn't store searches; the nnml:mairix > back end does that. > >> The first is empty, the second contains killed versions of all the >> groups under my regular nnml server, plus the unkilled search group. Why >> are all those killed groups there? > > You can delete those old groups with M-x nnmairix-purge-old-groups. Good to know that's what it is meant to look like! I ran nnamirix-purge-old-groups and it deleted old search groups, but none of the mirrored groups from my regular nnml server. Those are still there (and still showing up in gnus-group-jump-to-group). > >> Why does gnus-group-jump-to-group show those killed groups? (I'm using >> the ido-completing-read interface, which is otherwise brilliant, but >> makes this "duplication" of group names particularly evident and >> annoying.) > > I don't use the ido-interface, so I didn't realize that. I'll try to fix > this. Thanks very much!