diff options
| author | Simeon Simeonov | 2018-02-26 12:17:39 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 12:17:39 +0100 |
| commit | ade95c14a055a404fd1f2b9cb6da94d12cc61a98 (patch) | |
| tree | c38f7fe5e34beef03e18ce8e1d0e3aee14164a64 /libsylph/prefs_common.c | |
| parent | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (diff) | |
Signature box patch
Diffstat (limited to 'libsylph/prefs_common.c')
| -rw-r--r-- | libsylph/prefs_common.c | 2 |
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}, |
