Added support for setting References and In-Reply-To: mime fields
[modest] / src / widgets / modest-msg-edit-window.h
index 94a6898..4012ac9 100644 (file)
@@ -97,6 +97,7 @@ typedef enum {
  */
 typedef struct  {
        gchar *from, *to, *cc, *bcc, *subject, *plain_body, *html_body;
+       gchar *references, *in_reply_to;
        GList *attachments;
        GList *images;
        TnyHeaderFlags priority_flags;