[Pgp-tools-commit] r133 - trunk/caff
Peter Palfrader
weasel at costa.debian.org
Tue Jul 19 16:50:49 UTC 2005
Author: weasel
Date: 2005-07-19 16:50:48 +0000 (Tue, 19 Jul 2005)
New Revision: 133
Modified:
trunk/caff/caff
Log:
Change wording for send mail question - maybe it makes at least some people send more
Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff 2005-07-19 12:24:19 UTC (rev 132)
+++ trunk/caff/caff 2005-07-19 16:50:48 UTC (rev 133)
@@ -1083,7 +1083,7 @@
if (!$uid->{'is_uat'} && ($uid->{'text'} =~ /@/)) {
my $address = $uid->{'text'};
$address =~ s/.*<(.*)>.*/$1/;
- if (ask("Send mail to '$address' for $uid->{'text'}?", 1, $CONFIG{'mail'})) {
+ if (ask("Send signature for $uid->{'text'} to '$address'?", 1, $CONFIG{'mail'})) {
my $mail = send_mail($address, $can_encrypt, $longkeyid, $uid, @attached);
my $keydir = "$KEYSBASE/$DATE_STRING";
More information about the Pgp-tools-commit
mailing list