* src/modest-ui-actions.[ch]:
[modest] / src / gnome / modest-msg-edit-window.c
index 41d1d2e..637d172 100644 (file)
@@ -554,3 +554,21 @@ modest_msg_edit_window_select_contacts (ModestMsgEditWindow *window)
 
        g_message ("not implemented yet %s", __FUNCTION__);
 }
+
+gboolean
+modest_msg_edit_window_check_names (ModestMsgEditWindow *window)
+{
+       g_return_val_if_fail (MODEST_IS_MSG_EDIT_WINDOW (window), FALSE);
+
+       g_message ("not implemented yet %s", __FUNCTION__);
+       return TRUE;
+}
+
+void
+modest_msg_edit_window_set_file_format (ModestMsgEditWindow *window,
+                                       gint file_format)
+{
+       g_return_if_fail (MODEST_IS_MSG_EDIT_WINDOW (window));
+
+       g_message ("not implemented yet %s", __FUNCTION__);
+}