X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-msg-actions.h;h=ce0c62c336d9e627417470eda33d4c61087e614e;hb=4890451afdc3b006fd724d86035c517478c1aaf2;hp=9e4bb2309501cfeb72f1850da2116e1145101071;hpb=bc7bfc2a42a7fb701a57365c8dfc4b6faa9a03a1;p=modest diff --git a/src/modest-tny-msg-actions.h b/src/modest-tny-msg-actions.h index 9e4bb23..ce0c62c 100644 --- a/src/modest-tny-msg-actions.h +++ b/src/modest-tny-msg-actions.h @@ -31,24 +31,6 @@ #define __MODEST_TNY_MSG_ACTIONS_H__ /** - * modest_tny_msg_actions_quote: - * @self: the message to quote - * @from: the original sender of the message - * @sent_date: the date the original message was sent - * @limit: characters per line limit for the quoted message - * @to_quote: a string to quote instead of the message body - * - * reply-quotes a message or @to_quote if it's not NULL. - - * Note: @from and @sent_date may be eliminated from the API in future versions - * - * Returns: a newly allocated string containing the quoted message - */ -gchar *modest_tny_msg_actions_quote (TnyMsg * self, const gchar * from, - time_t sent_date, gint limit, - const gchar *to_quote); - -/** * modest_tny_msg_actions_find_body_part: * @self: a message * @want_html: prefer HTML-part when there are multiple body parts? @@ -75,10 +57,4 @@ TnyMimePart* modest_tny_msg_actions_find_nth_part (TnyMsg *msg, gint index); gchar* modest_tny_msg_actions_find_body (TnyMsg *self, gboolean want_html); -void modest_tny_msg_actions_copy (TnyHeader *header, TnyFolder *folder); - -void modest_tny_msg_actions_move (TnyHeader *header, TnyFolder *folder); - -void modest_tny_msg_actions_remove (TnyHeader *header); - #endif /* __MODEST_TNY_MSG_ACTIONS_H__ */