summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
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.c
parent1bb2a9d33e8cd193c21f9995fb7852c7562cafcf (diff)
prefs_common.use_master_password added
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 91814fd..68f72fa 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -415,9 +415,13 @@ static PrefParam param[] = {
415#ifdef G_OS_WIN32 415#ifdef G_OS_WIN32
416 {"show_gpg_warning", "FALSE", &prefs_common.gpg_warning, P_BOOL}, 416 {"show_gpg_warning", "FALSE", &prefs_common.gpg_warning, P_BOOL},
417#else 417#else
418 {"show_gpg_warning", "TRUE", &prefs_common.gpg_warning, P_BOOL}, 418 {"show_gpg_warning", "TRUE", &prefs_common.gpg_warning, P_BOOL},
419#endif 419#endif
420 420
421 /* Master password */
422 {"use_master_password", "FALSE", &prefs_common.use_master_password,
423 P_BOOL},
424
421 /* Interface */ 425 /* Interface */
422 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, 426 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},
423 {"separate_message", "FALSE", &prefs_common.sep_msg, P_BOOL}, 427 {"separate_message", "FALSE", &prefs_common.sep_msg, P_BOOL},