[Pgp-tools-commit] r337 - trunk/caff

weasel at alioth.debian.org weasel at alioth.debian.org
Tue Jul 3 14:04:58 UTC 2007


Author: weasel
Date: 2007-07-03 14:04:58 +0000 (Tue, 03 Jul 2007)
New Revision: 337

Modified:
   trunk/caff/caff
Log:
And fix a code typo

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2007-07-03 14:04:19 UTC (rev 336)
+++ trunk/caff/caff	2007-07-03 14:04:58 UTC (rev 337)
@@ -779,7 +779,7 @@
 			    (defined $CONFIG{'also-encrypt-to'})) {
 				my $reason = $1;
 				my $keyid = $2;
-				if (grep { %_ eq $keyid } @{$CONFIG{'also-encrypt-to'}}) {
+				if (grep { $_ eq $keyid } @{$CONFIG{'also-encrypt-to'}}) {
 					warn("Could not encrypt to $keyid, specified in CONFIG{'also-encrypt-to'}.  Try to update the key using gpg --homedir=\$HOME/caff/gnupghome --import <exported key>.");
 					return;
 				};




More information about the Pgp-tools-commit mailing list