From ce3fe8da974305f4dcbdd87cdac2442345b873cd Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Thu, 10 Jan 2008 22:45:53 +0000 Subject: [PATCH] Do not enable GPG when we just want to assign a speller language. --- 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 454b329ec..d02c23565 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -363,7 +363,7 @@ class Config: 'state_muc_directed_msg_color': [ opt_color, 'red2' ], }, {}), 'contacts': ({ - 'gpg_enabled': [ opt_bool, True, _('Is OpenPGP enabled for this contact?')], + 'gpg_enabled': [ opt_bool, False, _('Is OpenPGP enabled for this contact?')], 'speller_language': [ opt_str, '', _('Language for which we want to check misspelled words')], }, {}), 'rooms': ({