* Added a first implementation for new messages notifications
[modest] / src / widgets / modest-msg-edit-window.h
index f3fafaa..a0bb82e 100644 (file)
@@ -211,6 +211,15 @@ void                    modest_msg_edit_window_insert_image          (ModestMsgE
 void                    modest_msg_edit_window_attach_file           (ModestMsgEditWindow *window);
 
 /**
+ * modest_msg_edit_window_attach_file_noninteractive:
+ * @self: a #ModestMsgEditWindow
+ *
+ * attach a file to a MsgEditWindow non interactively, 
+ * without file dialog. This is needed by dbus callbacks.
+ */
+void                    modest_msg_edit_window_attach_file_noninteractive           (ModestMsgEditWindow *window, gchar *filename);
+
+/**
  * modest_msg_edit_window_remove_attachments:
  * @self: a #ModestMsgEditWindow
  * @att_list: a #GList of #TnyMimePart
@@ -303,7 +312,15 @@ void            modest_msg_edit_window_select_contacts    (ModestMsgEditWindow *
  */
 gboolean        modest_msg_edit_window_check_names    (ModestMsgEditWindow *window);
 
+/**
+ * modest_msg_edit_window_toggle_find_toolbar:
+ * @window: a #ModestMsgEditWindow
+ * @show: a #gboolean
+ *
+ * Shows/Hides the find toolbar
+ */
+void            modest_msg_edit_window_toggle_find_toolbar (ModestMsgEditWindow *window,
+                                                           gboolean show);
 G_END_DECLS
 
 #endif /* __MODEST_MSG_EDIT_WINDOW_H__ */
-