File: org.gnome.evolution.text-highlight.gschema.xml.in

package info (click to toggle)
evolution 3.56.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,044 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 563; sh: 294; perl: 169
file content (13 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>