From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36173 Path: main.gmane.org!not-for-mail From: Monty Taylor Newsgroups: gmane.emacs.gnus.general Subject: Re: gpg 1.0.5 Date: 09 May 2001 18:11:18 -0400 Sender: Monty Taylor Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1035171803 7151 80.91.224.250 (21 Oct 2002 03:43:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:43:23 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 20873 invoked by alias); 9 May 2001 22:12:56 -0000 Original-Received: (qmail 20868 invoked from network); 9 May 2001 22:12:56 -0000 Original-Received: from mail.cimedia.com (208.147.172.2) by gnus.org with SMTP; 9 May 2001 22:12:56 -0000 Original-Received: from pandora (mail@prv-dhcp-51.cimedia.com [172.16.1.53]) by mail.cimedia.com (8.8.8/8.8.8) with ESMTP id SAA21700; Wed, 9 May 2001 18:10:22 -0400 (EDT) Original-Received: from mordred by pandora with local (Exim 3.22 #1 (Debian)) id 14xcEx-000104-00; Wed, 09 May 2001 18:15:27 -0400 Original-To: Kevin Falcone In-Reply-To: (Kevin Falcone's message of "09 May 2001 15:12:06 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.102 Original-Lines: 47 Xref: main.gmane.org gmane.emacs.gnus.general:36173 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36173 --=-=-= Content-Transfer-Encoding: quoted-printable Kevin Falcone writes: > >>>>> "NP" =3D=3D Nick Papadonis writes: >=20 > NP> Monty Taylor writes: > >> Nick Papadonis writes: > >>=20 > >> > Is anyone using gpg 1.0.5, gnus oort .3, and mailcrupt 3.5.5 > >> > together sucessfully? > >>=20 > >>=20 > >> Mmmm... OK. No, it's not working. It can't seem to find my secret > >> key. I'm now curious myself. Thoughts anyone?=20 > >>=20 >=20 > NP> This was the problem I encountered. >=20 > Someone suggested the following patch to mailcrypt to match the extra > data now returned by gpg-1.0.5 >=20 > --- mc-gpg.el~ Thu May 3 22:28:26 2001 > +++ mc-gpg.el Thu May 3 22:29:55 2001 > @@ -319,7 +319,7 @@ > (if (string=3D str "***** CONVENTIONAL *****") nil > (let ((result (cdr-safe (assoc str mc-gpg-key-cache))) > (key-regexp > - "^\\(sec\\|pub\\):[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:= [^:]*:[^:]*:\\([^:]*\\)::[^:]*:$" > + "^\\(sec\\|pub\\):[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:= [^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:$" > ) > (obuf (current-buffer)) > buffer) > Here's what seems to have made it into mailcrypt Debian packages. And works for me... (if (string=3D str "***** CONVENTIONAL *****") nil (let ((result (cdr-safe (assoc str mc-gpg-key-cache))) (key-regexp "^\\(sec\\|pub\\):[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:[^= :]*:[^:]*:\\([^:]*\\):" ) (obuf (current-buffer)) buffer) Thanks! Monty --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard iD8DBQE6+cF92Jv7/VK1RgERApC1AJ98HFBiJU6g6Jjpe9CtIhWo6QPnVwCeI2Ud /pcMaDZlKgIEDy5HX0rp14Y= =WNz6 -----END PGP MESSAGE----- --=-=-=--