* add debugging code to the send-queue and the operations-queue;
[modest] / src / modest-main.c
index 7e5f319..563fe29 100644 (file)
@@ -92,8 +92,7 @@ main (int argc, char *argv[])
        }
 
        if (!show_ui_without_top_application_method) {
-               g_print ("modest: not showing UI\n");
-               g_print ("modest: use 'modest showui' to start with UI\n");
+               g_print ("modest: use 'modest showui' to start from cmdline  with UI\n");
        }       
                
        if (!g_thread_supported())
@@ -152,7 +151,7 @@ main (int argc, char *argv[])
                gtk_widget_show_all (GTK_WIDGET(main_win));
 
                /* Remove new mail notifications if exist */
-               modest_platform_remove_new_mail_notifications ();
+               modest_platform_remove_new_mail_notifications (FALSE);
        }
        
        gtk_main ();
@@ -160,9 +159,6 @@ main (int argc, char *argv[])
 cleanup:
        gdk_threads_leave ();
 
-       /* Remove new mail notifications if exist */
-/*     modest_platform_remove_new_mail_notifications (); */
-
        if (!modest_init_uninit ()) {
                g_printerr ("modest: modest_init_uninit failed\n");
                retval = 1;