aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-14 07:06:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-14 07:06:31 +0000
commitb7fb2e449b2f2e3749651610f4ae752a71367d94 (patch)
treec0b922bd30bdde7c07e2645c899605845d18ddd9 /src/main.c
parentd74b2239157d36b8b8795c5eda4bc0315a6ec76e (diff)
added syl_plugin_summary_show_queued_msgs() and cleanup the code.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2616 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index df7cec6c..d3a7c94f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1174,6 +1174,7 @@ static void plugin_init(void)
ADD_SYM(summary_get_selection_type);
ADD_SYM(summary_get_selected_msg_list);
ADD_SYM(summary_get_msg_list);
+ ADD_SYM(summary_show_queued_msgs);
ADD_SYM(messageview_create_with_new_window);
ADD_SYM(messageview_show);