aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations/org-gnome-exchange-operations.eplug.in')
-rw-r--r--plugins/exchange-operations/org-gnome-exchange-operations.eplug.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
index b7cee95bcb..591a453728 100644
--- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
+++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
@@ -8,6 +8,7 @@
name="Exchange Operations">
<author name="Sushma Rai" email="rsushma@novell.com"/>
<author name="Praveen Kumar" email="kpraveen@novell.com"/>
+ <author name="Shakti Sen" email="shprasad@novell.com"/>
<description>A plugin that handles a collection of Exchange account specific operations and features.</description>
<hook class="org.gnome.evolution.mail.config:1.0">
@@ -70,6 +71,21 @@
factory="e_exchange_contacts_pcontacts"/>
</group>
</hook>
+ <hook class="org.gnome.evolution.mail.popup:1.0">
+ <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder" factory = "org_gnome_exchange_folder_permissions">
+ </menu>
+ </hook>
+ <hook class="org.gnome.evolution.mail.bonobomenu:1.0">
+ <menu id="org.gnome.evolution.mail.browser" target="select">
+ <ui file="@PLUGINDIR@/org-gnome-folder-permissions.xml"/>
+ <item
+ type="item"
+ verb="CheckFolderPermission"
+ path="/commands/CheckFolderPermission"
+ enable="all"
+ activate="org_gnome_exchange_menu_folder_permissions"/>
+ </menu>
+ </hook>
</e-plugin>
</e-plugin-list>