[tor-commits] [torbirdy/develop] Use the same port for Enigmail as used in the network settings (#19049)

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


commit 2a8e7d8dfb5360fa1772796ee3f6dcc33474d0e1
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed Jun 8 06:26:53 2016 -0400

    Use the same port for Enigmail as used in the network settings (#19049)
---
 components/torbirdy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",





More information about the tor-commits mailing list