File: org-gnome-subject-thread.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 (14 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<e-plugin-list>
	<e-plugin id="org.gnome.evolution.mail_subject_thread" type="shlib" _name="Subject Threading" 
		location="@PLUGINDIR@/liborg-gnome-subject-thread.so">
		<author name="JP Rosevear" email="jpr@novell.com"/>
		<_description>Indicates if threading of messages should fall back to subject.</_description>
	
		<hook class="org.gnome.evolution.mail.config:1.0">
			<group id="org.gnome.evolution.mail.prefs" target="prefs">
				<item type="item" path="00.general/10.display/80.subject_thread" _label="Thread messages by subject" factory="org_gnome_subject_thread_factory"/>
			</group>
		</hook>
	</e-plugin>
</e-plugin-list>