From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12167 invoked from network); 4 Sep 2020 18:35:35 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 4 Sep 2020 18:35:35 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1kEGY6-00BvLe-Gv; Fri, 04 Sep 2020 13:34:58 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kEGY1-00BvJi-Sx for ding@lists.math.uh.edu; Fri, 04 Sep 2020 13:34:53 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kEGY0-005cat-5s for ding@lists.math.uh.edu; Fri, 04 Sep 2020 13:34:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=D586lwQos0VYfvY4W+GGKgUMBBrbz1GWO0fcEKX9t/8=; b=GQmOG1i2lXcjacEcXjLDCt1bsw NW1cPJQo3abBqJpESkhvpiXS2WoHHaH2kAj5SjTwoSyr+VJEKno7OO+a+pXqnJtz8WHSMg0TlM7Tk smsl0/katU+BRIuIvcnfYpIko0R9Zr/CUfvX90doWgwrF/9fATGb91/fFC+CIkMUsz6A=; Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214] helo=ciao.gmane.io) by quimby with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kEGXs-0003L6-4Q for ding@gnus.org; Fri, 04 Sep 2020 20:34:47 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kEGXr-0007XF-Jd for ding@gnus.org; Fri, 04 Sep 2020 20:34:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: Does anyone see doubled Gnus Cloud servers? Date: Fri, 04 Sep 2020 11:34:38 -0700 Message-ID: <871rjhie69.fsf@ericabrahamsen.net> References: <87h7seh6jz.fsf@ericabrahamsen.net> <87tuwdc4ce.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:zvisnCQt0bJKF581XyvxrceczLk= List-ID: Precedence: bulk Andreas Schwab writes: > On Sep 03 2020, Eric Abrahamsen wrote: > >> I made one of my IMAP servers a Gnus Cloud host (I'm not sure why, as I >> never actually starting using Gnus Cloud), and as a result it now has >> two identical lines in the *Server* buffer. I assume it's because the >> cloud status messes with Gnus' heuristics for deciding if one server is >> identical to another sever > > Unlikely, as the cloud status is not stored in the server attributes. Thanks, you're quite right, and that was enough motivation for me to figure out the real problem, which was that one of my groups in .newsrc.eld claimed it belonged to (nnimap "NEA"), while all the others belonged to "nnimap:NEA". Coincidentally, someone else just had that problem on this list. I have no idea how these things happen.