summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorSimeon Simeonov2018-04-13 15:24:01 +0200
committerSimeon Simeonov2018-04-13 15:24:01 +0200
commit46275eef3de4e025b5657e67e142fc58125779be (patch)
tree2c4e86aa5f7e286d64a74a35d749c5e381110cad /libsylph/prefs_common.c
parent42772c59f490d54d9766e1853daa35c08298f985 (diff)
Add support for auto-unloading av the master password
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},