X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-msg.h;h=0c0126a5d13c92636791f1b5a386185b9770fa90;hp=fabbafb1f220bc9b4075cbaba0b44d0d2b9c9218;hb=bc13df76e4593a1510f50d68cb8e7ea0fdecb63d;hpb=2750352537c6500de51af0d12fef36b0b3655501 diff --git a/src/modest-tny-msg.h b/src/modest-tny-msg.h index fabbafb..0c0126a 100644 --- a/src/modest-tny-msg.h +++ b/src/modest-tny-msg.h @@ -234,5 +234,15 @@ modest_tny_msg_get_all_recipients_list (TnyMsg *msg); */ void modest_tny_msg_get_references (TnyMsg *msg, gchar **message_id, gchar **references, gchar **in_reply_to); +/** + * modest_tny_msg_get_attachments_parent: + * @msg: a #TnyMsg + * + * the mime part of the message attachments should be below + * + * Returns: the mime part (ref owned by caller) + */ +TnyMimePart *modest_tny_msg_get_attachments_parent (TnyMsg *msg); + #endif /* __MODEST_TNY_MSG_H__ */