Blame src/plugins/attachment-reminder/org-gnome-evolution-attachment-reminder.eplug.xml

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