From ade95c14a055a404fd1f2b9cb6da94d12cc61a98 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 26 Feb 2018 12:17:39 +0100 Subject: Signature box patch --- libsylph/prefs_common.c | 2 ++ libsylph/prefs_common.h | 1 + 2 files changed, 3 insertions(+) (limited to 'libsylph') 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[] = { P_BOOL}, {"gpg_signature_popup", "FALSE", &prefs_common.gpg_signature_popup, P_BOOL}, + {"gpg_signature_popup_mode", "1", &prefs_common.gpg_signature_popup_mode, + P_INT}, {"store_passphrase", "FALSE", &prefs_common.store_passphrase, P_BOOL}, {"store_passphrase_timeout", "0", &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 /* Privacy */ gboolean auto_check_signatures; gboolean gpg_signature_popup; + gint gpg_signature_popup_mode; gboolean store_passphrase; gint store_passphrase_timeout; gboolean passphrase_grab; -- cgit v1.3