diff options
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> |