Change spacing of custom setup complete labels.
[modest] / src / gnome / modest-platform.c
index a4817aa..58af847 100644 (file)
@@ -350,7 +350,7 @@ modest_platform_push_email_notification(void)
 }
 
 void 
-modest_platform_on_new_headers_received (TnyList *header_list,
+modest_platform_on_new_headers_received (GList *URI_list,
                                         gboolean show_visual)
 {
        /* TODO: implement this */
@@ -546,7 +546,9 @@ modest_platform_run_folder_details_dialog (GtkWindow *parent_window,
 
 void
 modest_platform_run_header_details_dialog (GtkWindow *parent_window,
-                                          TnyHeader *header)
+                                          TnyHeader *header,
+                                          gboolean async_get_size, 
+                                          TnyMsg *msg)
 {
        GtkWidget *dialog;