aboutsummaryrefslogtreecommitdiff
path: root/PLUGIN.txt
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-10 06:20:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-10 06:20:13 +0000
commit5a02f159c842e5785373ae08b5dd622b1329e430 (patch)
tree7bb02e910c7352294b3945339a9691053eb7373d /PLUGIN.txt
parent9ef82d971a8262d87e32ae34ab85be8ed9c54224 (diff)
updated PLUGIN.txt.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2666 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'PLUGIN.txt')
-rw-r--r--PLUGIN.txt25
1 files changed, 20 insertions, 5 deletions
diff --git a/PLUGIN.txt b/PLUGIN.txt
index 75f2e765..c5223956 100644
--- a/PLUGIN.txt
+++ b/PLUGIN.txt
@@ -157,6 +157,10 @@ void (* folderview_menu_popup) (GObject *obj, gpointer ifactory);
Emitted on popup of the context menu of FolderView.
-------------------------------------------------------------------------
+void (* summaryview_menu_popup) (GObject *obj, gpointer ifactory);
+
+Emitted on popup of the context menu of SummaryView.
+-------------------------------------------------------------------------
void (* compose_created) (GObject *obj, gpointer compose);
Emitted on creating 'Compose' message composition window.
@@ -225,12 +229,16 @@ It will not be emitted if it is locked by account_update_lock(), though.
-------------------------------------------------------------------------
-Sample plug-in
-==============
+Sample plug-ins
+===============
-There is a sample plug-in at plugin/test. This plug-in will not be installed
-with 'make install'. It is required to enter the directory plugin/test and
-run 'make install-plugin'.
+There is sample plug-ins under the 'plugin' directory.
+These plug-ins will not be installed with 'make install'.
+It is required to enter the directory plugin/* and run
+'make install-plugin'.
+
+Test Plug-in
+------------
The 'test' plug-in has the basic structure of Sylpheed plug-in and the
following process:
@@ -247,6 +255,13 @@ following process:
and exiting, folder view context menu popup, creating and destroying compose
window
+Attachment Tool Plug-in
+-----------------------
+
+This is a plug-in for handling messages with attached files.
+
+See plugin/attachment_tool/README for the details.
+
About license
=============