aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
diff options
context:
space:
mode:
authorAshish Shrivastava <shashish@novell.com>2008-07-21 00:03:43 +0800
committerBharath Acharya <abharath@src.gnome.org>2008-07-21 00:03:43 +0800
commitb437b5ed8fed646b97a7726e13ddcdcb2bc793ac (patch)
tree4e0c73e8517b984ef3fc1e03b556d9ff6c557b4a /plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
parented0c21685c08ac5eba8e07c4a45f3df11d804151 (diff)
downloadgsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar
gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar.gz
gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar.bz2
gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar.lz
gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar.xz
gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar.zst
gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.zip
Committing on behalf of Ashish Shrivastava <shashish@novell.com>
2008-06-25 Ashish Shrivastava <shashish@novell.com> * email-custom-header.glade: Marked strings for translation. remove "window1" string from translation. 2008-06-24 Ashish Shrivastava <shashish@novell.com> * email-custom-header.c: (e_plugin_lib_get_configure_widget), (org_gnome_email_custom_header_config_option): Added Support for configuring gconf values. * email-custom-header.glade: Configure email-custom-header plugin within the plugin-manager. * org-gnome-email-custom-header.eplug.xml: Add hook class for Configure tab. * Makefile.am: Add new file.(email-custom-header.glade). svn path=/trunk/; revision=35774
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.xml7
1 files changed, 7 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
index 055acc1030..94102ba62a 100644
--- a/plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
+++ b/plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml
@@ -18,5 +18,12 @@
</menubar>
</ui-manager>
</hook>
+
+ <hook class="org.gnome.evolution.mail.config:1.0">
+ <group target="prefs" id="org.gnome.evolution.mail.composerPrefs">
+ <item type="section" path="00.general/10.alerts/" factory="org_gnome_email_custom_header_config_option"/>
+ </group>
+ </hook>
+
</e-plugin>
</e-plugin-list>