summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorSimeon Simeonov2018-02-28 23:51:46 +0100
committerSimeon Simeonov2018-02-28 23:51:46 +0100
commit8de2d887916cbdd3c2d756e77116585babd026f2 (patch)
tree15728a8be1602f176ac7d92b09a9eae57b354657 /libsylph/prefs_common.h
parent1bb2a9d33e8cd193c21f9995fb7852c7562cafcf (diff)
prefs_common.use_master_password added
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 910f370..ef5bb9b 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -249,6 +249,9 @@ struct _PrefsCommon
249 gboolean passphrase_grab; 249 gboolean passphrase_grab;
250 gboolean gpg_warning; 250 gboolean gpg_warning;
251 251
252 /* Master password */
253 gboolean use_master_password;
254
252 /* Interface */ 255 /* Interface */
253 gboolean sep_folder; 256 gboolean sep_folder;
254 gboolean sep_msg; 257 gboolean sep_msg;