aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
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/main.c
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/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2292a0cf..c3368a29 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1232,6 +1232,11 @@ static void plugin_init(void)
ADD_SYM(alertpanel_message);
ADD_SYM(alertpanel_message_with_disable);
+ ADD_SYM(send_message);
+ ADD_SYM(send_message_queue_all);
+ ADD_SYM(send_message_set_reply_flag);
+ ADD_SYM(send_message_set_forward_flags);
+
syl_plugin_signal_connect("plugin-load", G_CALLBACK(load_cb), NULL);
/* loading plug-ins from user plug-in directory */