Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
Subject: Re: mml-secure: function doubled, passwd chache, use-my-public key
Date: Fri, 01 Jul 2005 11:55:55 +0200	[thread overview]
Message-ID: <87k6kavoic.fsf@koldfront.dk> (raw)
In-Reply-To: <m3d5q355rs.fsf@doze.jochen-kuepper.de>

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




  reply	other threads:[~2005-07-01  9:55 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-30 21:59 Uwe Brauer
2005-06-30 20:14 ` Adam Sjøgren
2005-06-30 22:20   ` Uwe Brauer
2005-07-01 14:01     ` Werner Koch
     [not found] ` <87r7ejzetl.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2005-07-01  7:45   ` Jochen Küpper
2005-07-01  9:55     ` Adam Sjøgren [this message]
2005-07-01  9:23 ` Simon Josefsson
2005-07-01 14:11 ` Werner Koch
     [not found]   ` <87psu239bo.fsf-nSUoxbSHa/NHjZm7OurPC6uB8pfgIIU7@public.gmane.org>
2005-07-01 14:30     ` Jochen Küpper
2005-07-01 17:58       ` Werner Koch
2005-07-01 14:43   ` Simon Josefsson
2005-07-01 18:09     ` Werner Koch
2005-07-02 19:01       ` Simon Josefsson
2005-07-04 11:56         ` Werner Koch
2005-07-07 13:52     ` Uwe Brauer
2005-07-11 19:24       ` Simon Josefsson
2005-07-07 19:10 ` verify signature (was: mml-secure: function doubled, passwd chache, use-my-public key) Uwe Brauer
2005-07-07 17:38   ` verify signature Arne Jørgensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k6kavoic.fsf@koldfront.dk \
    --to=asjo@koldfront.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).