Bug 4865 - Alternate language chosen as default while default language not chosen
Summary: Alternate language chosen as default while default language not chosen
Status: RESOLVED INVALID
Alias: None
Product: Claws Mail
Classification: Unclassified
Component: UI/Compose Window/Spell Checker (show other bugs)
Version: GIT
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2025-05-22 04:45 UTC by Michael Rasmussen
Modified: 2025-05-22 13:12 UTC (History)
0 users

See Also:


Attachments

Description Michael Rasmussen 2025-05-22 04:45:10 UTC
The spell checker is broken when the user has configured a default and an alternate language.

Given:
enable_aspell=1
dictionary=da_DK
alt_dictionary=en_GB
use_alternate_dict=1
check_while_typing=1
recheck_when_changing_dict=1
misspelled_color=#ff0000
use_both_dicts=1

When composing the following is shown:
Dictionary: en_GB
Use alternate (en_GB)
When I hover 'Dictionary: en_GB' I can see 'da_DK' is not selected

Expected is the following:
Dictionary: da_DK
Use alternate (en_GB)
When I hover 'Dictionary: en_DK' I can see 'en_GB' is selected
Comment 1 Michael Rasmussen 2025-05-22 04:51:34 UTC
(In reply to Michael Rasmussen from comment #0)
"When I hover 'Dictionary: en_DK' I can see 'en_GB' is selected"
Should have been:
When I hover 'Dictionary: en_DK' I can see 'da_DK' as well as 'en_GB' is selected
Comment 2 Michael Rasmussen 2025-05-22 04:52:40 UTC
(In reply to Michael Rasmussen from comment #1)
s/en_DK/da_DK/g
Comment 3 Paul 2025-05-22 06:38:33 UTC
It's working perfectly here using en_GB and fr_FR, in any order.
Comment 4 Michael Rasmussen 2025-05-22 13:12:58 UTC
Is was caused by folder properties which changed settings from Configuration -> Preferences

Note You need to log in before you can comment on or make changes to this bug.