From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60515 Path: news.gmane.org!not-for-mail From: asjo@koldfront.dk (Adam =?iso-8859-1?Q?Sj=F8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: mml-secure: function doubled, passwd chache, use-my-public key Date: Fri, 01 Jul 2005 11:55:55 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87k6kavoic.fsf@koldfront.dk> References: <87r7ejzetl.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1120211462 25930 80.91.229.2 (1 Jul 2005 09:51:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2005 09:51:02 +0000 (UTC) Original-X-From: ding-owner+M9042@lists.math.uh.edu Fri Jul 01 11:50:52 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DoIAJ-0003JM-RL for ding-account@gmane.org; Fri, 01 Jul 2005 11:50:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DoIGE-00034v-00; Fri, 01 Jul 2005 04:56:38 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DoIG9-00034q-00 for ding@lists.math.uh.edu; Fri, 01 Jul 2005 04:56:33 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DoIG9-0005Kl-1S for ding@lists.math.uh.edu; Fri, 01 Jul 2005 04:56:33 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DoIG8-0001al-00 for ; Fri, 01 Jul 2005 11:56:32 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DoI8W-00035B-2n for ding@gnus.org; Fri, 01 Jul 2005 11:48:40 +0200 Original-Received: from finn.gmane.org ([80.91.229.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jul 2005 11:48:40 +0200 Original-Received: from asjo by finn.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jul 2005 11:48:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 49 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: finn.gmane.org X-Face: &DfBw60^ZxI8hd?J%t&_8wW?SLF%BBx<2XQ+sXYpX!?{=0C?9D{Nc`;Eq<0d=-L User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:CTP7HuKuC4eTfv+OxIoDUth/Tfw= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60515 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60515 On Fri, 01 Jul 2005 09:45:11 +0200, Jochen wrote: > This happens automatically for me and I do not have anything like that > specified in gpg.conf. Here is my (full) pgg configuration: > ,---- > | (setq pgg-cache-passphrase t > | pgg-default-scheme 'gpg > | pgg-default-user-id "CC1B0B4D" > | pgg-passphrase-cache-expiry 1800 > | pgg-scheme 'gpg) > `---- Thanks for the heads up, I was using this old configuration: (require 'gpg) (setq mml2015-use 'gpg) (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp")) (setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg-2comp . "gpg")))) (setq gpg-passphrase-timeout 36000) ; Ten hours (setq mm-verify-option 'known) (setq mm-decrypt-option 'known) (setq gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted")) Which I've now happily updated to: (setq pgg-cache-passphrase t pgg-default-scheme 'gpg pgg-default-user-id "8EDD08DF" pgg-passphrase-cache-expiry 36000 pgg-scheme 'gpg) (setq mm-verify-option 'known mm-decrypt-option 'known) (setq gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted")) :-) (I don't need the "encrypt-to asjo@koldfront.dk" in my ~/.gnupg/options for the emails to be encrypted for me any more, probably because of the pgg-default-user-id...) Best regards, Adam -- "Du danser godt, men ude af takt" Adam Sjøgren asjo@koldfront.dk