From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4416 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.user Subject: Re: Automatic retrieval of certificates (S/MIME) Date: Sat, 05 Feb 2005 12:25:12 +0100 Message-ID: References: <85vf9jw2e2.fsf@news.individual.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670338 23142 80.91.229.2 (31 Jan 2006 01:18:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:18:58 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:44 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: my.nada.kth.se Original-X-Trace: quimby.gnus.org 1107602731 8582 130.237.226.234 (5 Feb 2005 11:25:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 5 Feb 2005 11:25:31 +0000 (UTC) OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050205:gnu.emacs.gnus::fPYsKDvpGoN7kNvh:PUNQ User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:rxgI/d1VzZ3UjAa0ydQ8nAqBM48= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4557 Original-Lines: 28 X-Gnus-Article-Number: 4557 Tue Jan 17 17:33:44 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4416 Archived-At: david.goldberg6@verizon.net (David S. Goldberg) writes: > I also find it annoying to have to type my passphrase twice per > message. I keep hearing that gpg will soon support s/mime. It supposedly already does, but I haven't gotten it to work completely enough to write an Emacs interface for it. > If/when that happens, would the pgg interface then take care of > this? No, but a separate Gnus<->gpgsmime interface could be written. Also, the current smime.el could perhaps be extended to use password.el to do password caching. >> You can specify the key/cert in the MML tags, if that is what you >> meant. See 'MML Definition' in the Emacs MIME manual. You can say, >> e.g.: > >> <#part sign=smime keyfile="~/cacert.user.key"> > > I use <#multipart> which ends up being a complete replacement the > <#secure> tag in that the signature applies to the entire message. > I've never got the <#secure> tat to work if there are multiple > recipients. It might be a bug.