aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-06 07:34:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-06 07:34:27 +0000
commitad1bba830a5e4a8d6d641111bf17396e177429da (patch)
tree7960a76f1e05d1b11a173d9b342fc74442590b22 /libsylph/prefs_common.c
parentab9022b4ab60dfdf1a547d96bb533a15e16fa0c3 (diff)
save GPG settings even if GPGME is disabled.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@551 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index eb1a1864..725a6f24 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -266,7 +266,6 @@ static PrefParam param[] = {
{"filter_junk_on_receive", "FALSE", &prefs_common.filter_junk_on_recv,
P_BOOL},
-#if USE_GPGME
/* Privacy */
{"auto_check_signatures", "TRUE", &prefs_common.auto_check_signatures,
P_BOOL},
@@ -275,11 +274,8 @@ static PrefParam param[] = {
{"store_passphrase", "FALSE", &prefs_common.store_passphrase, P_BOOL},
{"store_passphrase_timeout", "0",
&prefs_common.store_passphrase_timeout, P_INT},
-#ifndef G_OS_WIN32
{"passphrase_grab", "FALSE", &prefs_common.passphrase_grab, P_BOOL},
-#endif /* G_OS_WIN32 */
{"gpg_warning", "TRUE", &prefs_common.gpg_warning, P_BOOL},
-#endif /* USE_GPGME */
/* Interface */
{"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},