* src/widgets/modest-folder-view.c:
[modest] / src / widgets / modest-msg-view.h
index ce02e1d..0d73921 100644 (file)
@@ -113,7 +113,8 @@ void         modest_msg_view_set_message  (ModestMsgView *self, TnyMsg *tny_msg)
  * modest_msg_view_set_message
  * @self: a ModestMsgView instance
  *
- * get the @tny_msg e-mail message.
+ * gets a new reference the #TnyMsg of the message view. The caller
+ * must free the new reference
  *
  * Returns: the message or NULL
  */
@@ -133,6 +134,9 @@ gdouble modest_msg_view_get_zoom (ModestMsgView *self);
 TnyHeaderFlags modest_msg_view_get_priority (ModestMsgView *self);
 void modest_msg_view_set_priority (ModestMsgView *self, TnyHeaderFlags flags);
 GList *modest_msg_view_get_selected_attachments (ModestMsgView *self);
+GList *modest_msg_view_get_attachments (ModestMsgView *self);
+void modest_msg_view_grab_focus (ModestMsgView *self);
+void modest_msg_view_remove_attachment (ModestMsgView *view, TnyMimePart *attachment);
 
 
 G_END_DECLS