2007-09-27 Matthew Barnes <mbarnes@redhat.com> * mail/em-account-editor.c: * mail/evolution-mail.schemas.in: * mail/mail-config.glade: * plugins/bbdb/bbdb.c (bbdb_page_factory): * plugins/bogo-junk-plugin/bf-junk-filter.c: * plugins/face/org-gnome-face-eplug.xml: * plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml: * plugins/print-message/org-gnome-print-message.eplug.xml: Use consistent terminology for mail messages (#480621). svn path=/trunk/; revision=34326
32 lines
908 B
XML
32 lines
908 B
XML
<?xml version="1.0"?>
|
|
<e-plugin-list>
|
|
<e-plugin
|
|
type="shlib"
|
|
id="org.gnome.evolution.plugin.compose.PrintMessage"
|
|
location="@PLUGINDIR@/liborg-gnome-print-message@SOEXT@"
|
|
_name="Print Message">
|
|
<_description>Gives an option to print from the composer.</_description>
|
|
<author name="Vivek Jain" email="jvivek@novell.com"/>
|
|
|
|
<!-- hook into the popup menu -->
|
|
<hook class="org.gnome.evolution.mail.bonobomenu:1.0">
|
|
<menu id="org.gnome.evolution.mail.composer" target="widget">
|
|
<ui file="@PLUGINDIR@/org-gnome-print-message.xml"/>
|
|
<item
|
|
type="item"
|
|
verb="EPPrintPreview"
|
|
path="/commands/EPPrintPreview"
|
|
enable="one"
|
|
activate="org_gnome_print_preview"/>
|
|
<item
|
|
type="item"
|
|
verb="EPPrintMessage"
|
|
path="/commands/EPPrintMessage"
|
|
enable="one"
|
|
activate="org_gnome_print_message"/>
|
|
</menu>
|
|
</hook>
|
|
|
|
</e-plugin>
|
|
</e-plugin-list>
|