From 4572ee60ec1d8e854fc76fa09f1d670db3e896b7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 29 Aug 2001 21:23:03 +0000 Subject: Special-case message/rfc822 mime parts - don't set an encoding on these, 2001-08-29 Jeffrey Stedfast * camel-pgp-mime.c (pgp_mime_part_sign_prepare_part): Special-case message/rfc822 mime parts - don't set an encoding on these, instead traverse into their subparts and set the encodings for those. (pgp_mime_part_sign_restore_part): Reverse any operations done to message/rfc822 parts in the above prepare_part() function and also take a pointer to a GSList of encodings instead of just a GSList so we can properly keep track of which encoding we are on. svn path=/trunk/; revision=12519 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 5e7c413714..db3676d077 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2001-08-29 Jeffrey Stedfast + + * camel-pgp-mime.c (pgp_mime_part_sign_prepare_part): Special-case + message/rfc822 mime parts - don't set an encoding on these, + instead traverse into their subparts and set the encodings for + those. + (pgp_mime_part_sign_restore_part): Reverse any operations done to + message/rfc822 parts in the above prepare_part() function and also + take a pointer to a GSList of encodings instead of just a GSList + so we can properly keep track of which encoding we are on. + 2001-08-29 Not Zed * providers/pop3/camel-pop3-folder.c (pop3_sync): Add progress -- cgit v1.2.3