aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/templates/org-gnome-templates.eplug.xml
blob: 7c19a6ea232f4684b4342b819b1cf465fee46156 (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
28
29
30
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin
        type="shlib"
        id="org.gnome.evolution.plugin.templates"
        location="@PLUGINDIR@/liborg-gnome-templates@SOEXT@"
        _name="Templates">
        <_description>Drafts based template plugin</_description>
        <author name="Bharath Acharya" email="abharath@novell.com"/>
        <author name="Diego Escalante Urrelo" email="diegoe@gnome.org"/>

        <hook class="org.gnome.evolution.ui:1.0">
          <ui-manager id="org.gnome.evolution.shell"
                      callback="init_shell_actions"/>
          <ui-manager id="org.gnome.evolution.composer"
                      callback="init_composer_actions">
            <menubar name='main-menu'>
              <placeholder name='pre-edit-menu'>
                <menu action='file-menu'>
                  <placeholder name="template-holder">
                    <menuitem action="template"/>
                  </placeholder>
                </menu>
              </placeholder>
            </menubar>
          </ui-manager>
        </hook>
    </e-plugin>
</e-plugin-list>