diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-26 01:09:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-26 01:09:39 +0800 |
commit | 0a45b2998b757513847fd35aa88396a88d3aac8a (patch) | |
tree | 1b2d3a8a4da6017b343ce113ad972196aba4ca55 /mail/ChangeLog | |
parent | 07e48b1c42e824f094d87e64017d466d9886c570 (diff) | |
download | gsoc2013-evolution-0a45b2998b757513847fd35aa88396a88d3aac8a.tar gsoc2013-evolution-0a45b2998b757513847fd35aa88396a88d3aac8a.tar.gz gsoc2013-evolution-0a45b2998b757513847fd35aa88396a88d3aac8a.tar.bz2 gsoc2013-evolution-0a45b2998b757513847fd35aa88396a88d3aac8a.tar.lz gsoc2013-evolution-0a45b2998b757513847fd35aa88396a88d3aac8a.tar.xz gsoc2013-evolution-0a45b2998b757513847fd35aa88396a88d3aac8a.tar.zst gsoc2013-evolution-0a45b2998b757513847fd35aa88396a88d3aac8a.zip |
Implemented PGP 2.x encryption. We only need to get the passphrase if we
2000-08-25 Jeffrey Stedfast <fejj@helixcode.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <fejj@helixcode.com> + + * 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 <lauris@helixcode.com> * folder-browser.c: Use e_utf8 wrappers |