* auto expand the folder list again; we need to check if this works now.
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 11 Jul 2007 16:15:05 +0000 (16:15 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 11 Jul 2007 16:15:05 +0000 (16:15 +0000)
  Fixes: NB#62355

pmo-trunk-r2713

src/widgets/modest-folder-view.c

index eb9b786..b732660 100644 (file)
@@ -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;