aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-22 23:13:23 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-22 23:13:23 +0800
commit3050e6d36dfe605418dc67e50903395f1cb051bd (patch)
tree4274c9e44fa5a80c23a0c375448b3186b9b140fb /mail/evolution-mail.schemas.in
parent24b0c3d20d4ce21e9072d58e8bb70e10f82e3f46 (diff)
downloadgsoc2013-evolution-3050e6d36dfe605418dc67e50903395f1cb051bd.tar
gsoc2013-evolution-3050e6d36dfe605418dc67e50903395f1cb051bd.tar.gz
gsoc2013-evolution-3050e6d36dfe605418dc67e50903395f1cb051bd.tar.bz2
gsoc2013-evolution-3050e6d36dfe605418dc67e50903395f1cb051bd.tar.lz
gsoc2013-evolution-3050e6d36dfe605418dc67e50903395f1cb051bd.tar.xz
gsoc2013-evolution-3050e6d36dfe605418dc67e50903395f1cb051bd.tar.zst
gsoc2013-evolution-3050e6d36dfe605418dc67e50903395f1cb051bd.zip
** Fixes bug #494171
2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #494171 * mail/mail-send-recv.c (build_dialog): Make the "Send & Receive Mail" window dimensions persistent. * mail/evolution-mail.schemas.in: Add keys for storing "Send & Receive Mail" window dimensions: /apps/evolution/mail/send_recv_height /apps/evolution/mail/send_recv_maximized /apps/evolution/mail/send_recv_width Note the "maximized" key is required by GConfBridge but is not actually used since the window cannot be maximized. svn path=/trunk/; revision=35400
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r--mail/evolution-mail.schemas.in49
1 files changed, 49 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index 8259f67c64..7e3234f76c 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -1268,5 +1268,54 @@
</locale>
</schema>
+ <!-- Widget States -->
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/send_recv_height</key>
+ <applyto>/apps/evolution/mail/send_recv_height</applyto>
+ <owner>evolution-mail</owner>
+ <type>int</type>
+ <default>200</default>
+ <locale name="C">
+ <short>"Send and Receive Mail" window height</short>
+ <long>
+ Initial height of the "Send and Receive Mail" window.
+ The value updates as the user resizes the window vertically.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/send_recv_maximized</key>
+ <applyto>/apps/evolution/mail/send_recv_maximized</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <locale name="C">
+ <short>"Send and Receive Mail" window maximize state</short>
+ <long>
+ Initial maximize state of the "Send and Receive Mail" window.
+ The value updates when the user maximizes or unmaximizes the
+ window. Note, this particular value is not used by Evolution
+ since the "Send and Receive Mail" window cannot be maximized.
+ This key exists only as an implementation detail.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/send_recv_width</key>
+ <applyto>/apps/evolution/mail/send_recv_width</applyto>
+ <owner>evolution-mail</owner>
+ <type>int</type>
+ <default>600</default>
+ <locale name="C">
+ <short>"Send and Receive Mail" window width</short>
+ <long>
+ Initial width of the "Send and Receive Mail" window.
+ The value updates as the user resizes the window horizontally.
+ </long>
+ </locale>
+ </schema>
+
</schemalist>
</gconfschemafile>