2007-04-30 Murray Cumming <murrayc@murrayc.com>
[modest] / src / modest-ui-actions.h
index dea3449..5341e71 100644 (file)
@@ -134,6 +134,9 @@ void     modest_ui_actions_on_msg_recpt_activated   (ModestMsgView *msgview, con
 
 void     modest_ui_actions_on_send                     (GtkWidget *widget,
                                                        ModestMsgEditWindow *edit_window);
+void     modest_ui_actions_on_save_to_drafts           (GtkWidget *widget, 
+                                                       ModestMsgEditWindow *edit_window);
+
 
 void     modest_ui_actions_on_toggle_bold              (GtkToggleAction *action,
                                                        ModestMsgEditWindow *window);
@@ -157,6 +160,9 @@ void     modest_ui_actions_on_select_editor_background_color      (GtkAction *ac
 void     modest_ui_actions_on_insert_image             (GtkAction *action,
                                                        ModestMsgEditWindow *window);
 
+/* TODO: Is there a better place for this? */
+void do_send_receive (ModestWindow *win);
+
 void    modest_ui_actions_on_send_receive              (GtkAction *action, ModestWindow *win);
 
 void     modest_ui_actions_on_new_folder               (GtkAction *action,