cac2412932
The purpose of pgpenvelope is to allow easy use of GnuPG to encrypt/sign/decrypt/verify messages using Pine's send- ing/displaying filters. Simply make the appropriate filter entries in one's Pine configuration, and run Pine as normal. When sending mail, choose the pgpenvelope_encrypt filter. Additionally, one can use it as a procmail filter.
17 lines
490 B
Text
17 lines
490 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/01/10 18:24:31 tv Exp $
|
|
|
|
--- lib/PGPEnvelope/Keyring.pm.orig Fri Aug 15 14:39:25 2003
|
|
+++ lib/PGPEnvelope/Keyring.pm
|
|
@@ -57,9 +57,9 @@ sub import_keys
|
|
stdout => $newfh,
|
|
);
|
|
|
|
- $self->gnupg->recv_keys( handles => $handles,
|
|
- gnupg_command_args => [ @key_ids ],
|
|
- );
|
|
+ $self->gnupg->search_keys( handles => $handles,
|
|
+ gnupg_command_args => [ @key_ids ],
|
|
+ );
|
|
wait;
|
|
}
|
|
|