From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42151 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: pgp/mime encryption with specified public-key Date: Fri, 18 Jan 2002 12:55:19 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87d708dvet.fsf@cs.utah.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177432 9851 80.91.224.250 (21 Oct 2002 05:17:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:17:12 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 22247 invoked from network); 18 Jan 2002 11:56:17 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 18 Jan 2002 11:56:17 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16RXcX-0004ae-00; Fri, 18 Jan 2002 05:55:45 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 18 Jan 2002 05:55:37 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA11240 for ; Fri, 18 Jan 2002 05:55:25 -0600 (CST) Original-Received: (qmail 22238 invoked by alias); 18 Jan 2002 11:55:27 -0000 Original-Received: (qmail 22233 invoked from network); 18 Jan 2002 11:55:26 -0000 Original-Received: from unknown (HELO slipsten.extundo.com) (195.42.214.241) by gnus.org with SMTP; 18 Jan 2002 11:55:26 -0000 Original-Received: (from jas@localhost) by slipsten.extundo.com (8.11.6/8.11.6) id g0IBtJO31539; Fri, 18 Jan 2002 12:55:19 +0100 Original-To: Karra In-Reply-To: <87d708dvet.fsf@cs.utah.edu> (Karra's message of "Fri, 18 Jan 2002 11:59:14 +0530") Original-Lines: 18 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/20.7 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42151 Karra writes: > By default, the public keys that are looked up are the based on the > recipient email ids in the message. I want to specify another key > instead (say because I am sending a message to a friend who uses the > same gpg key pair on different acounts). If there is a legit way of > doing this, pray explain it and ignore the rest of this mail. You can specify a `recipients' tag in the MML tag: To: bob@example.org ... <#part sign=pgpmime recipients=alice@example.org> It will be encrypted to alice but sent to bob. There should be key and menu bindings for this, and documentation in english instead of elisp. Maybe tonight.