aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-21 06:08:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-21 06:08:37 +0000
commit441b184056b95fcf0ce22a1f61c7e8ce779949cc (patch)
tree5aafb212cfe30532551871503d8fca9054b14502 /src/main.c
parent596eb7f3b00034bbc0a8b1001c2ca6c8743312d0 (diff)
added new plug-in APIs for compose window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2436 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 65a0e475..d250cedc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1125,6 +1125,13 @@ static void plugin_init(void)
messageview_create_with_new_window);
syl_plugin_add_symbol("messageview_show", messageview_show);
+ syl_plugin_add_symbol("compose_new", compose_new);
+ syl_plugin_add_symbol("compose_entry_set", compose_entry_set);
+ syl_plugin_add_symbol("compose_entry_append", compose_entry_append);
+ syl_plugin_add_symbol("compose_entry_get_text", compose_entry_get_text);
+ syl_plugin_add_symbol("compose_lock", compose_lock);
+ syl_plugin_add_symbol("compose_unlock", compose_unlock);
+
syl_plugin_add_symbol("foldersel_folder_sel",
foldersel_folder_sel);
syl_plugin_add_symbol("foldersel_folder_sel_full",