From e0a73ef7072b61efcebd798423fcbee2a1991679 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 8 Aug 2002 06:22:24 +0000 Subject: Set some default permanent_flags. This is the other cause of bug #28038. 2002-08-08 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (camel_imap_folder_init): Set some default permanent_flags. This is the other cause of bug #28038. (imap_refresh_info): After calling camel_imap_command() with a NULL format value (this is a shortcut to change the current_folder by SELECTing it), call camel_imap_folder_selected(). This may have been why permanent_flags never got set on the folder even after going online in bug #28038. (imap_update_summary): Same here. Also NULL-guard camel_imap_response_free(). svn path=/trunk/; revision=17743 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index ea8e16e36b..6a0b9c8cd4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -3,6 +3,13 @@ * providers/imap/camel-imap-folder.c (camel_imap_folder_init): Set some default permanent_flags. This is the other cause of bug #28038. + (imap_refresh_info): After calling camel_imap_command() with a + NULL format value (this is a shortcut to change the current_folder + by SELECTing it), call camel_imap_folder_selected(). This may have + been why permanent_flags never got set on the folder even after + going online in bug #28038. + (imap_update_summary): Same here. Also NULL-guard + camel_imap_response_free(). 2002-08-07 Jeffrey Stedfast -- cgit v1.2.3