From cf23d90b5dea8f6c4372e0a7f79e0dea5893c160 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 21 Oct 2010 09:06:20 +0000 Subject: added new plug-in functions for sending messages. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2690 ee746299-78ed-0310-b773-934348b2243d --- src/plugin.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/plugin.h') diff --git a/src/plugin.h b/src/plugin.h index 23bbb485..4d0ea5df 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -271,4 +271,15 @@ gint syl_plugin_alertpanel_message_with_disable (const gchar *title, const gchar *message, gint type); +/* Send message */ +gint syl_plugin_send_message (const gchar *file, + PrefsAccount *ac, + GSList *to_list); +gint syl_plugin_send_message_queue_all (FolderItem *queue, + gboolean save_msgs, + gboolean filter_msgs); +gint syl_plugin_send_message_set_reply_flag (const gchar *reply_target, + const gchar *msgid); +gint syl_plugin__send_message_set_forward_flags (const gchar *forward_targets); + #endif /* __PLUGIN_H__ */ -- cgit v1.2.3