File: org-gnome-evolution-bbdb.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 (27 lines) | stat: -rw-r--r-- 824 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
21
22
23
24
25
26
27
<e-plugin-list>
	<e-plugin
	  type="shlib"
	  id="org.gnome.evolution.bbdb"
	  _name="Automatic Contacts"
 	  location="@PLUGINDIR@/liborg-gnome-evolution-bbdb.so">

	  	<_description>Automatically fills your addressbook with names and email addresses as you reply to messages.  Also fills in IM contact information from your buddy lists.</_description>

		<author name="Nat Friedman" email="nat@novell.com"/>

		<hook class="org.gnome.evolution.mail.events:1.0">
			<event
			   id="message.replying"
			   handle="bbdb_handle_reply"
			   target="message"
			/>
		</hook>

		<hook class="org.gnome.evolution.mail.config:1.0">
			<group id="org.gnome.evolution.mail.prefs" target="prefs">
				<item type="page" path="80.bbdb" _label="BBDB" factory="bbdb_page_factory"/>
			</group>
		</hook>

	</e-plugin>
</e-plugin-list>