X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-msg.h;h=5166b88ebb1ecacb324aa62fe5343d22df97be5e;hp=d443a535941f3dbce01e92c6122ad046f3412978;hb=84c2681caafc791433135f704227111272e45203;hpb=6ebc6537c48c6a4be79c3f44c1b49f803257ef3f diff --git a/src/modest-tny-msg.h b/src/modest-tny-msg.h index d443a53..5166b88 100644 --- a/src/modest-tny-msg.h +++ b/src/modest-tny-msg.h @@ -130,6 +130,7 @@ gchar* modest_tny_msg_get_body (TnyMsg *self, gboolean want_html); * modest_tny_msg_create_forward_msg: * @msg: a valid #TnyMsg instance * @from: the sender of the forwarded mail + * @signature: signature to attach to the reply * @forward_type: the type of formatting used to create the forwarded message * * Creates a forwarded message from an existing one @@ -138,12 +139,14 @@ gchar* modest_tny_msg_get_body (TnyMsg *self, gboolean want_html); **/ TnyMsg* modest_tny_msg_create_forward_msg (TnyMsg *msg, const gchar *from, + const gchar *signature, ModestTnyMsgForwardType forward_type); /** * modest_tny_msg_create_reply_msg: * @msg: a valid #TnyMsg instance * @from: the sender of the forwarded mail + * @signature: signature to add to the reply message * @reply_type: the type of formatting used to create the reply message * @reply_mode: the mode of reply: to the sender only, to a mail list or to all * @@ -153,6 +156,7 @@ TnyMsg* modest_tny_msg_create_forward_msg (TnyMsg *msg, **/ TnyMsg* modest_tny_msg_create_reply_msg (TnyMsg *msg, const gchar *from, + const gchar *signature, ModestTnyMsgReplyType reply_type, ModestTnyMsgReplyMode reply_mode);