aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in.in
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-03 17:14:16 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-03 17:14:16 +0800
commit1e8c2df476794bcb93962ec65ccbe5e1e8e33f66 (patch)
tree03e885101854c1ce0d98aa9b005c856cce421c4c /mail/evolution-mail.schemas.in.in
parent8a5e6ecc960889f624419b0e88dbb231a4b667cc (diff)
downloadgsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar
gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.gz
gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.bz2
gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.lz
gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.xz
gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.zst
gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.zip
Add pluggable junk filter code and move SA options to the plugins.
svn path=/trunk/; revision=33367
Diffstat (limited to 'mail/evolution-mail.schemas.in.in')
-rw-r--r--mail/evolution-mail.schemas.in.in58
1 files changed, 58 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in
index 1fbbd9b25f..e2f7d41abb 100644
--- a/mail/evolution-mail.schemas.in.in
+++ b/mail/evolution-mail.schemas.in.in
@@ -870,6 +870,64 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/mail/junk/empty_on_exit</key>
+ <applyto>/apps/evolution/mail/junk/empty_on_exit</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Empty Junk folders on exit</short>
+ <long>
+ Empty all Junk folders when exiting Evolution.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/junk/empty_on_exit_days</key>
+ <applyto>/apps/evolution/mail/junk/empty_on_exit_days</applyto>
+ <owner>evolution-mail</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Minimum days between emptying the junk on exit</short>
+ <long>
+ Minimum time between emptying the junk on exit, in days.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/junk/empty_date</key>
+ <applyto>/apps/evolution/mail/junk/empty_date</applyto>
+ <owner>evolution-mail</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Last time empty junk was run</short>
+ <long>
+ The last time empty junk was run, in days since the epoch.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/junk/default_plugin</key>
+ <applyto>/apps/evolution/mail/junk/default_plugin</applyto>
+ <owner>evolution-mail</owner>
+ <type>string</type>
+ <default>Spamassasin</default>
+ <locale name="C">
+ <short>The default plugin for Junk hook</short>
+ <long>
+ This is the default junk plugin, even though there are multiple plugins
+ enabled. If the default listed plugin is disabled, then it wont fall back
+ to the other available plugins.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/evolution/mail/junk/sa/local_only</key>
<applyto>/apps/evolution/mail/junk/sa/local_only</applyto>
<owner>evolution-mail</owner>