diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-26 23:47:08 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-26 23:47:08 +0800 |
commit | 91e0ec52dfbf24a381fe1fdabd05338b10c17ed2 (patch) | |
tree | 1b74d959e0314815ace66e25d265bef0e653b763 /mail/ChangeLog | |
parent | c92c8b1fe42d8b4aa229b6be0172844a9a4a8bee (diff) | |
download | gsoc2013-evolution-91e0ec52dfbf24a381fe1fdabd05338b10c17ed2.tar.gz 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/ChangeLog | 11 |
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. |