/usr/lib/evolution/plugins/org-gnome-prefer-plain.eplug is in evolution-plugins 3.28.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <?xml version="1.0" encoding="UTF-8"?>
<e-plugin-list>
<e-plugin type="shlib" location="/usr/lib/evolution/plugins/liborg-gnome-prefer-plain.so" id="org.gnome.evolution.plugin.preferPlain" name="Prefer Plain Text">
<description>View mail messages as plain text, even if they contain HTML content.</description>
<author name="Michael Zucchi" email="NotZed@Ximian.com"/>
<hook class="org.gnome.evolution.mail.config:1.0">
<group target="prefs" id="org.gnome.evolution.mail.prefs">
<item type="section_table" path="10.html/80.mode" label="Plain Text Mode"></item>
<item type="item_table" path="10.html/80.mode/00.mode" factory="prefer_plain_page_factory"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>
|