diff options
Diffstat (limited to 'libsylph/prefs_common.c')
| -rw-r--r-- | libsylph/prefs_common.c | 6 |
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}, |
