diff options
author | Parthasarathi@novell.com <sparthasarathi@novell.com> | 2005-01-10 23:23:03 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-01-10 23:23:03 +0800 |
commit | a943c41ddea6d2dd8163e0de5d0d1475c141b163 (patch) | |
tree | 6ae39903ddd42c4ecf962da2e61cedfbdebe99a6 /plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in | |
parent | a73c3fbef6c5089593c63b557498e780b5693a98 (diff) | |
download | gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar.gz gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar.bz2 gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar.lz gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar.xz gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar.zst gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.zip |
initial check in for groupwise send options
2005-01-10 Parthasarathi@novell.com <sparthasarathi@novell.com>
* initial check in for groupwise send options
svn path=/trunk/; revision=28325
Diffstat (limited to 'plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in')
-rw-r--r-- | plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in b/plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in new file mode 100644 index 0000000000..2fc06d389e --- /dev/null +++ b/plugins/groupwise-send-options/org-gnome-compose-send-options.eplug.in @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<e-plugin-list> + <e-plugin + type="shlib" + id="org.gnome.evolution.plugin.compose.sendoptions" + location="@PLUGINDIR@/liborg-gnome-compose-send-options.so" + name="Send options in compose for GW"> + <description>Lets you have the send options menu item in the composer window for groupwise mails</description> + <author name="Parthasarathi Susarla" email="sparthasarathi@novell.com"/> + + <!-- hook into the popup menu --> + <hook class="org.gnome.evolution.mail.bonobomenu:1.0"> + <menu id="org.gnome.evolution.mail.composer" target="select"> + <ui file="@PLUGINDIR@/org-gnome-compose-send-options.xml"/> + <item + type="item" + verb="EPSOSendOptions" + path="/commands/EPSOSendOptions" + enable="one" + activate="org_gnome_compose_send_options"/> + </menu> + </hook> + + </e-plugin> +</e-plugin-list> |