diff options
Diffstat (limited to 'plugins/subject-thread/org-gnome-subject-thread.eplug.in')
-rw-r--r-- | plugins/subject-thread/org-gnome-subject-thread.eplug.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/subject-thread/org-gnome-subject-thread.eplug.in b/plugins/subject-thread/org-gnome-subject-thread.eplug.in new file mode 100644 index 0000000000..f4416cc862 --- /dev/null +++ b/plugins/subject-thread/org-gnome-subject-thread.eplug.in @@ -0,0 +1,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="subject_thread_factory"/> + </group> + </hook> + </e-plugin> +</e-plugin-list>
\ No newline at end of file |