From 2d7b41ecb9343c4ff9549a1275bf97f00e6b6b36 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 15 Apr 2006 12:02:19 +0000 Subject: [PATCH] enable GPG by default if I assigned a GPG key --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index e5f2b4787..23a184b74 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -285,7 +285,7 @@ class Config: 'state_muc_directed_msg_color': [ opt_color, 'red2' ], }, {}), 'contacts': ({ - 'gpg_enabled': [ opt_bool, False ], + 'gpg_enabled': [ opt_bool, True ], }, {}), }