aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/face/org-gnome-face.eplug.xml
blob: 08e30b5948b8aee2d3def6b5cd920b4767117ab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<e-plugin-list>
  <e-plugin id="org.gnome.evolution.face" type="shlib" _name="Face" location="@PLUGINDIR@/liborg-gnome-face@SOEXT@">

    <author name="Sankar P" email="psankar@novell.com"/>
    <_description xml:space="preserve">Attach a small picture of your face to outgoing messages.

First time the user needs to configure a 48x48 PNG image. It is Base-64 encoded and stored in ~/.evolution/faces. This will be used in subsequent sent 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="face"/>
            </placeholder>
          </menu>
        </menubar>
      </ui-manager>
    </hook>
  </e-plugin>
</e-plugin-list>