summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index dda4a0f..192964e 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -425,6 +425,9 @@ static PrefParam param[] = {
425 P_STRING}, 425 P_STRING},
426 {"encrypted_password_min_length", "32", 426 {"encrypted_password_min_length", "32",
427 &prefs_common.encrypted_password_min_length, P_INT}, 427 &prefs_common.encrypted_password_min_length, P_INT},
428 {"auto_unload_master_password", "FALSE",
429 &prefs_common.auto_unload_master_password,
430 P_BOOL},
428 431
429 /* Interface */ 432 /* Interface */
430 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, 433 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},