Set some default permanent_flags. This is the other cause of bug #28038.
authorJeffrey Stedfast <fejj@ximian.com>
Thu, 8 Aug 2002 06:22:24 +0000 (06:22 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 8 Aug 2002 06:22:24 +0000 (06:22 +0000)
commit32a87b883f9f2b121d4b3bf1ac1087667254f26e
treea58beae45d05688ff5362f3d75f9cb4a9e91880c
parentf55ed6b5431baece138acf73f4fbaec464cc89f6
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().
camel/ChangeLog
camel/providers/imap/camel-imap-folder.c