commit 2ecedff455b6c451f004bb8d35ecab8f287e141f Author: Sukhbir Singh sukhbir@torproject.org Date: Sun Sep 22 22:50:03 2013 -0400
Add support for Lightning --- components/torbirdy.js | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/components/torbirdy.js b/components/torbirdy.js index f0ba477..babb09d 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -264,6 +264,10 @@ const TorBirdyPrefs = { "messenger.status.userDisplayName": "", "messenger.startup.action": 0,
+ // Mozilla Lightning. + "calendar.useragent.extra": "", + "calendar.timezone.local": "", + // All preferences have been set: now enable TorBirdy. "extensions.torbirdy.protected": true, }
tor-commits@lists.torproject.org