Do not enable GPG when we just want to assign a speller language.
This commit is contained in:
		
							parent
							
								
									68324dd104
								
							
						
					
					
						commit
						ce3fe8da97
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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': ({ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue