aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-05-08 09:13:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-05-08 09:13:58 +0000
commit50c459c068dbc5a10a50463813046fd3a8f085db (patch)
tree8116eae4fcc47b09cb328920d56acd7db029bd90 /libsylph/prefs_common.c
parentba546f30097ffc76e94983d14ff9be1c55eb8074 (diff)
remember the maximized state of compose window.]
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1990 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 8a24b258..5c3103af 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -282,10 +282,14 @@ static PrefParam param[] = {
{"sourcewin_width", "600", &prefs_common.sourcewin_width, P_INT},
{"sourcewin_height", "500", &prefs_common.sourcewin_height, P_INT},
+
{"compose_x", "32", &prefs_common.compose_x, P_INT},
{"compose_y", "32", &prefs_common.compose_y, P_INT},
{"compose_width", "600", &prefs_common.compose_width, P_INT},
{"compose_height", "560", &prefs_common.compose_height, P_INT},
+
+ {"compose_maximized", "FALSE", &prefs_common.compose_maximized, P_BOOL},
+
{"addressbook_x", "32", &prefs_common.addressbook_x, P_INT},
{"addressbook_y", "32", &prefs_common.addressbook_y, P_INT},
{"addressbook_width", "620", &prefs_common.addressbook_width, P_INT},