X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-mailboxes-window.c;h=37d7c5dded5056aaf44ce9be41dc825d091a71de;hp=dbf8fa40944c85853eecda96a1e5e967df80e6f8;hb=3d6c2eb07bcd2c9063d9c73c27d6ead2264598af;hpb=498f4ad7afce6a5320beadf565a67547381d04e6 diff --git a/src/hildon2/modest-mailboxes-window.c b/src/hildon2/modest-mailboxes-window.c index dbf8fa4..37d7c5d 100644 --- a/src/hildon2/modest-mailboxes-window.c +++ b/src/hildon2/modest-mailboxes-window.c @@ -307,6 +307,9 @@ modest_mailboxes_window_new (const gchar *account) accel_key, accel_mods, 0); gtk_window_add_accel_group (GTK_WINDOW (self), accel_group); + modest_folder_view_set_filter (MODEST_FOLDER_VIEW (priv->folder_view), + MODEST_FOLDER_VIEW_FILTER_SHOW_ONLY_MAILBOXES); + modest_mailboxes_window_set_account (MODEST_MAILBOXES_WINDOW (self), account); return MODEST_WINDOW(self);