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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsylph/prefs_common.h') diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index 92333aa..6f9c364 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h @@ -252,7 +252,8 @@ struct _PrefsCommon /* Master password */ gboolean use_master_password; gchar *master_password_hash; - guint encrypted_password_min_length; + guint encrypted_password_min_length; + gboolean auto_unload_master_password; /* Interface */ gboolean sep_folder; -- cgit v1.3