40 lines
1.2 KiB
XML
40 lines
1.2 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="Backup and restore plugin">
|
|
<author name="JP Rosevear" email="jpr@novell.com"/>
|
|
<_description>A plugin for backing up and restore Evolution data and settings.</_description>
|
|
|
|
<hook class="org.gnome.evolution.shell.bonobomenu:1.0">
|
|
|
|
<menu id="org.gnome.evolution.shell" target="shell">
|
|
<!-- the path to the bonobo menu description -->
|
|
<ui file="@PLUGINDIR@/org-gnome-backup-restore.xml"/>
|
|
<item
|
|
type="item"
|
|
verb="EPBRBackup"
|
|
path="/commands/EPBRBackup"
|
|
enable="one"
|
|
activate="org_gnome_backup_restore_backup"/>
|
|
<item
|
|
type="item"
|
|
verb="EPBRRestore"
|
|
path="/commands/EPBRRestore"
|
|
enable="one"
|
|
activate="org_gnome_backup_restore_restore"/>
|
|
</menu>
|
|
|
|
</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" factory="backup_restore_page"/>
|
|
</group>
|
|
</hook>
|
|
|
|
</e-plugin>
|
|
</e-plugin-list>
|