From 46275eef3de4e025b5657e67e142fc58125779be Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 13 Apr 2018 15:24:01 +0200 Subject: Add support for auto-unloading av the master password --- libsylph/prefs_common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsylph/prefs_common.c') 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[] = { P_STRING}, {"encrypted_password_min_length", "32", &prefs_common.encrypted_password_min_length, P_INT}, + {"auto_unload_master_password", "FALSE", + &prefs_common.auto_unload_master_password, + P_BOOL}, /* Interface */ {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, -- cgit v1.3