diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-30 02:48:58 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-30 02:48:58 +0800 |
commit | a3705d79b037fa61a94d0863174e2688d7bdc229 (patch) | |
tree | 1d2148398ae4b69f72c71a9d84de36d2e09b7580 /mail/evolution-mail.schemas.in | |
parent | 3047dcb784b70adc4a00af644278bf680229462f (diff) | |
download | gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar.gz gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.tar.zst gsoc2013-evolution-a3705d79b037fa61a94d0863174e2688d7bdc229.zip |
Bug #633949 - Add an option to disable new e-mail check at startup
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 695f9c9632..4493c22f09 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1556,6 +1556,21 @@ </schema> <schema> + <key>/schemas/apps/evolution/mail/send_recv_on_start</key> + <applyto>/apps/evolution/mail/send_recv_on_start</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Check for new messages on start</short> + <long> + Whether check for new messages when Evolution is started. + This includes also sending messages from Outbox. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/mail/send_recv_height</key> <applyto>/apps/evolution/mail/send_recv_height</applyto> <owner>evolution-mail</owner> |