From 0ae667a794384246396f2dc903b709e6c6634698 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 18 Oct 2000 03:03:48 +0000 Subject: Remove cached info at the end of the summary when the folder shrinks * providers/imap/camel-imap-folder.c (imap_refresh_info): Remove cached info at the end of the summary when the folder shrinks between sessions. Also remove an untrue comment. * providers/imap/camel-imap-store.c (get_folder): Fix up summary_file to not include the namespace twice. svn path=/trunk/; revision=5974 --- camel/ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 62ee62055e..9a96178ae7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-10-17 Dan Winship + + * providers/imap/camel-imap-folder.c (imap_refresh_info): Remove + cached info at the end of the summary when the folder shrinks + between sessions. Also remove an untrue comment. + + * providers/imap/camel-imap-store.c (get_folder): Fix up + summary_file to not include the namespace twice. + 2000-10-17 Jeffrey Stedfast * camel-mime-part.c (set_header): Encode the header value. @@ -68,7 +77,6 @@ the possibility of not getting a LIST response back for the top level. ->>>>>>> 1.531 2000-10-12 Dan Winship * providers/imap/camel-imap-summary.c: Simple subclass of @@ -118,7 +126,6 @@ (camel-mime-parser.c doesn't use this code because of the MEMPOOL optimization, so nothing was ever actually calling it before.) ->>>>>>> 1.529 2000-10-11 Not Zed * camel-mime-part.h (struct _CamelMimePart): Removed -- cgit