From 0a45b2998b757513847fd35aa88396a88d3aac8a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 25 Aug 2000 17:09:39 +0000 Subject: Implemented PGP 2.x encryption. We only need to get the passphrase if we 2000-08-25 Jeffrey Stedfast * mail-crypto.c (mail_crypto_openpgp_encrypt): Implemented PGP 2.x encryption. We only need to get the passphrase if we plan to sign the text, otherwise we don't need to worry about getting the passphrase. svn path=/trunk/; revision=5035 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 07b93370e0..fed4ebcd20 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-08-25 Jeffrey Stedfast + + * mail-crypto.c (mail_crypto_openpgp_encrypt): Implemented PGP 2.x + encryption. We only need to get the passphrase if we plan to sign + the text, otherwise we don't need to worry about getting the + passphrase. + 2000-08-24 Lauris Kaplinski * folder-browser.c: Use e_utf8 wrappers -- cgit