Closed
Bug 679873
Opened 14 years ago
Closed 5 years ago
Automatically select newly created account, when created from Account Manager
Categories
(MailNews Core :: Account Manager, enhancement)
MailNews Core
Account Manager
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 71.0
People
(Reporter: BenB, Assigned: aceman)
References
Details
(Keywords: polish)
Attachments
(1 file)
3.72 KB,
patch
|
jorgk-bmo
:
review+
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
Reproduction:
1. Have several accounts already set up
2. Go to Edit|Account Settings... window, select an account
3. Click button Account Actions | Add Mail Account...
4. Walk through wizard, finish it successfully
Actual result:
- The account selected in step 2 is still selected
Expected result:
- The newly created account is selected
Sure, let's do this. This will be consistent with the behaviour of the filter list editor and the identity list editor.
One complication is that the account is created in a new dialog so I hope I can get from it which account was created.
Instead of patching all the various wizards and provisioners to send back the id of the new account, I'll rather patch onAddAccount(), AddMailAccount(), AddIMAccount() to store the current list of accounts, then call the wizards and then see which ID is new and then select it. A bit hacky but the wizards are too ugly to touch them.
Would this work for you?
Attachment #9077858 -
Flags: feedback?(neil)
Attachment #9077858 -
Flags: feedback?(ben.bucksch)
Attachment #9077858 -
Flags: review?(jorgk)
Attachment #9077858 -
Flags: review?(iann_bugzilla)
Comment 6•5 years ago
|
||
Comment on attachment 9077858 [details] [diff] [review]
679873.patch
Looks OK to me, but I'm not an expert in the field.
Attachment #9077858 -
Flags: review?(jorgk) → review+
Comment on attachment 9077858 [details] [diff] [review]
679873.patch
Tested with creating IMAP, rss and news accounts and didn't hit any issues.
LGTM r=me
Attachment #9077858 -
Flags: review?(iann_bugzilla) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/41829078a11a
Select newly created server in the account manager. r=jorgk,IanN
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 71.0
Comment 9•5 years ago
|
||
Comment on attachment 9077858 [details] [diff] [review]
679873.patch
I imagine these FB requests are no longer needed
Attachment #9077858 -
Flags: feedback?(neil)
Attachment #9077858 -
Flags: feedback?(ben.bucksch)
You need to log in
before you can comment on or make changes to this bug.
Description
•