[Pkg-privacy-commits] [torbirdy] 14/53: Don't deal with some account settings twice.

Ulrike Uhlig u-guest at moszumanska.debian.org
Sat Jul 2 20:08:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to annotated tag 0.2.0
in repository torbirdy.

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;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbirdy.git



More information about the Pkg-privacy-commits mailing list