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
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?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>
|
|
|
|
<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>
|