From 769f404db36aa9082ac153c2935f1b7bfe1d3527 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 12 Apr 2001 17:14:20 +0000 Subject: Updated for changes to PGP code. 2001-04-12 Jeffrey Stedfast * mail-accounts.c (pgp_path_changed): Updated for changes to PGP code. * component-factory.c (owner_set_cb): Don't init openpgp anymore because we don't need it. * mail-crypto.c: Simply wrap the camel-pgp-mime functions (also renamed the functions to be prefixed with mail_crypto). * mail-format.c (handle_multipart_signed): Update to use camel_pgp_mime_is_rfc2015_signed() and other camel-pgp-mime functions. (handle_multipart_encrypted): Same but for rfc2015_encrypted. (decode_pgp): Updated to use camel-pgp-context (try_inline_pgp): Updated to use camel-pgp-context's. (try_inline_pgp_sig): Same. svn path=/trunk/; revision=9269 --- mail/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1b9d91bd21..f492ba39a8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,22 @@ +2001-04-12 Jeffrey Stedfast + + * mail-accounts.c (pgp_path_changed): Updated for changes to PGP + code. + + * component-factory.c (owner_set_cb): Don't init openpgp anymore + because we don't need it. + + * mail-crypto.c: Simply wrap the camel-pgp-mime functions (also + renamed the functions to be prefixed with mail_crypto). + + * mail-format.c (handle_multipart_signed): Update to use + camel_pgp_mime_is_rfc2015_signed() and other camel-pgp-mime + functions. + (handle_multipart_encrypted): Same but for rfc2015_encrypted. + (decode_pgp): Updated to use camel-pgp-context + (try_inline_pgp): Updated to use camel-pgp-context's. + (try_inline_pgp_sig): Same. + 2001-04-11 Dan Winship * mail-format.c (handle_text_plain): Only look for special -- cgit v1.2.3