Description: Configure SOCKS port to be 9050
 The default port is 9150, we want to use the system Tor port of 9050.
Author: Jacob Appelbaum <jacob@appelbaum.net>
Last-Update: 2016-07-02
Bug-Debian: http://bugs.debian.org/756054

--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -46,7 +46,7 @@

   // Configure Thunderbird to use the SOCKS5 proxy.
   "network.proxy.socks": "127.0.0.1",
-  "network.proxy.socks_port": 9150,
+  "network.proxy.socks_port": 9050,
   "network.proxy.socks_version": 5,

   // Set DNS proxying through SOCKS5.
