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.
14 lines
716 B
XML
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>
|