aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml
diff options
context:
space:
mode:
authorVeerapuram Varadhan <vvaradan@src.gnome.org>2007-01-23 02:58:03 +0800
committerVeerapuram Varadhan <vvaradan@src.gnome.org>2007-01-23 02:58:03 +0800
commitd6323f8303add9ec85e1f51d0ad8c5e804f2f50d (patch)
treeab67352723d079186d28a618ff52a4d2fe108016 /plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml
parent7f17eb8d4d9baa2c942e9dd64f319c6c6107b5a8 (diff)
downloadgsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.gz
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.bz2
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.lz
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.xz
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.tar.zst
gsoc2013-evolution-d6323f8303add9ec85e1f51d0ad8c5e804f2f50d.zip
Glade file for exchange send options . Added a hook for implementing send
* exchange-send-options.glade :Glade file for exchange send options . * org-gnome-exchange-operations.eplug.xml :Added a hook for implementing send options . * exchange-mail-send-options.c :Contains code for invoking the dialog and processing the data received and destroying the dialog . * exchange-send-options.[c,h] :Contains the GType for exchange send options dialog . svn path=/trunk/; revision=33137
Diffstat (limited to 'plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml')
-rw-r--r--plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml
index 2c43856ca2..eddf713e12 100644
--- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml
+++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml
@@ -9,6 +9,7 @@
<author name="Sushma Rai" email="rsushma@novell.com"/>
<author name="Praveen Kumar" email="kpraveen@novell.com"/>
<author name="Shakti Sen" email="shprasad@novell.com"/>
+ <author name="Raghavendran R" email="raghavguru7@gmail.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">
@@ -213,6 +214,13 @@
factory="org_gnome_exchange_show_folder_size_factory"/>
</group>
</hook>
-
+ <hook class="org.gnome.evolution.mail.events:1.0">
+ <event
+ id="composer.selectsendoption"
+ handle="org_gnome_exchange_send_options"
+ target="composer"
+ enable="sendoption"
+ />
+ </hook>
</e-plugin>
</e-plugin-list>