File: org.gnome.evolution.bogofilter.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 (15 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<schemalist>
  <schema gettext-domain="evolution" id="org.gnome.evolution.bogofilter" path="/org/gnome/evolution/bogofilter/">
    <key name="utf8-for-spam-filter" type="b">
      <default>true</default>
      <_summary>Convert mail messages to Unicode</_summary>
      <_description>Convert message text to Unicode UTF-8 to unify spam/ham tokens coming from different character sets.</_description>
    </key>

    <key name="command" type="s">
      <default>''</default>
      <_summary>Full path command to run Bogofilter</_summary>
      <_description>Full path to a Bogofilter command. If not set, then a compile-time path is used, usually /usr/bin/bogofilter. The command should not contain any other arguments.</_description>
    </key>
  </schema>
</schemalist>