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=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27496 invoked from network); 21 Jun 2023 18:47:26 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2023 18:47:26 -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.96) (envelope-from ) id 1qC2rS-00GuVP-2W for ml@inbox.vuxu.org; Wed, 21 Jun 2023 13:47:22 -0500 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 1qC2rR-001vD9-3C for ml@inbox.vuxu.org; Wed, 21 Jun 2023 13:47:22 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qC2rP-001vD0-0a for ding@lists.math.uh.edu; Wed, 21 Jun 2023 13:47:19 -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.96) (envelope-from ) id 1qC2rB-00GuTa-2R for ding@lists.math.uh.edu; Wed, 21 Jun 2023 13:47:18 -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=bHkZEc0jPRwEjvDUGEuBYZwDKMz/oqDI1hOjmHypzWA=; b=E5SOw6TMv50F5v1IZWdESyBz6J hZi1tui0rL7atjcXZAejTGm7J/7RT8OygT1bQq9dX0yD8UVqRpK2IWjGCTE7qQledGXHaEj4qyWJw LaRnh8RZJElt4JD46D1lJv+qaM2rnAVSvQCTTMxIOWAXeyHKCC7WotOgYxu1NxUwyH5k=; 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 1qC2qw-0006Mw-Mz for ding@gnus.org; Wed, 21 Jun 2023 20:46:55 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qC2qt-0001zy-B4 for ding@gnus.org; Wed, 21 Jun 2023 20:46:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: Re: Emacs 28.2 gnus: nntp read marks lost after going offline and online again Date: Wed, 21 Jun 2023 20:46:39 +0200 Organization: Probably a good idea Message-ID: <87y1kc8xgw.fsf@dod.no> References: <871qi7ld1z.fsf@dod.no> <87sfanju2y.fsf@dod.no> <87edm7jqj7.fsf@dod.no> <877cryhr7n.fsf@dod.no> <87352lj4hx.fsf@dod.no> <87fs6ltwz7.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cancel-Lock: sha1:d3w6ybPDe0vozYxXhm6ehLaJt1M= Mail-Copies-To: never List-ID: Precedence: bulk >>>>> Eric Abrahamsen : > Yes, in your previous image of the Server buffer note all the > (cloud-sync) tags after servers, and the one (CLOUD-HOST). I've only > tried the gnus-cloud thing once several years ago, but the manual makes > it sound like you'd have to enable it manually -- did you not do that? Well, I have enabled it on a much older version of gnus, on September 23 2021, and it may be that my old enablement doesn't work too well with the current version. Hm... digging further into the git history, I have tried using gnus-cloud since July 24 2016, but I didn't have any success until around 2019, and I didn't retire its predecessor gnus-sync until 2021 (when it stopped working). There are some posts and threads. on this list about my experiments. Probably last time was around the previous debian major version upgrade when emacs switched from 26 to 27. Also I have been running a hacked version of gnus-cloud, since the one bundled with earlier gnus versions didn't work right. Now I'm running with the plain emacs 28 gnus. These are my settings to enable gnus-cloud: (setq gnus-cloud-interactive nil gnus-cloud-method "nnimap:cloud" gnus-cloud-storage-method nil gnus-cloud-synced-files '((:directory "~/News" :match ".*.SCORE\\'")) mail-source-movemail-program "movemail") (the movemail setting is gnus cloud related from August 18 2019, when switching from emacs 25 to emacs 26 after a debian upgrade) > Anyway, even if gnus-cloud isn't the culprit it's likely to make > debugging harder. Try using "i" to toggle the cloud-sync servers, and > "I" to toggle the CLOUD-HOST server -- hopefully that will shut it off > altogether... Ok. I'll try that and if that doesn't work I'll remove the gnus-cloud config. Am I the only current user of gnus-cloud, I wonder?