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 738 invoked from network); 19 Sep 2021 14:30:26 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 19 Sep 2021 14:30: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.94.2) (envelope-from ) id 1mRxpo-006nA2-V4 for ml@inbox.vuxu.org; Sun, 19 Sep 2021 09:30:25 -0500 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 1mRxpo-0050Fp-6J for ml@inbox.vuxu.org; Sun, 19 Sep 2021 09:30:24 -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 1mRxpn-0050Fe-02 for ding@lists.math.uh.edu; Sun, 19 Sep 2021 09:30:23 -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.2) (envelope-from ) id 1mRxpk-006n9g-TV for ding@lists.math.uh.edu; Sun, 19 Sep 2021 09:30:22 -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=Lpri7IaEWW21ioyvZwI2qJkfEpZoykNW91wlOS9phGM=; b=mb2uB7pX8EUT7LTwWP1Ucnq8IE fH6jUdaLPcZiZgNm1HVhOs+6i0JaMb2Wah828Wt1IRXaCJKzsNIDitgziTOeamOUckY1oPFvSTJ7t 02Wzn0YHPQt5ON93MMgHpskjeYdZc/5RcLo25YFY7WTHar8AgpfBCnFU7oL9apFZw+k8=; 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 1mRxpd-0007Nb-La for ding@gnus.org; Sun, 19 Sep 2021 16:30:15 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mRxpc-0007qM-Be for ding@gnus.org; Sun, 19 Sep 2021 16:30:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: Re: Trying to use gnus-cloud: what's the pinentry dialog? (and how can I get rid of it?) Date: Sun, 19 Sep 2021 16:30:04 +0200 Organization: Probably a good idea Message-ID: <86bl4ok58z.fsf@dod.no> References: <86ilywektx.fsf@dod.no> <86fsu0k5w3.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) Cancel-Lock: sha1:5L+hX+vjQ6rZCNOWgILw7Gw+1SU= Mail-Copies-To: never List-ID: Precedence: bulk >>>>> Steinar Bang : > I have now started a fresh emacs and in this emacs saving sync data does > not require a pinentry. > And the reason pinentry is gone, is that this customized setting was > loaded: > '(gnus-cloud-storage-method (quote base64-gzip)) > The setting is dated Sun Jul 24 16:57:04 2016 +0200 and was made because > the default method EPG didn't work in Emacs 24.4 on windows (according to git > blame). > With emacs 26.3 EPG apparently works on widows, but has a very annoying > pinentry dialog. > I'll continue with base64-gzip. And trying to "~-RET" on emacs 27.1 on debian bullseye gave me the error message gnus-cloud-decode-data: Invalid base64 data Which, if memory doesn't fail me, is the error message that stopped me from starting to use gnus-cloud in August of 2016...? What gnus-cloud-storage-method do others use?