diff options
Diffstat (limited to 'libsylph')
| -rw-r--r-- | libsylph/prefs_common.c | 2 | ||||
| -rw-r--r-- | libsylph/prefs_common.h | 1 |
2 files changed, 3 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}, |
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index ba9ddb5..910f370 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h | |||
| @@ -243,6 +243,7 @@ struct _PrefsCommon | |||
| 243 | /* Privacy */ | 243 | /* Privacy */ |
| 244 | gboolean auto_check_signatures; | 244 | gboolean auto_check_signatures; |
| 245 | gboolean gpg_signature_popup; | 245 | gboolean gpg_signature_popup; |
| 246 | gint gpg_signature_popup_mode; | ||
| 246 | gboolean store_passphrase; | 247 | gboolean store_passphrase; |
| 247 | gint store_passphrase_timeout; | 248 | gint store_passphrase_timeout; |
| 248 | gboolean passphrase_grab; | 249 | gboolean passphrase_grab; |
