Files
evolution/data/org.gnome.evolution.spamassassin.gschema.xml.in
Matthew Barnes 0d0654c19f Check for SpamAssassin during configure.
If the spamassassin and sa-learn programs cannot be found with
AC_PATH_PROG, configure will abort with an error message.

You can then either:
a) install the SpamAssassin software
b) specify the path with SPAMASSASSIN=/path/to/spamassassin and/or
   SA_LEARN=/path/to/sa-learn
c) pass --disable-spamassassin to configure to exclude the module

This also drops the "spamc" and "spamd" GSettings keys.
2012-09-30 23:26:23 -04:00

20 lines
780 B
XML

<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="socket-path" type="s">
<default>''</default>
<_summary>Socket path for SpamAssassin</_summary>
<_description>Socket path for SpamAssassin</_description>
</key>
<key name="use-daemon" type="b">
<default>true</default>
<_summary>Use SpamAssassin daemon and client</_summary>
<_description>Use spamc and spamd programs, if available.</_description>
</key>
</schema>
</schemalist>