X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-msg-actions.h;h=bed606aa2ae4f1442066c15041eeec302a807be9;hp=44a02ecd5d6931a901444ba08a0444ed50904e9a;hb=62d983888e426a7c4c483fc16f6a4ded65e583e3;hpb=9ad90e9053e1e0cc87885f714f513061ac734632 diff --git a/src/modest-tny-msg-actions.h b/src/modest-tny-msg-actions.h index 44a02ec..bed606a 100644 --- a/src/modest-tny-msg-actions.h +++ b/src/modest-tny-msg-actions.h @@ -70,7 +70,9 @@ TnyMimePart *modest_tny_msg_actions_find_body_part (TnyMsg * self, gboolean want * * Returns: the TnyMsgMimePart for the found part, or NULL if no matching part is foundi; must be unref'd */ -TnyMimePart * modest_tny_msg_actions_find_nth_part (TnyMsg *msg, gint index); +TnyMimePart* modest_tny_msg_actions_find_nth_part (TnyMsg *msg, gint index); +gchar* modest_tny_msg_actions_find_body (TnyMsg *self, gboolean want_html); + #endif /* __MODEST_TNY_MSG_ACTIONS_H__ */