Modified webpage: now tinymail repository is in gitorious.
[modest] / src / modest-mail-operation.h
index 2388479..97c6066 100644 (file)
@@ -397,8 +397,12 @@ void    modest_mail_operation_send_new_mail   (ModestMailOperation *self,
                                               const GList *images_list,
                                               const gchar *references,
                                               const gchar *in_reply_to,
-                                              TnyHeaderFlags priority_flags);
+                                              TnyHeaderFlags priority_flags,
+                                              TnyList *header_pairs);
 
+void modest_mail_operation_send_mail (ModestMailOperation *mail_operation,
+                                     TnyTransportAccount *transport_account,
+                                     TnyMsg *msg);
 
 /**
  * modest_mail_operation_save_to_drafts:
@@ -438,6 +442,7 @@ void modest_mail_operation_save_to_drafts   (ModestMailOperation *self,
                                             TnyHeaderFlags priority_flags,
                                             const gchar *references,
                                             const gchar *in_reply_to,
+                                            TnyList *header_pairs,
                                             SaveToDraftstCallback callback,
                                             gpointer user_data);
 /**