aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs_common.c2
-rw-r--r--libsylph/prefs_common.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 0f430afd..1d5f64eb 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -218,6 +218,8 @@ static PrefParam param[] = {
{"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},
+ {"addressbook_width", "620", &prefs_common.addressbook_width, P_INT},
+ {"addressbook_height", "360", &prefs_common.addressbook_height, P_INT},
/* Message */
{"enable_color", "TRUE", &prefs_common.enable_color, P_BOOL},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index af484a89..d94cd431 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -157,6 +157,9 @@ struct _PrefsCommon
gint compose_width;
gint compose_height;
+ gint addressbook_width;
+ gint addressbook_height;
+
/* Message */
gboolean enable_color;
gint quote_level1_col;