[torbirdy/master] Group Enigmail preferences

commit ae93b03d457ca3ae31995c0bb63af8094fd77a76 Author: Sukhbir Singh <sukhbir@torproject.org> Date: Sun Sep 29 22:51:41 2013 -0400 Group Enigmail preferences --- components/torbirdy.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/torbirdy.js b/components/torbirdy.js index 6d5214f..a88a19b 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -216,15 +216,15 @@ const TorBirdyPrefs = { // 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://2eghzlv2wwcq7u7y.onion", + // Force GnuPG to use SHA512. + "extensions.enigmail.mimeHashAlgorithm": 5, + // Prefer plain text for RSS. "rss.display.prefer_plaintext": true, // Override the user agent by setting it to an empty string. "general.useragent.override": "", - // Force GnuPG to use SHA512. - "extensions.enigmail.mimeHashAlgorithm": 5, - // Disable WebGL. "webgl.disabled": true,
participants (1)
-
sukhbir@torproject.org