diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 24 |
2 files changed, 29 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4a6ee47524..3814ba1121 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-02-13 Radek Doulik <rodo@ximian.com> + + * evolution-mail.schemas.in.in: added defaults for composer + width/height + 2004-02-13 Sarfraaz Ahmed <asarfraaz@novell.com> * em-folder-view.c (emfv_popup_delete): added the code to get diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 2e97e01f4c..f6b85a1f22 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -143,6 +143,30 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/composer/width</key> + <applyto>/apps/evolution/mail/composer/width</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>600</default> + <locale name="C"> + <short>Composer Window default width</short> + <long>Default width of the Composer Window</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/mail/composer/height</key> + <applyto>/apps/evolution/mail/composer/height</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>500</default> + <locale name="C"> + <short>Composer Window default height</short> + <long>Default height of the Composer Window</long> + </locale> + </schema> + <!-- Display Settings --> <schema> |