From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53228 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Check secondary servers in server buffer? Date: Mon, 23 Jun 2003 16:28:38 +0200 Organization: University of Duisburg, Germany Sender: ding-owner@lists.math.uh.edu Message-ID: <84y8zs7trd.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056378700 18765 80.91.224.249 (23 Jun 2003 14:31:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2003 14:31:40 +0000 (UTC) Original-X-From: ding-owner+M1772@lists.math.uh.edu Mon Jun 23 16:31:39 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19USKP-0004gu-00 for ; Mon, 23 Jun 2003 16:29:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19USJy-0001je-00; Mon, 23 Jun 2003 09:29:26 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19USJu-0001jZ-00 for ding@lists.math.uh.edu; Mon, 23 Jun 2003 09:29:22 -0500 Original-Received: (qmail 9037 invoked by alias); 23 Jun 2003 14:29:21 -0000 Original-Received: (qmail 9032 invoked from network); 23 Jun 2003 14:29:21 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 23 Jun 2003 14:29:21 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19USMj-0002sT-00 for ; Mon, 23 Jun 2003 16:32:17 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: lucy.is.informatik.uni-duisburg.de Original-X-Trace: quimby.gnus.org 1056378737 11064 134.91.35.216 (23 Jun 2003 14:32:17 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 Jun 2003 14:32:17 GMT Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:FSpjZFc+bXMGmXXeaFTQ1cofAK0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53228 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53228 Some people see duplicate servers (eg, "nnimap:du" twice) in their server buffer. One of them is a bogus server. It was created automatically when some groups had the wrong select method. The obvious method to find out which one is the right one is to hit `e', but `e' on the secondary server (from (add-to-list 'gnus-secondary-select-methods '(nnimap "du" ...parameters.snipped...))) doesn't give any useful data because secondary servers cannot be edited. WIBNI there was a command to at least see the parameters of such secondary servers? Also it would be nifty if Gnus could prevent such duplicate servers somehow. Ideas? -- This line is not blank.