diff options
Diffstat (limited to 'mail/evolution-mail.schemas.in.in')
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index cdc0dd4745..2e97e01f4c 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -422,6 +422,32 @@ </locale> </schema> + <!-- Message Window --> + + <schema> + <key>/schemas/apps/evolution/mail/message_window/width</key> + <applyto>/apps/evolution/mail/message_window/width</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>600</default> + <locale name="C"> + <short>Message Window default width</short> + <long>Default width of the Message Window</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/message_window/height</key> + <applyto>/apps/evolution/mail/message_window/height</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>400</default> + <locale name="C"> + <short>Message Window default hight</short> + <long>Default height of the Message Window</long> + </locale> + </schema> + <!-- Filter logging --> <schema> |