diff options
Diffstat (limited to 'libsylph/prefs_common.c')
| -rw-r--r-- | libsylph/prefs_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 6c20319..dda4a0f 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c | |||
| @@ -423,6 +423,8 @@ static PrefParam param[] = { | |||
| 423 | P_BOOL}, | 423 | P_BOOL}, |
| 424 | {"master_password_hash", NULL, &prefs_common.master_password_hash, | 424 | {"master_password_hash", NULL, &prefs_common.master_password_hash, |
| 425 | P_STRING}, | 425 | P_STRING}, |
| 426 | {"encrypted_password_min_length", "32", | ||
| 427 | &prefs_common.encrypted_password_min_length, P_INT}, | ||
| 426 | 428 | ||
| 427 | /* Interface */ | 429 | /* Interface */ |
| 428 | {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, | 430 | {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, |
