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,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23594 invoked from network); 10 Feb 2023 16:15:59 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 10 Feb 2023 16:15:59 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pQW44-0090q5-Rt for ml@inbox.vuxu.org; Fri, 10 Feb 2023 10:15:56 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1pQW44-0009Kw-17 for ml@inbox.vuxu.org; Fri, 10 Feb 2023 10:15:56 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pQW3z-0009Kn-1x for ding@lists.math.uh.edu; Fri, 10 Feb 2023 10:15:51 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pQW3x-005pNW-6c for ding@lists.math.uh.edu; Fri, 10 Feb 2023 10:15:51 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version: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:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=W3MQZ/DxPRdDeboZ6fS8x1jFBBTlbxZT9BkAlbWIoEA=; b=Hkof4J/+CIuWnyXNARWKwp8d1r 8mGP6qyVBkOs881pgtnPCg/S/eERVga1HiBh53gnM6EqEURlGeMHuLACOd2vLanyXf35OyYv79HjB vlfqZiuyWHADoCsgvcxUL/OgTmdQMKuX2to75fV5YZjt/qti4QUP5r7j/ylGZYXvIDD0=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQW3m-0006Df-WE for ding@gnus.org; Fri, 10 Feb 2023 17:15:43 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pQW3k-000Ad0-CA for ding@gnus.org; Fri, 10 Feb 2023 17:15:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: "Ghost count" on nnimap group after server move Date: Fri, 10 Feb 2023 17:15:32 +0100 Organization: Probably a good idea Message-ID: <87lel5zecb.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:DssTtEn+e0ULvMbqyjJnGbxsBwE= Mail-Copies-To: never List-ID: Precedence: bulk I have transferred my imap server to a different server. Same OS both places (debian 11.6) and same IMAP server (dovecot) with config rsync'd over from the old server (Maildir folders). I also rsynced over the Maildir from the old server at a point where there probably was something going on on the new one. Because I ended up with a "duplicate something" error message and deleted a dovecot .index file in the maildir (as suggested by a google search hit). But right now the nnimap group in Gnus is showing a count of 5, with no new articles. I have tried "M-g" and "C" on the group without losing the count. I have also tried killing the group, stopping gnus, starting gnus and re-adding the nnimap group, but the "ghost count" was still there. Where do I go to fixing the count in gnus? Suggestions about manual tinkering in .newsrc.eld are acceptable (I just have to know what to change and where). I'm using the emacs-27 gnus and I'm using agent in the nnimap server. Thanks! - Steinar