How to disable `New Account Setup` wizard in Mozilla Thunderbird
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Track title: CC H Dvoks String Quartet No 12 Ame
--
Chapters
00:00 How To Disable `New Account Setup` Wizard In Mozilla Thunderbird
00:41 Answer 1 Score 12
01:18 Accepted Answer Score 10
01:44 Answer 3 Score 6
02:06 Answer 4 Score 0
03:09 Thank you
--
Full question
https://superuser.com/questions/58771/ho...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#macos #thunderbird
#avk47
ANSWER 1
Score 12
My use case - use Thunderbird to view .eml
files.
What worked for me.
- Open an email with Thunderbird.
- Cancel the setup wizard.
- From the opened email view, go to
Edit
->Account Settings
. - Go to
Account Actions
->Add Feed Account
. - Click on
Next
, then click onFinish
.
Done. You won't be asked to create an account again.
ACCEPTED ANSWER
Score 10
I don't know of any way to disable the new account wizard but you could add an account with fake information and then set it to not automatically check the mail for that account. Thunderbird should stop bugging you about adding a new account and it shouldn't cause any problems (unless you click 'get mail' for that account).
ANSWER 3
Score 6
Set Thunderbird to "offline mode", then go through the wizard. It won't attempt the tests and you can select "advanced" and it should drop you back to the accounts configuration page and continue setting up there.
ANSWER 4
Score 0
I wanted to disable the Autoconfiguration Wizard for when I setup a new email account, because it always got in the way and even tried to find a "valid" configuration when setting up tunneled (localhost:1993
) mail server endpoints. I tried to disable it altogether by setting the following options in the Config Editor:
mailnews.auto_config_url = http//localhost:666 mailnews.auto_config.fetchFromISP.enabled = false mailnews.auto_config.fetchFromISP.sendEmailAddress = false mailnews.auto_config.guess.enabled = false
Now, when setting up a new email account, the Autoconfiguration Wizard is still printing Looking up configuration: Mozilla ISP Database
after the first step, but one is now able to click on Manual Config
and fill out all fields manually. Make sure no "Auto" or "Autodetect" fields remain, as we don't want autodetection:
Finally, click on Advanced config
instead of "Done
" and the well-known "Account Settings" window should come up with the account now already in place.