From 8ff3a3a595a1cd9ae6e9d37be83b0f231e3dc9e5 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 31 Jul 2002 05:54:30 +0000 Subject: Added global cameldatacache for managing remote image cache. 2002-07-31 Not Zed * mail-display.c: Added global cameldatacache for managing remote image cache. (fetch_remote): Lookup data in cache first, use that if available, or setup a new cache item. (fetch_data): Write any retrieved data to cache as well as html stream. (fetch_free): Unref cache stream. (fetch_done): (fetch_cancel): If failed/cancelled, remove cache items so they dont foul the result. Probably need a header in cache items to guarantee this, but this is ok for now. (mail_display_class_init): Setup cache structure. Also ensure globals are initialised at-most once. svn path=/trunk/; revision=17652 --- mail/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 491ece9440..70b8b6b8e7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2002-07-31 Not Zed + + * mail-display.c: Added global cameldatacache for managing remote + image cache. + (fetch_remote): Lookup data in cache first, use that if available, + or setup a new cache item. + (fetch_data): Write any retrieved data to cache as well as html + stream. + (fetch_free): Unref cache stream. + (fetch_done): + (fetch_cancel): If failed/cancelled, remove cache items so they + dont foul the result. Probably need a header in cache items to + guarantee this, but this is ok for now. + (mail_display_class_init): Setup cache structure. Also ensure + globals are initialised at-most once. + 2002-07-30 Radek Doulik * mail-config.c (mail_config_signature_set_name): save signature -- cgit