From 1e8c2df476794bcb93962ec65ccbe5e1e8e33f66 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 3 Apr 2007 09:14:16 +0000 Subject: Add pluggable junk filter code and move SA options to the plugins. svn path=/trunk/; revision=33367 --- mail/evolution-mail.schemas.in.in | 58 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'mail/evolution-mail.schemas.in.in') 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 @@ -869,6 +869,64 @@ + + /schemas/apps/evolution/mail/junk/empty_on_exit + /apps/evolution/mail/junk/empty_on_exit + evolution-mail + bool + false + + Empty Junk folders on exit + + Empty all Junk folders when exiting Evolution. + + + + + + /schemas/apps/evolution/mail/junk/empty_on_exit_days + /apps/evolution/mail/junk/empty_on_exit_days + evolution-mail + int + 0 + + Minimum days between emptying the junk on exit + + Minimum time between emptying the junk on exit, in days. + + + + + + /schemas/apps/evolution/mail/junk/empty_date + /apps/evolution/mail/junk/empty_date + evolution-mail + int + 0 + + Last time empty junk was run + + The last time empty junk was run, in days since the epoch. + + + + + + /schemas/apps/evolution/mail/junk/default_plugin + /apps/evolution/mail/junk/default_plugin + evolution-mail + string + Spamassasin + + The default plugin for Junk hook + + 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. + + + + /schemas/apps/evolution/mail/junk/sa/local_only /apps/evolution/mail/junk/sa/local_only -- cgit v1.2.3