aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
diff options
context:
space:
mode:
authorAkhil Laddha <lakhil@src.gnome.org>2008-05-19 12:19:22 +0800
committerAkhil Laddha <lakhil@src.gnome.org>2008-05-19 12:19:22 +0800
commit7ea3da7607895f327690fdd03ec4608677ec62b4 (patch)
tree2a19dd6cc18f3293cee0093c12cbaeadda3e91f5 /plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
parentbb8a109032df2f41f7dc677501f95ca4d7b9a0af (diff)
downloadgsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.gz
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.bz2
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.lz
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.xz
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.zst
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.zip
Committing on behalf of Ashish Shrivastava <shashish@novell.com>
Commit for Custom header support svn path=/trunk/; revision=35510
Diffstat (limited to 'plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml')
-rw-r--r--plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml b/plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
new file mode 100644
index 0000000000..055acc1030
--- /dev/null
+++ b/plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<e-plugin-list>
+ <e-plugin id="org.gnome.evolution.email-custom-header" type="shlib" _name="Custom Header"
+ location="@PLUGINDIR@/liborg-gnome-email-custom-header@SOEXT@">
+
+ <author name="Ashish Shrivastava" email="shashish@novell.com"/>
+ <!-- For Translators: 'custom header' string is used while adding a new message header to outgoing message, to specify what value for the message header would be added -->
+ <_description>Adds custom header to outgoing messages.</_description>
+
+ <hook class="org.gnome.evolution.ui:1.0">
+ <ui-manager id="org.gnome.evolution.composer">
+ <menubar name='main-menu'>
+ <menu action='insert-menu'>
+ <placeholder name="insert-menu-top">
+ <menuitem action="Custom Header"/>
+ </placeholder>
+ </menu>
+ </menubar>
+ </ui-manager>
+ </hook>
+ </e-plugin>
+</e-plugin-list>