* fixed bug which crashed modest after sending an email with attachment(s). The attac...
[modest] / src / modest-tny-transport-actions.h
index 0bc2801..4e32062 100644 (file)
@@ -62,7 +62,8 @@ gboolean modest_tny_transport_actions_send_message (ModestTnyTransportActions *s
                                                    const gchar *cc,
                                                    const gchar *bcc,
                                                    const gchar *subject,
-                                                   const gchar *body);
+                                                   const gchar *body,
+                                                   const GList *attachments_list);
 
 G_END_DECLS