aboutsummaryrefslogtreecommitdiff
path: root/src/plugin.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-10-21 09:06:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-10-21 09:06:20 +0000
commitcf23d90b5dea8f6c4372e0a7f79e0dea5893c160 (patch)
tree8697db6ca5a947b7ee0ba62456251a305e398f4b /src/plugin.h
parente89d21dd41fd5bab43cd3d70b735428d3050405e (diff)
added new plug-in functions for sending messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2690 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h11
1 files changed, 11 insertions, 0 deletions
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__ */