Files
evolution/plugins/face/org-gnome-face.eplug.xml
2009-05-21 14:24:22 -04:00

23 lines
869 B
XML

<?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>