commit 44567dbb5ad598f6766aee6c530f15bf92c5e358 Author: Sukhbir Singh sukhbir@torproject.org Date: Sun Sep 22 00:13:51 2013 -0400
Don't force updates and update LICENSE file --- LICENSE | 3 ++- components/torbirdy.js | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/LICENSE b/LICENSE index f67a4e6..b6be8c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (c) 2012, Jacob Appelbaum jacob@torproject.org +Copyright (c) 2012-2013, Jacob Appelbaum jacob@torproject.org +Copyright (c) 2012-2013, Sukhbir Singh sukhbir@torproject.org All rights reserved.
Redistribution and use in source and binary forms, with or without diff --git a/components/torbirdy.js b/components/torbirdy.js index 5b976f6..f0ba477 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -216,9 +216,6 @@ const TorBirdyPrefs = { // Override the user agent by setting it to an empty string. "general.useragent.override": "",
- // Make sure Thunderbird updates are enabled. - "app.update.enabled": true, - // Force GnuPG to use SHA512. "extensions.enigmail.mimeHashAlgorithm": 5,
tor-commits@lists.torproject.org