Add Create/Destroy view options to test-source-selector utility
[evolution.git] / data / org.gnome.evolution.spamassassin.gschema.xml.in
blobbed350f5178fbf5138093f1f714efb66c168c11f
1 <schemalist>
2 <schema gettext-domain="evolution" id="org.gnome.evolution.spamassassin" path="/org/gnome/evolution/spamassassin/">
3 <key name="local-only" type="b">
4 <default>true</default>
5 <_summary>Use only local spam tests.</_summary>
6 <_description>Use only the local spam tests (no DNS).</_description>
7 </key>
9 <key name="command" type="s">
10 <default>''</default>
11 <_summary>Full path command to run spamassassin</_summary>
12 <_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>
13 </key>
15 <key name="learn-command" type="s">
16 <default>''</default>
17 <_summary>Full path command to run sa-learn</_summary>
18 <_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>
19 </key>
20 </schema>
21 </schemalist>