File: org-gnome-default-mailer.eplug.xml

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (20 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<e-plugin-list>
	<e-plugin
	id="org.gnome.evolution.default.mailer" 
	type="shlib" 
	_name="Default Mail Client " 
	location="@PLUGINDIR@/liborg-gnome-default-mailer.so">

		<_description>Checks whether Evolution is the default mail client on startup.</_description>
		<author name="Jonathan Dieter" email="jdieter99@gmx.net"/>

		<hook class="org.gnome.evolution.shell.events:1.0">
			<event
				id="upgrade.done"
				handle="org_gnome_default_mailer_check_default"
				target="upgrade"
			/>
		</hook>
	</e-plugin>
</e-plugin-list>