From: Dirk-Jan C. Binnema Date: Wed, 11 Jul 2007 16:15:05 +0000 (+0000) Subject: * auto expand the folder list again; we need to check if this works now. X-Git-Tag: git_migration_finished~2825 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=38c9c20c5e0fbe81dcb67e4cda31f7bb4ed597b1 * auto expand the folder list again; we need to check if this works now. Fixes: NB#62355 pmo-trunk-r2713 --- diff --git a/src/widgets/modest-folder-view.c b/src/widgets/modest-folder-view.c index eb9b786..b732660 100644 --- a/src/widgets/modest-folder-view.c +++ b/src/widgets/modest-folder-view.c @@ -876,7 +876,8 @@ modest_folder_view_on_map (ModestFolderView *self, be a bug, because the INBOX is not selected, but we need to rewrite some parts of Modest to avoid the deathlock situation */ -/* modest_folder_view_select_first_inbox_or_local (self); */ + /* TODO: check if this is still the case */ + modest_folder_view_select_first_inbox_or_local (self); priv->reselect = FALSE; } return FALSE;