File: org.gnome.evolution.plugin.prefer-plain.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 (14 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist>
  <schema gettext-domain="evolution" id="org.gnome.evolution.plugin.prefer-plain" path="/org/gnome/evolution/plugin/prefer-plain/">
    <key name="mode" type="s">
      <default>'normal'</default>
      <_summary>Mode to use when displaying mails</_summary>
      <_description>The mode to use for displaying mails. “normal” makes Evolution choose the best part to show, “prefer_plain” makes it use the text part, if present, “prefer_source” makes it use the text part, if present, otherwise shows HTML source, and “only_plain” forces Evolution to only show plain text</_description>
    </key>
    <key name="show-suppressed" type="b">
      <default>true</default>
      <_summary>Whether to show suppressed HTML output</_summary>
      <_description>Whether to show suppressed HTML output</_description>
    </key>
  </schema>
</schemalist>