[tor-commits] [torbirdy/develop] Don't deal with some account settings twice.

sukhbir at torproject.org sukhbir at torproject.org
Fri Nov 25 05:54:48 UTC 2016


commit 56150f9c520a4d995a2f187471a462395ca8760e
Author: anonym <anonym at 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;
 





More information about the tor-commits mailing list