aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/subject-thread/org-gnome-subject-thread.eplug.in
blob: ac1df66951ddfcfb763fe0d284015ac45e25480b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<e-plugin-list>
    <e-plugin id="org.gnome.evolution.mail_subject_thread" type="shlib" name="Subject Threading" description="Indicates if threading of messages should fall back to subject"
        location="@PLUGINDIR@/liborg-gnome-subject-thread.so">
    
        <hook class="org.gnome.evolution.mail.config:1.0">
            <group 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>