summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 8ed74a3..91814fd 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -406,6 +406,8 @@ static PrefParam param[] = {
406 P_BOOL}, 406 P_BOOL},
407 {"gpg_signature_popup", "FALSE", &prefs_common.gpg_signature_popup, 407 {"gpg_signature_popup", "FALSE", &prefs_common.gpg_signature_popup,
408 P_BOOL}, 408 P_BOOL},
409 {"gpg_signature_popup_mode", "1", &prefs_common.gpg_signature_popup_mode,
410 P_INT},
409 {"store_passphrase", "FALSE", &prefs_common.store_passphrase, P_BOOL}, 411 {"store_passphrase", "FALSE", &prefs_common.store_passphrase, P_BOOL},
410 {"store_passphrase_timeout", "0", 412 {"store_passphrase_timeout", "0",
411 &prefs_common.store_passphrase_timeout, P_INT}, 413 &prefs_common.store_passphrase_timeout, P_INT},