* ModestAccountMgr: the account manager is just a facade to the configuration...
[modest] / src / widgets / modest-attachments-view.h
index 527e531..5677e85 100644 (file)
@@ -70,9 +70,11 @@ void modest_attachments_view_set_message (ModestAttachmentsView *attachments_vie
 void modest_attachments_view_add_attachment (ModestAttachmentsView *attachments_view, TnyMimePart *part);
 void modest_attachments_view_remove_attachment (ModestAttachmentsView *attachments_view, TnyMimePart *part);
 void modest_attachments_view_remove_attachment_by_id (ModestAttachmentsView *attachments_view, const gchar *att_id);
+GList *modest_attachments_view_get_attachments (ModestAttachmentsView *attachments_view);
 GList *modest_attachments_view_get_selection (ModestAttachmentsView *attachments_view);
 void modest_attachments_view_select_all (ModestAttachmentsView *attachments_view);
 
+gboolean modest_attachments_view_has_attachments (ModestAttachmentsView *attachments_view);
 
 G_END_DECLS