aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-06 08:12:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-06 08:12:20 +0000
commit99bac05ea5d0dc7a7aefdfe1e6066c31170824cb (patch)
tree22d16310ef202ade10133651a9bd7753ed055cac /src/main.c
parent3ae0b30d7ebba63f15ef7b9ec0aff2a4c8b19e41 (diff)
added new plug-in APIs for manipulating the summary view popup menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2601 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index fa725de5..97667b18 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1159,6 +1159,8 @@ static void plugin_init(void)
mainwin->folderview->news_factory);
syl_plugin_add_symbol("summaryview", mainwin->summaryview);
+ syl_plugin_add_symbol("summaryview_popup_factory",
+ mainwin->summaryview->popupfactory);
ADD_SYM(summary_select_by_msgnum);
ADD_SYM(summary_select_by_msginfo);