aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/external-editor/org-gnome-external-editor.eplug.xml
blob: cbe28ab022412ce3e51e812b96b0103a9e632605 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<e-plugin-list>
  <!-- the path to the shared library -->
  <e-plugin
    id="org.gnome.plugin.external.editor"
    type="shlib"
    location="@PLUGINDIR@/liborg-gnome-external-editor@SOEXT@"
    _name="External Editor">
    <author name="Sankar P" email="sankar2u@gmail.com"/>
    <_description>A plugin for using an external editor as the composer. You can send only plain-text mails. </_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-external-editor.xml"/>
    <item
      type="item"
      verb="EPExtEditor"
      path="/commands/EPExtEditor"
      activate="org_gnome_external_editor"/>
      </menu>

    </hook>

  </e-plugin>
</e-plugin-list>