[Pgp-tools-commit] r338 - trunk/caff
weasel at alioth.debian.org
weasel at alioth.debian.org
Tue Jul 3 14:08:22 UTC 2007
Author: weasel
Date: 2007-07-03 14:08:21 +0000 (Tue, 03 Jul 2007)
New Revision: 338
Modified:
trunk/caff/caff
Log:
More verbose warning.
Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff 2007-07-03 14:04:58 UTC (rev 337)
+++ trunk/caff/caff 2007-07-03 14:08:21 UTC (rev 338)
@@ -780,7 +780,10 @@
my $reason = $1;
my $keyid = $2;
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>.");
+ warn("Could not encrypt to $keyid, specified in CONFIG{'also-encrypt-to'}.\n".
+ "Try to update the key using gpg --homedir=$GNUPGHOME --import <exported key>\n".
+ "or try the following if you are slightly more daring:\n".
+ " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import");
return;
};
};
More information about the Pgp-tools-commit
mailing list