aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7248747f..086a7bc2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1130,6 +1130,17 @@ static void plugin_init(void)
syl_plugin_add_symbol("folderview", mainwin->folderview);
syl_plugin_add_symbol("folderview_get_selected_item",
folderview_get_selected_item);
+ syl_plugin_add_symbol("folderview_check_new", folderview_check_new);
+ syl_plugin_add_symbol("folderview_check_new_item",
+ folderview_check_new_item);
+ syl_plugin_add_symbol("folderview_check_new_all",
+ folderview_check_new_all);
+ syl_plugin_add_symbol("folderview_update_item", folderview_update_item);
+ syl_plugin_add_symbol("folderview_update_item_foreach",
+ folderview_update_item_foreach);
+ syl_plugin_add_symbol("folderview_update_all_updated",
+ folderview_update_all_updated);
+
syl_plugin_add_symbol("folderview_mail_popup_factory",
mainwin->folderview->mail_factory);
syl_plugin_add_symbol("folderview_imap_popup_factory",