aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-04 04:33:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-04 04:33:31 +0000
commitd30b5beac178c969600a3c8f87892cbef19735a9 (patch)
treef2584482ed786af9a14419d7bf43b63f1b4482f1 /src/main.c
parent688b75f588c9b0ca6c48316ed028e39da04d31c7 (diff)
added summary_get_current_folder().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2655 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 6f9c25ab..234c9a0b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1177,6 +1177,7 @@ static void plugin_init(void)
ADD_SYM(summary_write_lock);
ADD_SYM(summary_write_unlock);
ADD_SYM(summary_is_write_locked);
+ ADD_SYM(summary_get_current_folder);
ADD_SYM(summary_get_selection_type);
ADD_SYM(summary_get_selected_msg_list);
ADD_SYM(summary_get_msg_list);