From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RDNS_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 25022 invoked from network); 28 Mar 2020 15:45:16 -0000 Received: from unknown (HELO lists1.math.uh.edu) (129.7.128.208) by inbox.vuxu.org with ESMTP; 28 Mar 2020 15:45:16 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jIDdL-0003Vc-UF; Sat, 28 Mar 2020 10:44:27 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jIDdH-0003Sl-Q3 for ding@lists.math.uh.edu; Sat, 28 Mar 2020 10:44:23 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jIDdG-0007AE-7h for ding@lists.math.uh.edu; Sat, 28 Mar 2020 10:44:23 -0500 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:Sender:Date:Subject:From: To: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=CszNP2Jg+4cYUg6jphlgosItKRA2wTPYC18T4EqXFeE=; b=NN8UTRztLcpMm6Lvd9J7IXged6 quk8FD4YZGGL6Cy02c/kfBLiIKKRgNIaJi5cxTAj/24VNSOiHNfHBw0ifnEH2IxsdbDdkOSyhRU2B E4bI+97i9m21dUHxzZlxTvx1TOZRnZtx8StfgKRp6WSxDBdBhcbyBCgyY/NeyeZ1xPkc=; Received: from ciao.gmane.io ([159.69.161.202]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jIDd5-0001Ig-Fc for ding@gnus.org; Sat, 28 Mar 2020 16:44:17 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jIDd4-000AkH-G1 for ding@gnus.org; Sat, 28 Mar 2020 16:44:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: David Edmondson Subject: gnus-cloud.el Date: Sat, 28 Mar 2020 15:44:05 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cancel-Lock: sha1:sdByGdgCGSFiu4us5CGq0AawtnI= X-HGTTG: vroomfondel List-ID: Precedence: bulk After some time away, I'm playing with Gnus again. In this instance, gnus-cloud isn't working for me. Specifically, I can add a gnus-cloud storage server (on nnimap) and register another server (nntp) with it. ~u causes messages to be added to Emacs-Cloud and they appear to have the right kind of content. ~d on another machine never does anything useful (e.g. mark some articles as read) because this test: (if (and newer (not force-older)) (gnus-message 3 "Skipping outdated cloud info for group %s, the info is from %s (now is %s)" group date now) always returns true. Looking at how `newer' is calculated, it compares the group timestamp from the gnus-cloud message with the current time. It's not clear to me how that test is ever going to return `nil', unless I have a version of emacs running somewhere in the future that updates gnus-cloud. Forcing `newer' to `nil' for debugging does indeed cause the local gnus to pay attention to changes from the cloud. Is this all expected to be working at the moment? The logic has not changed for quite some time (I have the patch that Paul Eggert made a couple of weeks ago - it doesn't seem directly relevant). dme. -- I was better off when I was on your side, and I was holding on.