diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-30 05:29:52 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-30 05:29:52 +0800 |
commit | a036c22b744939540ce776e76826f215cf7d81a2 (patch) | |
tree | 18e4f90d1cf20d4a9b1433c909d1b903d39be650 /camel/ChangeLog | |
parent | 4572ee60ec1d8e854fc76fa09f1d670db3e896b7 (diff) | |
download | gsoc2013-evolution-a036c22b744939540ce776e76826f215cf7d81a2.tar.gz gsoc2013-evolution-a036c22b744939540ce776e76826f215cf7d81a2.tar.zst gsoc2013-evolution-a036c22b744939540ce776e76826f215cf7d81a2.zip |
fix smime the same way...
svn path=/trunk/; revision=12520
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index db3676d077..83abccbe9e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2001-08-29 Jeffrey Stedfast <fejj@ximian.com> + * camel-smime-context.c (smime_sign_prepare): Do the same here as + what we did in the pgp code a moment ago. + (smime_sign_restore): And again here. + (smime_sign): And update thise code to pass in the address of the + encodings list when restoring parts. + * 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 @@ -8,6 +14,8 @@ 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. + (camel_pgp_mime_part_sign): Pass in the address to the encodings + list when restoring parts. 2001-08-29 Not Zed <NotZed@Ximian.com> |