From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73738 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: extra server for nnmairix? Date: Sun, 31 Oct 2010 10:35:05 +0100 Message-ID: <87k4kyk8mu.fsf@engster.org> References: <87zktuyebd.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288517754 5635 80.91.229.12 (31 Oct 2010 09:35:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 09:35:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22107@lists.math.uh.edu Sun Oct 31 10:35:50 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 1PCUKM-0006ys-45 for ding-account@gmane.org; Sun, 31 Oct 2010 10:35:50 +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 1PCUKJ-000284-S0; Sun, 31 Oct 2010 04:35:47 -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 1PCUKI-00027j-4z for ding@lists.math.uh.edu; Sun, 31 Oct 2010 04:35:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PCUK7-00087n-Iz for ding@lists.math.uh.edu; Sun, 31 Oct 2010 04:35:46 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PCUK6-0006an-00 for ; Sun, 31 Oct 2010 10:35:34 +0100 Original-Received: from dslc-082-083-047-111.pools.arcor-ip.net ([82.83.47.111] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1PCUK4-0006Qh-1c for ding@gnus.org; Sun, 31 Oct 2010 10:35:32 +0100 In-Reply-To: <87zktuyebd.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 31 Oct 2010 16:08:38 +0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73738 Archived-At: 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. However, I just saw that there was a problem due to changes in gnus-completing-read in Gnus-git, which broke the selection of the back end server. This is now fixed. > If I create an additional server (with a (nnml "mairix" > (nnml-get-new-mail nil)) entry in gnus-secondary-select-methods), I > actually see two new servers in my server list: > > {nnmairix:search} > {nnml:mairix} 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. > 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. -David