This commit implements a new handling of image attachments. We follow
[modest] / src / widgets / modest-msg-edit-window.h
index 29353de..bacb0b1 100644 (file)
@@ -86,6 +86,7 @@ typedef enum {
 typedef struct  {
        gchar *from, *to, *cc, *bcc, *subject, *plain_body, *html_body;
        GList *attachments;
+       GList *images;
        TnyHeaderFlags priority_flags;
        TnyMsg *draft_msg;
        gchar *account_name;