28 lines
855 B
XML
28 lines
855 B
XML
<e-plugin-list>
|
|
<e-plugin
|
|
type="shlib"
|
|
id="org.gnome.evolution.attachment-reminder"
|
|
_name="Attachment Reminder"
|
|
location="@PLUGINDIR@/liborg-gnome-evolution-attachment-reminder@SOEXT@">
|
|
|
|
<_description>Reminds you when you forgot to add an attachment to a mail message.</_description>
|
|
|
|
<author name="Johnny Jacob" email="jjohnny@novell.com"/>
|
|
|
|
<hook class="org.gnome.evolution.mail.events:1.0">
|
|
<event
|
|
id="composer.presendchecks"
|
|
handle="org_gnome_evolution_attachment_reminder"
|
|
target="message"
|
|
/>
|
|
</hook>
|
|
|
|
<hook class="org.gnome.evolution.mail.config:1.0">
|
|
<group target="prefs" id="org.gnome.evolution.mail.composerPrefs">
|
|
<item type="section" path="00.general/10.alerts/" factory="org_gnome_attachment_reminder_config_option"/>
|
|
</group>
|
|
</hook>
|
|
|
|
</e-plugin>
|
|
</e-plugin-list>
|