diff options
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index ffba439eb9..d4fc65a618 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -918,6 +918,34 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/display/error_timeout</key> + <applyto>/apps/evolution/mail/display/error_timeout</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>60</default> + <locale name="C"> + <short>Amount of time in seconds the error should be showed on the status bar.</short> + <long> + Amount of time in seconds the error should be showed on the status bar. + </long> + </locale> + </schema> + <schema> + <key>/schemas/apps/evolution/mail/display/error_level</key> + <applyto>/apps/evolution/mail/display/error_level</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>Level beyond which it should the message should be logged.</short> + <long> This can have three possible values. 0 for errors. 1 for warnings. + 2 for debug messages. + </long> + </locale> + </schema> + + <!-- Labels and Colours --> <schema> |