aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-24 13:15:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-24 13:17:28 +0800
commit86e6df6bbd4c4b1f6e4018671b5d06147161e831 (patch)
tree116c2d41bb69f066ca4b3eabccf0e725320acaf7 /data
parentcafd601e62b92192f9acc6aa8f7de17125c3fb15 (diff)
downloadgsoc2013-evolution-86e6df6bbd4c4b1f6e4018671b5d06147161e831.tar
gsoc2013-evolution-86e6df6bbd4c4b1f6e4018671b5d06147161e831.tar.gz
gsoc2013-evolution-86e6df6bbd4c4b1f6e4018671b5d06147161e831.tar.bz2
gsoc2013-evolution-86e6df6bbd4c4b1f6e4018671b5d06147161e831.tar.lz
gsoc2013-evolution-86e6df6bbd4c4b1f6e4018671b5d06147161e831.tar.xz
gsoc2013-evolution-86e6df6bbd4c4b1f6e4018671b5d06147161e831.tar.zst
gsoc2013-evolution-86e6df6bbd4c4b1f6e4018671b5d06147161e831.zip
Bug 664678 - Bad defaults for SpamAssassin GSettings keys
These need to be changed manually if the defaults are not suitable. These do not appear in Evolution's user interface.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.spamassassin.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.evolution.spamassassin.gschema.xml.in b/data/org.gnome.evolution.spamassassin.gschema.xml.in
index 7a95d07a35..85d43d47e7 100644
--- a/data/org.gnome.evolution.spamassassin.gschema.xml.in
+++ b/data/org.gnome.evolution.spamassassin.gschema.xml.in
@@ -16,12 +16,12 @@
<_description>Use SpamAssassin daemon and client (spamc/spamd).</_description>
</key>
<key name="spamc-binary" type="s">
- <default>'spamc'</default>
+ <default>'/usr/bin/spamc'</default>
<_summary>SpamAssassin client binary</_summary>
<_description>SpamAssassin client binary</_description>
</key>
<key name="spamd-binary" type="s">
- <default>'spamd'</default>
+ <default>'/usr/bin/spamd'</default>
<_summary>SpamAssassin daemon binary</_summary>
<_description>SpamAssassin daemon binary</_description>
</key>