summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukhbir Singh <sukhbir@torproject.org>2016-06-08 06:26:53 -0400
committerSukhbir Singh <sukhbir@torproject.org>2016-06-08 06:28:58 -0400
commit2a8e7d8dfb5360fa1772796ee3f6dcc33474d0e1 (patch)
tree299c684547aa4df401ffb6185a032b10beeff755
parentda021937c5b1daf8766821fa97456f7afaff80a7 (diff)
Use the same port for Enigmail as used in the network settings (#19049)
-rw-r--r--components/torbirdy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/torbirdy.js b/components/torbirdy.js
index 1c71bf0..1f569d0 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -274,7 +274,7 @@ var TorBirdyPrefs = {
// We want to force UTF-8 everywhere
"--display-charset utf-8 " +
// We want to ensure that Enigmail is proxy aware even when it runs gpg in a shell
- "--keyserver-options http-proxy=socks5h://127.0.0.1:9050 ",
+ "--keyserver-options http-proxy=socks5h://127.0.0.1:9150 ",
// The default key server should be a hidden service and this is the only known one (it's part of the normal SKS network)
"extensions.enigmail.keyserver": "hkp://qdigse2yzvuglcix.onion",