* Added an attribute sent to the msg edit window that specifies that the mail has...
[modest] / src / widgets / modest-msg-edit-window.h
index bbc30d0..ea39433 100644 (file)
@@ -334,6 +334,9 @@ void            modest_msg_edit_window_toggle_find_toolbar (ModestMsgEditWindow
  */
 gboolean        modest_msg_edit_window_is_modified         (ModestMsgEditWindow *window);
 
+gboolean        modest_msg_edit_window_get_sent            (ModestMsgEditWindow *window);
+void            modest_msg_edit_window_set_sent            (ModestMsgEditWindow *window, 
+                                                           gboolean sent);
 
 G_END_DECLS