commit 56150f9c520a4d995a2f187471a462395ca8760e Author: anonym anonym@riseup.net Date: Thu Mar 10 00:58:40 2016 +0100
Don't deal with some account settings twice.
We already deal with these in fixupTorbirdySettingsOnNewAccount() through prefs. --- chrome/content/emailwizard.js | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/chrome/content/emailwizard.js b/chrome/content/emailwizard.js index fc2d48e..30024ac 100644 --- a/chrome/content/emailwizard.js +++ b/chrome/content/emailwizard.js @@ -81,10 +81,6 @@ if(!org.torbirdy.emailwizard) org.torbirdy.emailwizard = new function() { config.incoming.auth = 3; config.outgoing.auth = 3;
- // Set default values to disable automatic email fetching. - config.incoming.loginAtStartup = false; - config.incoming.downloadOnBiff = false; - // Default the outgoing SMTP port. config.outgoing.port = 465;