X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_common.c;h=53abf3e2d3c8908c5a42b2f4d2ae064f6db509da;hp=b2b9a9076885a5d082b6711e449378877af69b46;hb=37460fff49d88a6d5ccac2f9605268d1af0075f9;hpb=e90b426fbab1d91302abefc12306edcd6b40d9b3 diff --git a/src/prefs_common.c b/src/prefs_common.c index b2b9a9076..53abf3e2d 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -164,6 +164,10 @@ static PrefParam param[] = { NULL, NULL, NULL}, {"receive_dialog_mode", "1", &prefs_common.recv_dialog_mode, P_ENUM, NULL, NULL, NULL}, + {"receivewin_width", "460", &prefs_common.receivewin_width, P_INT, + NULL, NULL, NULL}, + {"receivewin_height", "-1", &prefs_common.receivewin_height, P_INT, + NULL, NULL, NULL}, {"no_receive_error_panel", "FALSE", &prefs_common.no_recv_err_panel, P_BOOL, NULL, NULL, NULL}, {"close_receive_dialog", "TRUE", &prefs_common.close_recv_dialog, @@ -176,6 +180,10 @@ static PrefParam param[] = { P_BOOL, NULL, NULL, NULL}, {"send_dialog_mode", "0", &prefs_common.send_dialog_mode, P_ENUM, NULL, NULL, NULL}, + {"sendwin_width", "460", &prefs_common.sendwin_width, P_INT, + NULL, NULL, NULL}, + {"sendwin_height", "-1", &prefs_common.sendwin_height, P_INT, + NULL, NULL, NULL}, {"outgoing_charset", CS_AUTO, &prefs_common.outgoing_charset, P_STRING, NULL, NULL, NULL}, @@ -706,6 +714,11 @@ static PrefParam param[] = { {"addressbookeditpersonwin_height", "-1", &prefs_common.addressbookeditpersonwin_height, P_INT, NULL, NULL, NULL}, + {"addressbookeditgroupwin_width", "580", &prefs_common.addressbookeditgroupwin_width, P_INT, + NULL, NULL, NULL}, + {"addressbookeditgroupwin_height", "340", &prefs_common.addressbookeditgroupwin_height, P_INT, + NULL, NULL, NULL}, + {"pluginswin_width", "480", &prefs_common.pluginswin_width, P_INT, NULL, NULL, NULL}, {"pluginswin_height", "-1", &prefs_common.pluginswin_height, P_INT,