diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-08 14:22:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-08 14:22:24 +0800 |
commit | e0a73ef7072b61efcebd798423fcbee2a1991679 (patch) | |
tree | 38642c87e9f6a2b21dcd0cdeae1d34dd0aec8625 /camel/ChangeLog | |
parent | d5d4d529b2df76fddbaf4ac713e8f26ebc1f1815 (diff) | |
download | gsoc2013-evolution-e0a73ef7072b61efcebd798423fcbee2a1991679.tar gsoc2013-evolution-e0a73ef7072b61efcebd798423fcbee2a1991679.tar.gz gsoc2013-evolution-e0a73ef7072b61efcebd798423fcbee2a1991679.tar.bz2 gsoc2013-evolution-e0a73ef7072b61efcebd798423fcbee2a1991679.tar.lz gsoc2013-evolution-e0a73ef7072b61efcebd798423fcbee2a1991679.tar.xz gsoc2013-evolution-e0a73ef7072b61efcebd798423fcbee2a1991679.tar.zst gsoc2013-evolution-e0a73ef7072b61efcebd798423fcbee2a1991679.zip |
Set some default permanent_flags. This is the other cause of bug #28038.
2002-08-08 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <fejj@ximian.com> |