Make the sidebar live in a proper independent window.
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index 60c51bb..7be391f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -453,7 +453,7 @@ int main (int argc, char **argv)
     mx_set_magic (newMagic);
 
   if (!option(OPTNOCURSES)) {
-      curses_install();
+      ui_layout_init();
   }
 
   /* Create the Maildir directory if it doesn't exist. */