Closed
Bug 1729577
Opened 4 years ago
Closed 4 years ago
Reset app.use_without_mail_account after an email account is created
Categories
(Thunderbird :: Preferences, defect)
Thunderbird
Preferences
Tracking
(thunderbird_esr91 wontfix, thunderbird93+ affected)
RESOLVED
FIXED
94 Branch
People
(Reporter: aleca, Assigned: aleca)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Scenario:
- The user cancels the account setup and enables the checkbox to use Thunderbird without an email account.
- Later, the user decides to create an email account.
- Upon restart, the
loadPostAccountWizardis never properly called since theapp.use_without_mail_accountpref is still set toTRUE.
We need to be sure to set app.use_without_mail_account back to FALSE when an email account is created.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
This change shouldn't affect anything, but just in case: https://treeherder.mozilla.org/jobs?repo=try-comm-central&revision=90dc37a4879daf26bb43dc5bd2ecb5ba8017f728
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/04fa81adcb39
Reset app.use_without_mail_account after an email account is created. r=darktrojan
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
status-thunderbird93:
--- → affected
Target Milestone: --- → 94 Branch
Updated•4 years ago
|
status-thunderbird_esr91:
--- → wontfix
tracking-thunderbird93:
--- → +
You need to log in
before you can comment on or make changes to this bug.
Description
•