summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
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.h
parent42772c59f490d54d9766e1853daa35c08298f985 (diff)
Add support for auto-unloading av the master password
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h3
1 files changed, 2 insertions, 1 deletions
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
252 /* Master password */ 252 /* Master password */
253 gboolean use_master_password; 253 gboolean use_master_password;
254 gchar *master_password_hash; 254 gchar *master_password_hash;
255 guint encrypted_password_min_length; 255 guint encrypted_password_min_length;
256 gboolean auto_unload_master_password;
256 257
257 /* Interface */ 258 /* Interface */
258 gboolean sep_folder; 259 gboolean sep_folder;