From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53161 Path: main.gmane.org!not-for-mail From: Eric Knauel Newsgroups: gmane.emacs.gnus.general Subject: Re: Duplicate server entries Date: Sun, 15 Jun 2003 10:29:34 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1055665663 3613 80.91.224.249 (15 Jun 2003 08:27:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2003 08:27:43 +0000 (UTC) Original-X-From: ding-owner+M1705@lists.math.uh.edu Sun Jun 15 10:27:40 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 19RSrT-0000w8-00 for ; Sun, 15 Jun 2003 10:27:40 +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 19RStc-0000rv-00; Sun, 15 Jun 2003 03:29:52 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19RStT-0000rn-00 for ding@lists.math.uh.edu; Sun, 15 Jun 2003 03:29:43 -0500 Original-Received: (qmail 59761 invoked by alias); 15 Jun 2003 08:29:43 -0000 Original-Received: (qmail 59755 invoked from network); 15 Jun 2003 08:29:42 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 15 Jun 2003 08:29:42 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19RSqm-0000t8-00 for ; Sun, 15 Jun 2003 10:26:56 +0200 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19RSqk-0000sv-00 for ; Sun, 15 Jun 2003 10:26:54 +0200 Original-Lines: 133 Original-X-Complaints-To: usenet@main.gmane.org Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Portable Code, darwin) Cancel-Lock: sha1:Yw2Bxzt50vH8EIqcvaECpXfqRHw= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53161 Nevin Kapur writes: > I've seen this a few times now. My *Server* buffer looks like this > currently: > > {nnfolder:archive} (opened) > {nnimap:jesse} (opened) (agent) > > [...] > > {nnimap:jesse} (opened) (agent) > > Why are there two entries for the nnimap server? I can almost act > independently on these two. It seems like one can offline while the > other online, which seems to confuse Gnus. I see the same problem. Only agentized servers seem to get duplicated. Here's how I can reproduce this: start gnus-unplugged, `J j' and `J s' and then open the server buffer. My guess is, that somehow Gnus-agent gets confused while opening servers: Right after start in unplugged mode: ,---- | (cl-prettyprint gnus-opened-servers) | | (((nnfolder "fp03" | (nnfolder-directory "~/Lehre/fp-03-uebungen/abgaben") | (nnfolder-active-file "~/Lehre/fp-03-uebungen/abgaben/active") | (nnfolder-get-new-mail nil)) | ok) | ((nnfolder "spam" | (nnfolder-directory "~/more-mail/spam") | (nnfolder-active-file "~/more-mail/spam/active") | (nnfolder-get-new-mail nil)) | ok) | ((nnfolder "archive" | (nnfolder-directory "~/Mail/archive") | (nnfolder-active-file "~/Mail/archive/active") | (nnfolder-get-new-mail nil) | (nnfolder-inhibit-expiry t)) | ok) | ((nnimap "webmail.macnews.de" | (nnimap-address "localhost") | (nnimap-server-port 5002) | (nnimap-list-pattern ("INBOX" "Junk" | "misc*" | "macnews/*" | "archive/*")) | (nnimap-stream ssl)) | ok) | ((nntp "news.gmane.org" (nntp-address "localhost") (nntp-port-number 5001)) | ok) | ((nnfolder "") | ok) | ((nnml "") | ok) | ((nntp "news.cis.dfn.de" (nntp-address "localhost") (nntp-port-number 5000)) | ok))nil `---- The servers nntp:news.gmane.org, nntp:news.cis.dfn.de and nnimap:webmail.macnews.de are covered by Gnus-Agent. Now, `J j' and `J s' to fetch mail and news, and after that: ,---- | (cl-prettyprint gnus-opened-servers) | | (((nntp "news.gmane.org") | ok) | ((nntp "news.cis.dfn.de") | ok) | ((nnfolder "fp03" | (nnfolder-directory "~/Lehre/fp-03-uebungen/abgaben") | (nnfolder-active-file "~/Lehre/fp-03-uebungen/abgaben/active") | (nnfolder-get-new-mail nil)) | ok) | ((nnfolder "spam" | (nnfolder-directory "~/more-mail/spam") | (nnfolder-active-file "~/more-mail/spam/active") | (nnfolder-get-new-mail nil)) | ok) | ((nnfolder "archive" | (nnfolder-directory "~/Mail/archive") | (nnfolder-active-file "~/Mail/archive/active") | (nnfolder-get-new-mail nil) | (nnfolder-inhibit-expiry t)) | ok) | ((nnimap "webmail.macnews.de" | (nnimap-address "localhost") | (nnimap-server-port 5002) | (nnimap-list-pattern ("INBOX" "Junk" | "misc*" | "macnews/*" | "archive/*")) | (nnimap-stream ssl)) | ok) | ((nntp "news.gmane.org" (nntp-address "localhost") (nntp-port-number 5001)) | ok) | ((nnfolder "") | ok) | ((nnml "") | ok) | ((nntp "news.cis.dfn.de" (nntp-address "localhost") (nntp-port-number 5000)) | ok))nil `---- This is my server setup: ,---- | gnus-select-method | (nntp "news.cis.dfn.de" (nntp-address "localhost") (nntp-port-number 5000)) | | (cl-prettyprint gnus-secondary-select-methods) | | ((nnml "") | (nnfolder "") | (nntp "news.gmane.org" (nntp-address "localhost") (nntp-port-number 5001)) | (nnimap "webmail.macnews.de" | (nnimap-address "localhost") | (nnimap-server-port 5002) | (nnimap-list-pattern ("INBOX" "Junk" | "misc*" | "macnews/*" | "archive/*")) | (nnimap-stream ssl)))nil `---- -Eric -- "Excuse me --- Di Du Du Duuuuh Di Dii --- Huh Weeeheeee" (Albert King)