aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-03-26 23:47:08 +0800
committerDan Winship <danw@src.gnome.org>2001-03-26 23:47:08 +0800
commit91e0ec52dfbf24a381fe1fdabd05338b10c17ed2 (patch)
tree1b74d959e0314815ace66e25d265bef0e653b763 /mail/ChangeLog
parentc92c8b1fe42d8b4aa229b6be0172844a9a4a8bee (diff)
downloadgsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.tar
gsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.tar.gz
gsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.tar.bz2
gsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.tar.lz
gsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.tar.xz
gsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.tar.zst
gsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.zip
Make fake content-id URLs be guaranteed unique: the old way (with %p on
* mail-format.c (get_cid): Make fake content-id URLs be guaranteed unique: the old way (with %p on the CamelMimePart *) would generate duplicates if memory was freed and re-allocated the right way. * mail-display.c (pixbuf_gen_idle, etc): Make the thumbnail cache global rather than per-MailDisplay, since content-ids ought to be globally unique. Also, don't leak content-id strings when the pixbuf generation fails, and remove pixbufs from the cache after 5 minutes. svn path=/trunk/; revision=8944
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1d96a3f937..f2ba5e62ff 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2001-03-26 Dan Winship <danw@ximian.com>
+ * mail-format.c (get_cid): Make fake content-id URLs be guaranteed
+ unique: the old way (with %p on the CamelMimePart *) would
+ generate duplicates if memory was freed and re-allocated the right
+ way.
+
+ * mail-display.c (pixbuf_gen_idle, etc): Make the thumbnail cache
+ global rather than per-MailDisplay, since content-ids ought to be
+ globally unique. Also, don't leak content-id strings when the
+ pixbuf generation fails, and remove pixbufs from the cache after 5
+ minutes.
+
* component-factory.c (mail_load_storages): Simplify a bit using
camel_session_get_provider.