From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63450 Path: news.gmane.org!not-for-mail From: Elias Oltmanns Newsgroups: gmane.emacs.gnus.general Subject: Re: Difficulties using EasyPG in gnus Date: Mon, 03 Jul 2006 13:01:00 +0200 Message-ID: <874pxz3qc3.fsf@denkblock.local> References: <873bdjrn22.fsf@denkblock.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1151924528 18709 80.91.229.2 (3 Jul 2006 11:02:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jul 2006 11:02:08 +0000 (UTC) Original-X-From: ding-owner+m11977@lists.math.uh.edu Mon Jul 03 13:02:06 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxMBm-0005f2-Oa for ding-account@gmane.org; Mon, 03 Jul 2006 13:02:03 +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 1FxMBg-0002PD-00; Mon, 03 Jul 2006 06:01:56 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FxMB6-0002P7-00 for ding@lists.math.uh.edu; Mon, 03 Jul 2006 06:01:20 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FxMB3-0006tG-CB for ding@lists.math.uh.edu; Mon, 03 Jul 2006 06:01:19 -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 1FxMB2-0001kF-00 for ; Mon, 03 Jul 2006 13:01:16 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FxMAv-0005YK-LH for ding@gnus.org; Mon, 03 Jul 2006 13:01:09 +0200 Original-Received: from pd9e84923.dip.t-dialin.net ([217.232.73.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jul 2006 13:01:09 +0200 Original-Received: from oltmanns by pd9e84923.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jul 2006 13:01:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e84923.dip.t-dialin.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Cancel-Lock: sha1:H2aUCtxPPfAGq8gX80lqlTjkcgI= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63450 Archived-At: Elias Oltmanns wrote: > Hi all, hi Daiki Ueno in particular, > > as stated in the subject line I have some difficulties to get EasyPG > and gnus working together. Specifically, the problem I encounter is > the following: > > Since I use multiple email addresses, I added the following to my > message-send-hook: > (setq pgg-default-user-id (message-field-value "From")) > > With EasyPG, however, pgg-default-user-id doesn't seem to have any > effect at all. On the contrary, it seems that always the first > private key available in the key ring is chosen. > > Additionally, I noticed that epg-user-id-alist only contains this very > first identity, so I'm wondering how to make epg aware of my other > private keys and use them appropriately. Sorry, I've forgotten to add the whole lot of supplementary information: No Gnus v0.6 + EasyPG 0.0.3 In my emacs startup files: (require 'epa-setup) ... (setq pgg-scheme 'epg) (require pgg) ... Of course, pgg-epg.elc is in the load path. Kind regards, Elias