aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-07-17 04:46:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-07-17 04:46:19 +0800
commit19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9 (patch)
tree0e3c9eea0e0da8789ccfe4ad6166238babefa9b5 /mail/ChangeLog
parent1dea5ca33880b87d3d0be94867755aa69707a627 (diff)
downloadgsoc2013-evolution-19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9.tar
gsoc2013-evolution-19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9.tar.gz
gsoc2013-evolution-19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9.tar.bz2
gsoc2013-evolution-19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9.tar.lz
gsoc2013-evolution-19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9.tar.xz
gsoc2013-evolution-19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9.tar.zst
gsoc2013-evolution-19ffc6d23e23f6b59f6c62b816647c9e7f9f54e9.zip
We don't have camel_pgp_mime_is_rfc2015_encrypted() anymore so just look
2003-07-16 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (handle_multipart_encrypted): We don't have camel_pgp_mime_is_rfc2015_encrypted() anymore so just look at the protocol for now. (mail_format_data_wrapper_write_to_stream): Updated for the new way camel handles content objects. svn path=/trunk/; revision=21844
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7e64d8979a..b9ace9de54 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -3,6 +3,8 @@
* mail-format.c (handle_multipart_encrypted): We don't have
camel_pgp_mime_is_rfc2015_encrypted() anymore so just look at the
protocol for now.
+ (mail_format_data_wrapper_write_to_stream): Updated for the new
+ way camel handles content objects.
2003-07-15 Federico Mena Quintero <federico@ximian.com>