Skip to content

Commit

Permalink
thunderbird.cfg activated, socksport adjusted,
Browse files Browse the repository at this point in the history
POP3 default selection is broken and Tails removed their patch: https://gitlab.tails.boum.org/tails/tails/-/issues/17276. Removed dummy pref.
  • Loading branch information
HulaHoop0 committed Jul 30, 2020
1 parent e4e08b5 commit a4a121b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/thunderbird/pref/40_thunderbird.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// Original: https://git-tails.immerda.ch/tails/plain/config/chroot_local-includes/etc/thunderbird/pref/thunderbird.js
// Related Topic: https://forums.whonix.org/t/torbirdy-deprecated-replacement-required/8782/6

// Loading the lock file: http://kb.mozillazine.org/Lock_Prefs
pref("general.config.filename", "thunderbird.cfg");

pref("extensions.update.enabled", false);

// Use LANG environment variable to choose locale from system
Expand All @@ -18,9 +21,6 @@ pref("extensions.update.enabled", false);
// pulling the system locale into Thunderbird.
pref("intl.locale.requested", "");

// For extensions.torbirdy.defaultprotocol, POP = 0, IMAP = 1
pref("extensions.torbirdy.defaultprotocol", 0);

// Disable default mail checking (gnome).
pref("mail.shell.checkDefaultMail", false);

Expand Down Expand Up @@ -93,7 +93,7 @@ pref("network.proxy.failover_timeout", 1800);

// Configure Thunderbird to use the SOCKS5 proxy.
pref("network.proxy.socks", "127.0.0.1");
pref("network.proxy.socks_port", 9050);
pref("network.proxy.socks_port", 9102);
pref("network.proxy.socks_version", 5);

// Set DNS proxying through SOCKS5.
Expand Down

0 comments on commit a4a121b

Please sign in to comment.