diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-29 21:42:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-29 21:42:07 +0800 |
commit | 11e1bc38c325665c24b1c831d009f89b7112ebe5 (patch) | |
tree | 6702c58b27499e98ed6be7e903965d9ad1a7f4c6 /mail/evolution-mail.schemas.in | |
parent | c6e59dfc5b5a94c727024114c0d047916df33cad (diff) | |
download | gsoc2013-evolution-11e1bc38c325665c24b1c831d009f89b7112ebe5.tar.gz gsoc2013-evolution-11e1bc38c325665c24b1c831d009f89b7112ebe5.tar.zst gsoc2013-evolution-11e1bc38c325665c24b1c831d009f89b7112ebe5.zip |
Get the basic mail browser window working. No message contents yet.
svn path=/branches/kill-bonobo/; revision=36946
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index fbebba87cb..246cc79439 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -730,29 +730,41 @@ </locale> </schema> - <!-- Message Window --> + <!-- Mail Browser --> <schema> - <key>/schemas/apps/evolution/mail/message_window/width</key> - <applyto>/apps/evolution/mail/message_window/width</applyto> + <key>/schemas/apps/evolution/mail/mail_browser_width</key> + <applyto>/apps/evolution/mail/mail_browser_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> + <short>Mail browser width</short> + <long>Default width of the mail browser window.</long> </locale> </schema> <schema> - <key>/schemas/apps/evolution/mail/message_window/height</key> - <applyto>/apps/evolution/mail/message_window/height</applyto> + <key>/schemas/apps/evolution/mail/mail_browser_height</key> + <applyto>/apps/evolution/mail/mail_browser_height</applyto> <owner>evolution-mail</owner> <type>int</type> <default>400</default> <locale name="C"> - <short>Message Window default height</short> - <long>Default height of the message window.</long> + <short>Mail browser height</short> + <long>Default height of the mail browser window.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/mail_browser_maximized</key> + <applyto>/apps/evolution/mail/mail_browser_maximized</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Mail browser maximized</short> + <long>Default maximized state of the mail browser window.</long> </locale> </schema> |