File: org.gnome.evolution.spamassassin.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 (21 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<schemalist>
  <schema gettext-domain="evolution" id="org.gnome.evolution.spamassassin" path="/org/gnome/evolution/spamassassin/">
    <key name="local-only" type="b">
      <default>true</default>
      <_summary>Use only local spam tests.</_summary>
      <_description>Use only the local spam tests (no DNS).</_description>
    </key>

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

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