Skip to content
Snippets Groups Projects
Commit ce3fe8da authored by steve-e's avatar steve-e
Browse files

Do not enable GPG when we just want to assign a speller language.

parent 68324dd1
No related branches found
No related tags found
No related merge requests found
......@@ -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': ({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment