d3fc4965136c20f1ca180ec562a795d1175ebe88
[modest] / src / modest-tny-msg-actions.h
1 /* modest-tny-msg-actions.h */
2 /* insert (c)/licensing information) */
3
4 #ifndef __MODEST_TNY_MSG_ACTIONS_H__
5 #define __MODEST_TNY_MSG_ACTIONS_H__
6
7 /* public */
8
9 /**
10  * modest_tny_msg_actions_quote:
11  * @self: the message to quote
12  * 
13  * Returns: a string containing the quoted message
14  */
15
16 gchar *modest_tny_msg_actions_quote (const TnyMsgIface * self,
17                                      const gchar * from,
18                                      time_t sent_date,
19                                      gint limit, char *to_quote);
20
21 TnyMsgMimePartIface *modest_tny_msg_actions_find_body_part (TnyMsgIface * self,
22                                                             const gchar * mime_type);
23
24 #endif /* __MODEST_TNY_MSG_ACTIONS_H__ */