aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/face/org-gnome-face.eplug.xml
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2007-07-17 19:44:49 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2007-07-17 19:44:49 +0800
commite6e90be39e65631059a99fc44f5f9ec43355c7a8 (patch)
tree723ef013c981747dbcb8d23a9183cf46152afc58 /plugins/face/org-gnome-face.eplug.xml
parent24b6130864d17b1b342cb003bb2befd878ef8cd1 (diff)
downloadgsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar
gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.gz
gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.bz2
gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.lz
gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.xz
gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.zst
gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.zip
Initial set of files. Implements Face header support.
2007-07-17 Sankar P <psankar@novell.com> * org-gnome-face.eplug.xml: * org-gnome-face-ui.xml: * org-gnome-face.errors.xml: * Makefile.am: * face.c: Initial set of files. Implements Face header support. svn path=/trunk/; revision=33812
Diffstat (limited to 'plugins/face/org-gnome-face.eplug.xml')
-rw-r--r--plugins/face/org-gnome-face.eplug.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/face/org-gnome-face.eplug.xml b/plugins/face/org-gnome-face.eplug.xml
new file mode 100644
index 0000000000..2c50e65685
--- /dev/null
+++ b/plugins/face/org-gnome-face.eplug.xml
@@ -0,0 +1,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>Attach Face header to outgoing mails. First time the user needs to configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/faces This will be used in mails that are sent further.</_description>
+
+ <hook class="org.gnome.evolution.mail.bonobomenu:1.0">
+ <menu id="org.gnome.evolution.mail.composer" target="widget">
+ <ui file="@PLUGINDIR@/org-gnome-face-ui.xml"/>
+ <item
+ type="item"
+ verb="Face"
+ path="/commands/Face"
+ activate="org_gnome_composer_face"
+ enable="one"
+ />
+ </menu>
+ </hook>
+ </e-plugin>
+</e-plugin-list>