aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-30 05:23:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-30 05:23:03 +0800
commit4572ee60ec1d8e854fc76fa09f1d670db3e896b7 (patch)
tree81e7697b8a29d09b5398e1bb318592c742092fa8 /camel/ChangeLog
parent8c22a4d62ecd7f626aad583192e361e3658c72ee (diff)
downloadgsoc2013-evolution-4572ee60ec1d8e854fc76fa09f1d670db3e896b7.tar
gsoc2013-evolution-4572ee60ec1d8e854fc76fa09f1d670db3e896b7.tar.gz
gsoc2013-evolution-4572ee60ec1d8e854fc76fa09f1d670db3e896b7.tar.bz2
gsoc2013-evolution-4572ee60ec1d8e854fc76fa09f1d670db3e896b7.tar.lz
gsoc2013-evolution-4572ee60ec1d8e854fc76fa09f1d670db3e896b7.tar.xz
gsoc2013-evolution-4572ee60ec1d8e854fc76fa09f1d670db3e896b7.tar.zst
gsoc2013-evolution-4572ee60ec1d8e854fc76fa09f1d670db3e896b7.zip
Special-case message/rfc822 mime parts - don't set an encoding on these,
2001-08-29 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * 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 <NotZed@Ximian.com>
* providers/pop3/camel-pop3-folder.c (pop3_sync): Add progress