Files
evolution/data/org.gnome.evolution.text-highlight.gschema.xml.in
Milan Crha e5186dcba3 Make it possible to disable text-highlight module with a GSettings option
Users can easily disable text-highlight module with command:

   $ gsettings set org.gnome.evolution.text-highlight enabled false

to disable default processing through this module. It's still possible
to manually format certain part with it using the 'Format as' context menu.
2018-06-19 14:44:21 +02:00

14 lines
716 B
XML

<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.text-highlight" path="/org/gnome/evolution/text-highlight/">
<key name="enabled" type="b">
<default>true</default>
<_summary>Whether the text-highlight module is enabled</_summary>
</key>
<key name="theme" type="s">
<default>''</default>
<_summary>Theme name to use, defaults to “bclear”</_summary>
<_description>Use “highlight --list-scripts=themes” to get the list of installed themes and then the value to one of them. The change requires only re-format of the message part to take into effect, like using right-click→Format As→....</_description>
</key>
</schema>
</schemalist>