Stop automatically setting the default account to log in at start-up
Categories
(Thunderbird :: Account Manager, task)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
AFAICT, what this code is for is to reset the default account's loginAtStartUp
setting to true, once – the first time that loadStartFolder
is called after there is a default account. The preference is set and the code never runs again.
This is probably after the user sets up the first account using the account set up tab. The loadStartFolder
preference is almost certainly already true.
However, there is another case where this code might run, and that's if an account is set up externally before Thunderbird starts. For example, in an automated test. In this case, if the preference is false it's probably explicitly false for a good reason. For example, in an automated test. Setting it to true only confuses the issue and the fact that this is a one-off change makes it more confusing.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/08dea595c755
Stop automatically setting the default account to log in at start-up. r=mkmelin
Description
•