diff options
author | Milan Crha <mcrha@redhat.com> | 2010-06-08 02:16:09 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-06-08 02:16:09 +0800 |
commit | 1837179f0253a133f9fd5636b9a4d347ba5d1201 (patch) | |
tree | b13990f596017dfb75592443ec7fb4a482c7ccf1 /mail/evolution-mail.schemas.in | |
parent | 8dff23edac3595ca9b7f11cf8b9a0662039e6eff (diff) | |
download | gsoc2013-evolution-1837179f0253a133f9fd5636b9a4d347ba5d1201.tar.gz gsoc2013-evolution-1837179f0253a133f9fd5636b9a4d347ba5d1201.tar.zst gsoc2013-evolution-1837179f0253a133f9fd5636b9a4d347ba5d1201.zip |
Bug #611100 - Forward-to filter stops at outbox
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index ad1dfdc27a..30ae3933a3 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -873,6 +873,22 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/filters/flush-outbox</key> + <applyto>/apps/evolution/mail/filters/flush-outbox</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Flush Outbox after filtering</short> + <long> + Whether to flush Outbox after filtering is done. Outbox flush will happen + only when there was used any 'Forward to' filter action and approximately + one minute after the last action invocation. + </long> + </locale> + </schema> + <!-- Format settings --> <schema> |