9253a67195d3486e905461756aaa0a5fb2cea2d4
[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,
20                                                                         GtkTextBuffer *to_quote);
21
22 #endif /* __MODEST_TNY_MSG_ACTIONS_H__*/