33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<e-plugin-list>
|
|
<!-- the path to the shared library -->
|
|
<e-plugin
|
|
id="org.gnome.plugin.backup.restore"
|
|
type="shlib"
|
|
location="@PLUGINDIR@/liborg-gnome-backup-restore@SOEXT@"
|
|
_name="Back up and Restore">
|
|
<author name="JP Rosevear" email="jpr@novell.com"/>
|
|
<_description>Back up and restore your Evolution data and settings.</_description>
|
|
|
|
<hook class="org.gnome.evolution.ui:1.0">
|
|
<ui-manager id="org.gnome.evolution.shell">
|
|
<menubar name='main-menu'>
|
|
<menu action='file-menu'>
|
|
<placeholder name='file-actions'>
|
|
<menuitem action='settings-backup'/>
|
|
<menuitem action='settings-restore'/>
|
|
</placeholder>
|
|
</menu>
|
|
</menubar>
|
|
</ui-manager>
|
|
</hook>
|
|
|
|
<hook class="org.gnome.evolution.mail.config:1.0">
|
|
<group target="account" id="org.gnome.evolution.mail.config.accountWizard" commit="backup_restore_commit" abort="backup_restore_abort">
|
|
<item type="page" path="0.startup_page.10.backup_restore" factory="backup_restore_page"/>
|
|
</group>
|
|
</hook>
|
|
|
|
</e-plugin>
|
|
</e-plugin-list>
|