2007-06-03 Johannes Schmid <johannes.schmid@openismus.com>
[modest] / src / gnome / modest-platform.c
index c0a9a21..5e78371 100644 (file)
@@ -208,3 +208,18 @@ modest_platform_get_global_settings_dialog ()
 {
        return modest_gnome_global_settings_dialog_new ();
 }
+
+void 
+modest_platform_on_new_msg (void)
+{
+       /* TODO: implement this */
+       g_print ("--------------- NEW MESSAGE ARRIVED ---------------\n");
+}
+
+
+
+gboolean
+modest_platform_show_help (GtkWidget *widget, const gchar *help_id)
+{
+       return TRUE; /* TODO */
+}