aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-06 04:59:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-06 04:59:31 +0000
commit9aa60b8ee830c9ecce85ba76bbd57085ef8bddb5 (patch)
tree4da74e9d3b12af411a6c05f8149121b1ac72cc17 /src/main.c
parentee3bcbc5320363b0d2582f6ca00c888a88d9539c (diff)
added <IMAPFolder> and <NewsFolder> to parent factory.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2336 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5efdcbbe..e2913940 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1100,6 +1100,10 @@ static void plugin_init(void)
folderview_get_selected_item);
syl_plugin_add_symbol("folderview_mail_popup_factory",
mainwin->folderview->mail_factory);
+ syl_plugin_add_symbol("folderview_imap_popup_factory",
+ mainwin->folderview->imap_factory);
+ syl_plugin_add_symbol("folderview_news_popup_factory",
+ mainwin->folderview->news_factory);
syl_plugin_add_symbol("summaryview", mainwin->summaryview);
syl_plugin_add_symbol("summary_select_by_msgnum",