Skip to content

Commit

Permalink
[icedove] small tweaks: no "new account" and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
boyska committed May 13, 2015
1 parent cb4cf98 commit 3102323
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ user_pref("spellchecker.dictionary", "it_IT");
user_pref("toolkit.telemetry.prompted", true);
user_pref("xpinstall.whitelist.add", "");
user_pref("xpinstall.whitelist.add.36", "");


// disable ad for gandi.net and hover.com
pref("mail.provider.enabled", false);
// don't waste vertical space for useless tab
pref ("mail.tabs.autoHide", true);

0 comments on commit 3102323

Please sign in to comment.