From 3050e6d36dfe605418dc67e50903395f1cb051bd Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 22 Apr 2008 15:13:23 +0000 Subject: ** Fixes bug #494171 2008-04-22 Matthew Barnes ** 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 --- mail/evolution-mail.schemas.in | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'mail/evolution-mail.schemas.in') 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 @@ + + + + /schemas/apps/evolution/mail/send_recv_height + /apps/evolution/mail/send_recv_height + evolution-mail + int + 200 + + "Send and Receive Mail" window height + + Initial height of the "Send and Receive Mail" window. + The value updates as the user resizes the window vertically. + + + + + + /schemas/apps/evolution/mail/send_recv_maximized + /apps/evolution/mail/send_recv_maximized + evolution-mail + bool + + "Send and Receive Mail" window maximize state + + 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. + + + + + + /schemas/apps/evolution/mail/send_recv_width + /apps/evolution/mail/send_recv_width + evolution-mail + int + 600 + + "Send and Receive Mail" window width + + Initial width of the "Send and Receive Mail" window. + The value updates as the user resizes the window horizontally. + + + + -- cgit