X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fgnome%2Fmodest-platform.c;h=cc9b6a494d890abe30526a87ed4a6f0c0a2cca51;hp=e5cf17f519b41ff0c8fcabcd0ce2d1f970538a8b;hb=6dfdd25404174f69b0b3b5da601b070b4450a047;hpb=02b6ad38a4e0e221276c28d84baa0ff6534443d2 diff --git a/src/gnome/modest-platform.c b/src/gnome/modest-platform.c index e5cf17f..cc9b6a4 100644 --- a/src/gnome/modest-platform.c +++ b/src/gnome/modest-platform.c @@ -320,9 +320,16 @@ modest_platform_get_global_settings_dialog () return modest_gnome_global_settings_dialog_new (); } +void +modest_platform_push_email_notification(void) +{ + /* TODO: implement this */ + g_print ("--------------- NEW MESSAGE ARRIVED ---------------\n"); +} void -modest_platform_on_new_headers_received (TnyList *header_list) +modest_platform_on_new_headers_received (TnyList *header_list, + gboolean show_visual) { /* TODO: implement this */ g_print ("--------------- NEW MESSAGE ARRIVED ---------------\n"); @@ -391,6 +398,7 @@ modest_platform_run_alert_dialog (const gchar* prompt, void modest_platform_connect_and_perform (GtkWindow *parent_window, + gboolean force, TnyAccount *account, ModestConnectedPerformer callback, gpointer user_data) @@ -401,6 +409,7 @@ modest_platform_connect_and_perform (GtkWindow *parent_window, void modest_platform_connect_and_perform_if_network_account (GtkWindow *parent_window, + gboolean force, TnyAccount *account, ModestConnectedPerformer callback, gpointer user_data) @@ -421,7 +430,7 @@ modest_platform_connect_and_perform_if_network_folderstore (GtkWindow *parent_wi void -modest_platform_remove_new_mail_notifications (void) +modest_platform_remove_new_mail_notifications (gboolean only_visuals) { g_message ("NOT IMPLEMENTED %s", __FUNCTION__); }