From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from mx1.math.uh.edu (mx1.math.uh.edu [129.7.128.32]) by inbox.vuxu.org (Postfix) with ESMTP id 66D53284AD for ; Wed, 17 Jan 2024 08:25:06 +0100 (CET) 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.97.1) (envelope-from ) id 1rQ0I9-0000000Akvs-1Q8l for ml@inbox.vuxu.org; Wed, 17 Jan 2024 01:24:58 -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.97.1) (envelope-from ) id 1rQ0I8-00000003Mdf-3Rup for ml@inbox.vuxu.org; Wed, 17 Jan 2024 01:24:52 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.97.1) (envelope-from ) id 1rQ0I5-00000003MdW-40Ex for ding@lists.math.uh.edu; Wed, 17 Jan 2024 01:24:49 -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.97.1) (envelope-from ) id 1rQ0I1-00000009UL0-3GQz for ding@lists.math.uh.edu; Wed, 17 Jan 2024 01:24:49 -0600 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=GCQ/6oGK5FRzRyh2GOHYpIQInBvj4MaMgvok+0MOu5o=; b=EbBvXsCg66fuA+DUh2TFdgSltZ zZuwA1E3cePQmquM+ViUhFy9sMZg36JzOgAoNPGX6Hq5nqK6b4kE+OPPDEw/15GIFyPrRG2M+KkdY 24K42J41un5xDY1FK3gEdWIDpbwDKPqY87VFeu9PGfz4hhMZWeAXUuyinZO3cma+5cKw=; 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 1rQ0Hu-0006CK-Ei for ding@gnus.org; Wed, 17 Jan 2024 08:24:41 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rQ0Ht-0006hd-7E for ding@gnus.org; Wed, 17 Jan 2024 08:24:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: Re: The current state of gnus-cloud Date: Wed, 17 Jan 2024 08:24:33 +0100 Organization: Probably a good idea Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:KlDwnuQy0YAIkFlmDZHgazKB0/g= Mail-Copies-To: never List-ID: Precedence: bulk For now, this is what I've done in my ~/.emacs: (when windows-emacs (setq gnus-cloud-synced-files nil)) And windows-emacs is an oldie that has been with me since the 1990-ies: (defvar windows-emacs (string-match "mingw" (emacs-version)) "Hold a numerical value if this is an Emacs running on Windows, and nil if this isn't windows") (git blame says 2004 but I think maybe it lies a little bit here. But at least windows-emacs has been in the samme spot since 2004... (and git didn't exist in 2004 you may say...? Correct! But cvs existed then, and RCS before that. My home directory has gone from individual file RCS versioning, to CVS (I just moved the RCS files of one computer into a CVS repo) and then turned that into svn with very complex branch tracking in the mid-late noughts, before I finally landed on git in 2010 (I think...?)))