[tor-commits] [torbirdy/develop] Add changelog for version 0.2.1

2016-11-24 Thread sukhbir
commit c1f8eb6b2216436c12465cd7cfe62d471be881d6 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Nov 7 05:34:06 2016 -0500 Add changelog for version 0.2.1 --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac49c95..a2bbd8c

[tor-commits] [torbirdy/develop] Improve code formatting

2016-11-24 Thread sukhbir
commit 440ee19bb05152b2934d0b3d582fb3d9c02f Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Jun 6 00:59:27 2016 -0400 Improve code formatting --- chrome/content/emailwizard.js | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chrome/c

[tor-commits] [torbirdy/develop] Make extensions.torbirdy.defaultprotocol affect the auto wizard.

2016-11-24 Thread sukhbir
commit c2d74fe85b70622dfebb21ee4b2fccc620a0a1e2 Author: anonym Date: Tue May 24 03:43:09 2016 +0200 Make extensions.torbirdy.defaultprotocol affect the auto wizard. I.e. if we prefer POP over IMAP, let's pre-select any POP result we have probed, and let's

[tor-commits] [torbirdy/develop] Revert setting no_proxies_on to an empty string

2016-11-24 Thread sukhbir
commit b2f6a45bdfebe71072bd9c791a92383ecc087dc2 Author: Sukhbir Singh <sukh...@torproject.org> Date: Sat Jul 2 13:11:17 2016 -0400 Revert setting no_proxies_on to an empty string This breaks certain configurations and actually doesn't give us much benefit; rev

[tor-commits] [torbirdy/develop] Added support for automatic configuration of systemli.org email accounts

2016-11-24 Thread sukhbir
commit 9204ddc23dbb6bf755af91a933f2a3fb210ba0d2 Author: shadow Date: Wed Jun 29 15:33:37 2016 +0200 Added support for automatic configuration of systemli.org email accounts --- chrome/content/emailwizard.js | 4 1 file changed, 4 insertions(+) diff --git

[tor-commits] [torbirdy/develop] Update port to 9150 (related to #19049)

2016-11-24 Thread sukhbir
commit de52ae9026cb207faf69e2218ec0a5e26009b220 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Jun 20 10:29:52 2016 -0400 Update port to 9150 (related to #19049) --- chrome/content/preferences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/c

[tor-commits] [torbirdy/develop] Update changelog and set version to 0.2.0

2016-11-24 Thread sukhbir
commit 1319ae8e33b4c6ee5ff61e9bb9f87ece14f2636d Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed Jun 15 09:49:06 2016 -0400 Update changelog and set version to 0.2.0 --- ChangeLog | 25 +++-- install.rdf | 2 +- 2 files changed, 24 insertions(+), 3 del

[tor-commits] [torbirdy/develop] Prevent third-party images from loading

2016-11-24 Thread sukhbir
commit 7b5fd8c94ebdf81b6d0e8893a75aa64d48e4cf53 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu May 19 09:39:12 2016 -0400 Prevent third-party images from loading In theory we can allow all images but in the context of Thunderbird, blocking third-party images

[tor-commits] [torbirdy/develop] Bump version to 0.2.1

2016-11-24 Thread sukhbir
commit 5da0998476219764e3d8b06d4c12350ee042e143 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Nov 24 11:20:05 2016 -0500 Bump version to 0.2.1 --- install.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rdf b/install.rdf index 801c7ad..9

[tor-commits] [torbirdy/develop] Update log comments

2016-11-24 Thread sukhbir
commit c0337354dd972fecef30f651ab987cc6c375e39d Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed Jun 15 08:40:19 2016 -0400 Update log comments --- components/torbirdy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/torbirdy.js b/comp

[tor-commits] [torbirdy/develop] Bug 20750, 20644: Ensure RSS feeds are displayed as plain text

2016-11-24 Thread sukhbir
commit 1ee985b6d113780c0cfc0501ece56ca99e98a350 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Nov 24 01:30:13 2016 -0500 Bug 20750, 20644: Ensure RSS feeds are displayed as plain text --- components/torbirdy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/comp

[tor-commits] [torbirdy/develop] Global let/const are no longer properties (bugzilla #1209777)

2016-11-24 Thread sukhbir
commit 31de9e4937791467752bc071104e9363a41735c2 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon May 16 14:57:29 2016 -0400 Global let/const are no longer properties (bugzilla #1209777) --- chrome/content/composeoverlay.js | 4 ++-- components/torbirdy.js

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

2016-11-24 Thread sukhbir
commit 2a8e7d8dfb5360fa1772796ee3f6dcc33474d0e1 Author: Sukhbir Singh <sukh...@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(-)

[tor-commits] [torbirdy/develop] Remove redundant security settings

2016-11-24 Thread sukhbir
commit 776e7cb2700c7cc5f2416ff1036684ea7e605665 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu May 19 09:23:12 2016 -0400 Remove redundant security settings We have supported servers that do not support secure renegotiation but that was a long time ago whe

[tor-commits] [torbirdy/develop] Update TorBirdy signing key

2016-11-24 Thread sukhbir
commit 06b2419e020ff7a8ad47d6b9434d3161b9f85090 Author: Sukhbir Singh <sukh...@torproject.org> Date: Fri Jun 24 13:42:35 2016 -0400 Update TorBirdy signing key --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7dca2f9..6

[tor-commits] [torbirdy/develop] Update fetching preference value for default protocol

2016-11-24 Thread sukhbir
commit 602b5d8f7d342ec86f3494791e65ecc5bfd097a6 Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed May 4 13:35:53 2016 -0400 Update fetching preference value for default protocol --- chrome/content/emailwizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [torbirdy/develop] Update comments and fix typo

2016-11-24 Thread sukhbir
commit 454ceb1023f316331bc5e800aaf3969c22c92266 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Jun 6 01:14:52 2016 -0400 Update comments and fix typo --- chrome/content/emailwizard.js | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/

[tor-commits] [torbirdy/develop] Merge pull request #32 from arthuredelstein/6314+1

2016-11-24 Thread sukhbir
commit 385f4ab430f6d4462b055543f2c54297a70ec5ff Merge: 1319ae8 230ba97 Author: Sukhbir Singh <sukh...@torproject.org> Date: Fri Jun 17 11:44:07 2016 -0400 Merge pull request #32 from arthuredelstein/6314+1 Bug 6314: Ensure Date header uses UTC string components/torbirdy.

[tor-commits] [torbirdy/develop] Don't deal with some account settings twice.

2016-11-24 Thread sukhbir
commit 56150f9c520a4d995a2f187471a462395ca8760e Author: anonym Date: Thu Mar 10 00:58:40 2016 +0100 Don't deal with some account settings twice. We already deal with these in fixupTorbirdySettingsOnNewAccount() through prefs. ---

[tor-commits] [torbirdy/develop] Remove redundant patches and associated overlays for #6314 and #6315

2016-11-24 Thread sukhbir
commit 6b53dfaa246f46ae83abd3e2edf5dd12643c2ec6 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon May 16 17:43:23 2016 -0400 Remove redundant patches and associated overlays for #6314 and #6315 Patches for the above two bugs have been merged upstream by Arthur Ede

[tor-commits] [torbirdy/develop] Reflect TorBirdy's state in UI after uninstall/disable (#10683)

2016-11-24 Thread sukhbir
commit 26a0def110411e65f0abad893533a705d30a4424 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon May 16 17:28:35 2016 -0400 Reflect TorBirdy's state in UI after uninstall/disable (#10683) When TorBirdy is uninstalled or disabled, the status bar text and

[tor-commits] [torbirdy/develop] Update comment for last commit

2016-11-24 Thread sukhbir
commit b18407669b898a091706485738f9523da1d95508 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu May 19 09:55:39 2016 -0400 Update comment for last commit --- components/torbirdy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/torbird

[tor-commits] [torbirdy/develop] Update translations

2016-11-24 Thread sukhbir
commit da021937c5b1daf8766821fa97456f7afaff80a7 Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed Jun 8 04:28:09 2016 -0400 Update translations --- chrome/locale/ar/torbirdy.dtd | 5 --- chrome/locale/ar/torbirdy.properties| 3 +- chrome/locale/ca/torbir

[tor-commits] [torbirdy/develop] Set secure defaults for outgoing servers (#19330)

2016-11-24 Thread sukhbir
commit 3fef66ce5e06830ead85d4c955908e0f6dc8c56d Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Jun 7 12:19:27 2016 -0400 Set secure defaults for outgoing servers (#19330) --- components/torbirdy.js | 25 + 1 file changed, 25 insertions(+) diff

[tor-commits] [torbirdy/develop] Merge branch 'master' into post-secure-autoconfig

2016-11-24 Thread sukhbir
commit 188fbd679a85dc8909bf0eff46b840112a2bd54b Merge: 89bf536 caaf2b5 Author: Ulrike Uhlig Date: Wed May 4 13:00:23 2016 +0200 Merge branch 'master' into post-secure-autoconfig Makefile | 6 ++ chrome/content/emailwizard.js | 4

[tor-commits] [torbirdy/develop] Bug 6314: Ensure Date header uses UTC string

2016-11-24 Thread sukhbir
commit 230ba97882424d35e12794c45db7c6715fe753f9 Author: Arthur Edelstein Date: Thu Jun 16 16:49:58 2016 -0700 Bug 6314: Ensure Date header uses UTC string --- components/torbirdy.js | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[tor-commits] [torbirdy/develop] Secure NNTP settings on account creation (#7847)

2016-11-24 Thread sukhbir
commit 0f1d01af3ab0572f4ffc25bb67c1b03afc9591f5 Author: Sukhbir Singh <sukh...@torproject.org> Date: Fri May 13 18:26:10 2016 -0400 Secure NNTP settings on account creation (#7847) --- chrome.manifest | 1 + chrome/content/nntpwizard.js

[tor-commits] [torbirdy/develop] Add overlay to disable automatic checking and fetching of RSS feeds (#19031)

2016-11-24 Thread sukhbir
commit 0968621f307da8a9a0fcf6de9b30fb757169ccfe Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed May 11 21:32:14 2016 -0400 Add overlay to disable automatic checking and fetching of RSS feeds (#19031) To disable checking of new articles on startup and after a fixed in

[tor-commits] [torbirdy/develop] Make TorBirdy XPI deterministic (#15459)

2016-11-24 Thread sukhbir
commit caaf2b593ba2a116ac8f63416bb311bcdd140ee2 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue May 3 15:29:52 2016 -0400 Make TorBirdy XPI deterministic (#15459) --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 96214b1..4

[tor-commits] [torbirdy/develop] Replace 'var' with 'let' for iterations

2016-11-24 Thread sukhbir
commit de8d9fa2964132f657f03d3ba27f3ea317c39eba Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon May 30 06:19:48 2016 -0400 Replace 'var' with 'let' for iterations --- chrome/content/preferences.js | 10 +- components/torbirdy.js| 26 +--

[tor-commits] [torbirdy/develop] Merge pull request #30 from u451f/post-secure-autoconfig

2016-11-24 Thread sukhbir
commit 1da072c0051b4ca05ec667ed516ce8edcb8186fe Merge: caaf2b5 188fbd6 Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed May 4 13:14:59 2016 -0400 Merge pull request #30 from u451f/post-secure-autoconfig Secure autoconfiguration chrome/content/emailwizard.js

[tor-commits] [torbirdy/develop] Improve variable name.

2016-11-24 Thread sukhbir
commit a229be9aef54736b38ff224b6d7283e5fade3a42 Author: anonym Date: Wed Mar 9 20:18:35 2016 +0100 Improve variable name. --- chrome/content/emailwizard.js | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chrome/content/emailwizard.js

[tor-commits] [torbirdy/develop] Refactor.

2016-11-24 Thread sukhbir
commit ead042821ece6420cecdd5efc40e21c4e4a9d03d Author: anonym Date: Wed Mar 9 19:30:39 2016 +0100 Refactor. --- chrome/content/emailwizard.js | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git

[tor-commits] [torbirdy/develop] Disable HTML for RSS feeds

2016-11-24 Thread sukhbir
commit 174cd106b9708d22c9825d6611b13d1f22d7397a Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed May 11 15:34:48 2016 -0400 Disable HTML for RSS feeds --- components/torbirdy.js | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/torbird

[tor-commits] [torbirdy/develop] Allow changing the default protocol (#15879)

2016-11-24 Thread sukhbir
commit 04fd3d875491a0fdcc598c43c53edc0eb384e4cf Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon May 2 14:49:52 2016 -0400 Allow changing the default protocol (#15879) --- chrome/content/emailwizard.js | 3 +++ defaults/preferences/prefs.js | 1 + 2 files changed, 4 inse

[tor-commits] [torbirdy/develop] Set calender timezone to UTC

2016-11-24 Thread sukhbir
commit ff0bf3cad0d223342760c3d0275073f6c3bc527b Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu May 12 17:52:40 2016 -0400 Set calender timezone to UTC --- components/torbirdy.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/torbird

[tor-commits] [torbirdy/develop] Use Tor's SOCKSPort for Enigmail's keyserver configuration.

2016-11-24 Thread sukhbir
commit 89bf536f14872660815886f480cc88902904d4aa Author: anonym Date: Fri Mar 18 17:42:16 2016 +0100 Use Tor's SOCKSPort for Enigmail's keyserver configuration. It's not necessarily the case that users have an HTTP proxy running on port 8118, and if they do

[tor-commits] [torbirdy/develop] Refactor.

2016-11-24 Thread sukhbir
commit 7fc8da14e00d2e6d2436358ffd509e81527bdfa6 Author: anonym Date: Fri Mar 18 16:51:09 2016 +0100 Refactor. --- chrome/content/preferences.js | 40 1 file changed, 12 insertions(+), 28 deletions(-) diff --git

[tor-commits] [torbirdy/develop] Update privacy settings and related preferences

2016-11-24 Thread sukhbir
commit 2bdeffbbeedfdf382b33f0faaf6839427096544a Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon May 16 12:26:34 2016 -0400 Update privacy settings and related preferences --- components/torbirdy.js | 161 ++--- 1 file change

[tor-commits] [torbirdy/develop] Configure Riseup accounts automatically

2016-11-24 Thread sukhbir
commit d9f74a8f71c80eb70ad37a68f8ba743b1779414c Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu May 12 17:51:44 2016 -0400 Configure Riseup accounts automatically --- chrome/content/emailwizard.js | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-)

[tor-commits] [torbirdy/develop] Work around Thunderbird forcing login_at_startup for the first account.

2016-11-24 Thread sukhbir
commit eede7c74389004e8d01d83068e524461adcaa32a Author: anonym Date: Thu Mar 17 14:08:18 2016 +0100 Work around Thunderbird forcing login_at_startup for the first account. --- components/torbirdy.js | 8 1 file changed, 8 insertions(+) diff --git

[tor-commits] [torbirdy/develop] helo_argument IP should be encapsulated in []'s

2016-11-24 Thread sukhbir
commit 0f14f38b7fad2983623157eaedc8af294eeb74fc Author: Ulrike Uhlig Date: Thu Jan 21 13:11:40 2016 +0100 helo_argument IP should be encapsulated in []'s This is a patch proposed by Chris Knadle chris.kna...@coredump.us to make torbirdy compliant with RFC 5821

[tor-commits] [torbirdy/develop] Do not set the timezone to UTC

2016-11-24 Thread sukhbir
commit c6de0283fd8fe2a75312985d39e85ba8148f0c97 Author: Sukhbir Singh <sukh...@torproject.org> Date: Fri May 6 16:03:40 2016 -0400 Do not set the timezone to UTC TorBirdy was setting the timezone to UTC to prevent leaks in the date and the message-ID header. With

[tor-commits] [torbirdy/develop] Fix indentation in feedwizard.js

2016-11-24 Thread sukhbir
commit 405564bc67868489607fab60c7e66beaa5f4ce00 Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed May 11 21:49:54 2016 -0400 Fix indentation in feedwizard.js --- chrome/content/feedwizard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/c

[tor-commits] [torbirdy/develop] Set authentication for Gmail to OAuth2 (#17118)

2016-11-24 Thread sukhbir
commit 1d08d03c80cb01c5495c9e04301ad20b21ae06bb Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon May 9 10:43:35 2016 -0400 Set authentication for Gmail to OAuth2 (#17118) For Gmail, the authentication type is set to OAuth2 instead of the default "normal pass

[tor-commits] [torbirdy/develop] Fix bug that prevented Thunderbird from starting

2016-11-24 Thread sukhbir
commit 625f80e1f656f38784c3928cc5e62f1407d1c400 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Mar 9 16:20:56 2015 +0530 Fix bug that prevented Thunderbird from starting --- ChangeLog | 5 + components/torbirdy.js | 4 ++-- 2 files changed, 7 insertions

[tor-commits] [torbirdy/develop] Merge pull request #26 from arthuredelstein/6314

2016-11-24 Thread sukhbir
commit bfa822de6071e894dad3d5c59e4fdf2ebacd91e2 Merge: 19cc1c7 7169642 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Dec 10 22:00:00 2015 -0500 Merge pull request #26 from arthuredelstein/6314 Bug #6314: Round Date header down to nearest minute. components/torbi

[tor-commits] [torbirdy/develop] Let us always disable remote account creation.

2016-11-24 Thread sukhbir
commit f15169e876225ac28aa3bea10d233c2035a16066 Author: anonym Date: Wed Mar 9 18:47:20 2016 +0100 Let us always disable remote account creation. When the automatic configuration wizard is enabled we probably want to use *it*, and not the remote account

[tor-commits] [torbirdy/develop] As suggested by anonym on #13721, add en-US locale to chrome.manifest

2016-11-24 Thread sukhbir
commit 3d625f36926b958dcaa23ea453d1d2b5a61edee4 Author: Ulrike Uhlig Date: Sun Sep 27 14:11:07 2015 +0200 As suggested by anonym on #13721, add en-US locale to chrome.manifest --- chrome.manifest | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome.manifest

[tor-commits] [torbirdy/develop] Switch to Preferences.jsm.

2016-11-24 Thread sukhbir
commit c87a2a2b11dc62b4b9a11fe27b2dbc3fd8d163f5 Author: anonym Date: Wed Mar 9 20:07:17 2016 +0100 Switch to Preferences.jsm. It's cleaner and simpler due to the type inference which we already use, so let's stick with one approach. Also the explicit default

[tor-commits] [torbirdy/develop] Update website push details

2016-11-24 Thread sukhbir
commit 1ec029f3f7e6b3892e3b6de9d5dde0af9f2d7b1d Author: Jacob Appelbaum Date: Thu Oct 23 14:55:13 2014 + Update website push details --- Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index

[tor-commits] [torbirdy/develop] Fix name.

2016-11-24 Thread sukhbir
commit 9ea891ff0819ece07418cde374b97923a0dde2a1 Author: anonym Date: Wed Mar 9 14:00:24 2016 +0100 Fix name. This method does not necessarily disable the wizard. --- chrome/content/emailwizard.js | 4 ++-- chrome/content/emailwizard.xul | 2 +- 2 files

[tor-commits] [torbirdy/develop] Merge pull request #24 from u451f/patch+13721-default-locale

2016-11-24 Thread sukhbir
commit 19cc1c71b9ee44554f3ff5ac6006da1380bd3a95 Merge: 4cdded4 3d625f3 Author: Sukhbir Singh <s3si...@uwaterloo.ca> Date: Mon Sep 28 03:40:26 2015 -0400 Merge pull request #24 from u451f/patch+13721-default-locale As suggested by anonym on #13721, add en-US

[tor-commits] [torbirdy/develop] switch to new GnuPG key

2016-11-24 Thread sukhbir
commit afa1e7d019d5765458feba9a2d21bab55beb461a Author: Jacob Appelbaum Date: Thu Oct 23 14:16:26 2014 + switch to new GnuPG key --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 078535c..414dff0 100644

[tor-commits] [torbirdy/develop] Update the version number

2016-11-24 Thread sukhbir
commit 4cdded42ca5c6f900c893a8b3d27c50ce6854eac Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Mar 9 16:31:58 2015 +0530 Update the version number --- install.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rdf b/install.rdf index d3108ab..3

[tor-commits] [torbirdy/develop] Also apply TorBirdy's account tweaks after autoconfiguraion.

2016-11-24 Thread sukhbir
commit 56c72de801a816a3f0e231a37a2dff5b7cf3bffb Author: anonym Date: Wed Mar 9 18:53:34 2016 +0100 Also apply TorBirdy's account tweaks after autoconfiguraion. This fixes Tails bug #11204: https://labs.riseup.net/code/issues/11204 ---

[tor-commits] [torbirdy/develop] Simplify.

2016-11-24 Thread sukhbir
commit 9b75deeba42e6e7e94cc5acf6e74651d04f63c10 Author: anonym Date: Wed Mar 9 20:16:59 2016 +0100 Simplify. --- chrome/content/emailwizard.js | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chrome/content/emailwizard.js

[tor-commits] [torbirdy/develop] Update the ChangeLog

2016-11-24 Thread sukhbir
commit 9a61b8d85eeb0db7110d107d012533882213fb88 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Mar 4 12:36:49 2014 -0500 Update the ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2e81449..ee4ff1e 100644 --- a/Cha

[tor-commits] [torbirdy/develop] Update the reply header format (closes #13480)

2016-11-24 Thread sukhbir
commit 2320b84292f1002fc36b481b1f2f8c7abbdca3da Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Oct 23 12:53:03 2014 +0530 Update the reply header format (closes #13480) --- components/torbirdy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/torbird

[tor-commits] [torbirdy/develop] Update emailwizard.js and components/torbirdy.js

2016-11-24 Thread sukhbir
commit 80e6096833b99eee046704b5245db52b25b14ed9 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Mar 4 12:20:45 2014 -0500 Update emailwizard.js and components/torbirdy.js - Ensure for new accounts that login_at_startup and download_on_biff are set to

[tor-commits] [torbirdy/develop] Bug #6314: Round Date header down to nearest minute.

2016-11-24 Thread sukhbir
commit 7169642643b91f203782d8e6a885d53fbb43f49e Author: Arthur Edelstein Date: Tue Dec 8 16:59:22 2015 -0800 Bug #6314: Round Date header down to nearest minute. --- components/torbirdy.js | 20 1 file changed, 20 insertions(+) diff --git

[tor-commits] [torbirdy/develop] Drop special treatment of Tails vs account creation.

2016-11-24 Thread sukhbir
commit c8da9f2e9006751631a7fbc46be80aaaec31562f Author: anonym Date: Wed Mar 9 13:53:32 2016 +0100 Drop special treatment of Tails vs account creation. The extensions.torbirdy.emailwizard pref is enough for Tails' purposes, so let's clean up a bit. ---

[tor-commits] [torbirdy/develop] Add README.RELEASE instructions

2016-11-24 Thread sukhbir
commit 714252d242dc967204215063ec300fcf24886890 Author: Jacob Appelbaum Date: Thu Oct 23 14:30:06 2014 + Add README.RELEASE instructions --- Makefile | 2 +- README.RELEASE | 20 2 files changed, 21 insertions(+), 1 deletion(-) diff

[tor-commits] [torbirdy/develop] Simplify.

2016-11-24 Thread sukhbir
commit 63aba79747531845fd44fd96879c669b2921fab3 Author: anonym Date: Wed Mar 9 14:00:41 2016 +0100 Simplify. The removed logic is already present in pub.adjustAutoWizard(). --- chrome/content/emailwizard.js | 7 +-- 1 file changed, 1 insertion(+), 6

[tor-commits] [torbirdy/develop] Update the ChangeLog

2016-11-24 Thread sukhbir
commit ed79dadd63337450099c5918e1b0494dbbecfbb1 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Mar 4 21:13:32 2014 -0500 Update the ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee4ff1e..54f2e4d

[tor-commits] [torbirdy/develop] Fix a typo

2016-11-24 Thread sukhbir
commit a178f33f2ec49758c7a3c451548e4732a54a69d4 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Mar 4 21:24:20 2014 -0500 Fix a typo --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de1382e..3a1778d

[tor-commits] [torbirdy/develop] remove dump()

2016-11-24 Thread sukhbir
commit 44ea30351bcb96a91505c77fd0e7141e35e0 Author: Jacob Appelbaum Date: Thu Oct 23 14:06:29 2014 + remove dump() --- components/torbirdy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/torbirdy.js b/components/torbirdy.js index

[tor-commits] [torbirdy/develop] Add new translations and update chrome.manifest

2016-11-24 Thread sukhbir
commit 7a1d3ad953c330b19c49dd0aac0abc016db4c9a1 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Mar 4 21:10:55 2014 -0500 Add new translations and update chrome.manifest - French (Canada) - Farsi - Khmer - Korean - Norwegian Bokmål - Ukr

[tor-commits] [torbirdy/develop] Finalize 31 translations and update relevant files

2016-11-24 Thread sukhbir
commit 8df3d0b6e90b7eeddbc6db97e5e97b6d38ae7b7a Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Oct 23 16:53:52 2014 +0530 Finalize 31 translations and update relevant files --- ChangeLog | 47 +-- chrome.ma

[tor-commits] [torbirdy/develop] Merge pull request #18 from adrelanos/patch-1

2016-11-24 Thread sukhbir
commit 9be34f6ac3c12b7b972c6e5768749f6c18725d8c Merge: 1ec029f b44db6e Author: Sukhbir Singh <s3si...@uwaterloo.ca> Date: Sun Nov 30 21:22:08 2014 +0530 Merge pull request #18 from adrelanos/patch-1 updated Whonix settings chrome/content/preferences.js | 2 +- 1 file chan

[tor-commits] [torbirdy/develop] Better formatting for the ChangeLog languages

2016-11-24 Thread sukhbir
commit 854cab33ad5d26bf232ff00baf5246371e399c0b Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Mar 4 21:15:52 2014 -0500 Better formatting for the ChangeLog languages --- ChangeLog | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Chang

[tor-commits] [torbirdy/develop] added version, homepage and source of gpg.conf optimized for privacy

2016-11-24 Thread sukhbir
commit c00d91959121a265111e335457e25605a9a0a21a Author: Patrick Schleizer Date: Tue Mar 11 19:19:06 2014 + added version, homepage and source of gpg.conf optimized for privacy --- gpg.conf | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[tor-commits] [torbirdy/develop] Merge pull request #15 from adrelanos/gpg.conf_comments

2016-11-24 Thread sukhbir
commit 89f771363ababcbb718b64136e1bcd545c67171c Merge: a178f33 c00d919 Author: Sukhbir Singh <sukhbir...@gmail.com> Date: Tue Mar 11 20:10:50 2014 -0400 Merge pull request #15 from adrelanos/gpg.conf_comments added version, homepage and source of gpg.conf optimized for p

[tor-commits] [torbirdy/develop] Add trailing / to chrome.manifest

2016-11-24 Thread sukhbir
commit f5a3b5233baa12b4250cdff42b119c33766a4008 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Mar 4 21:19:18 2014 -0500 Add trailing / to chrome.manifest --- chrome.manifest | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chrome.mani

[tor-commits] [torbirdy/develop] updated Whonix settings

2016-11-24 Thread sukhbir
commit b44db6e23773fea1d079acb88980b34f1733844f Author: Patrick Schleizer Date: Sun Nov 30 15:22:11 2014 +0100 updated Whonix settings Changed socks host IP from 192.168.0.10 to 10.152.152.10 because Whonix network configuration has changed. (Source:

[tor-commits] [torbirdy/master] Bump version to 0.2.1

2016-11-24 Thread sukhbir
commit 5da0998476219764e3d8b06d4c12350ee042e143 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Nov 24 11:20:05 2016 -0500 Bump version to 0.2.1 --- install.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rdf b/install.rdf index 801c7ad..9

[tor-commits] [torbirdy/master] Bug 20750, 20644: Ensure RSS feeds are displayed as plain text

2016-11-24 Thread sukhbir
commit 1ee985b6d113780c0cfc0501ece56ca99e98a350 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Nov 24 01:30:13 2016 -0500 Bug 20750, 20644: Ensure RSS feeds are displayed as plain text --- components/torbirdy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/comp

[tor-commits] [torbirdy/master] Update changelog for Bug 20750, 20644

2016-11-24 Thread sukhbir
commit c2d524c9ca2e5ff541dc904764654bfada054569 Author: Sukhbir Singh <sukh...@torproject.org> Date: Thu Nov 24 11:13:52 2016 -0500 Update changelog for Bug 20750, 20644 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index a2bbd8c..07774ae

[tor-commits] [tor-messenger-build/master] Release version 0.3.0b1

2016-11-22 Thread sukhbir
commit deb118c0bf4704a6f44f8d6c37ff0ffeed9c8346 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Nov 22 05:59:08 2016 -0500 Release version 0.3.0b1 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ccd4f87..5de7902

[tor-commits] [tor-messenger-build/master] Remove patch from the Tor Launcher build file

2016-11-16 Thread sukhbir
commit b2367a7958d7de52553e3b7b7367c5d2adda46a3 Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed Nov 16 05:43:28 2016 -0500 Remove patch from the Tor Launcher build file --- projects/tor-launcher/build | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/tor-launcher/b

[tor-commits] [tor-messenger-build/master] Remove patch for last commit from config

2016-11-16 Thread sukhbir
commit 43fe770273b9fa9657d0fd85eb5d4fabbf3320c3 Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed Nov 16 05:42:03 2016 -0500 Remove patch for last commit from config --- projects/tor-launcher/config | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/tor-launcher/co

[tor-commits] [tor-messenger-build/master] Remove redundant patch for Tor Launcher

2016-11-16 Thread sukhbir
commit 57d560e3276ee110a0a0208a17264dc9a977a190 Author: Sukhbir Singh <sukh...@torproject.org> Date: Wed Nov 16 05:40:40 2016 -0500 Remove redundant patch for Tor Launcher --- projects/tor-launcher/locale-disable.patch | 12 1 file changed, 12 deletions(-) diff

[tor-commits] [torbirdy/master] Update README.RELEASE

2016-11-14 Thread sukhbir
commit 3f4e39cf5a7857fca25795c1b30e0a67a12a69e3 Author: Sukhbir Singh <sukh...@torproject.org> Date: Sun Nov 13 09:38:36 2016 -0500 Update README.RELEASE --- README.RELEASE | 1 + 1 file changed, 1 insertion(+) diff --git a/README.RELEASE b/README.RELEASE index f398409..8fb2d86

[tor-commits] [tor-messenger-build/master] Remove --disable-install-strip from Linux mozconfig

2016-11-07 Thread sukhbir
commit dfbe9e253b8cf707f14b6a688201e3cd2da29b0e Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Nov 7 09:00:25 2016 -0500 Remove --disable-install-strip from Linux mozconfig --- projects/instantbird/mozconfig-linux-i686 | 1 - projects/instantbird/mozconfig-linux-x86_64 |

[tor-commits] [torbirdy/master] Add changelog for version 0.2.1

2016-11-07 Thread sukhbir
commit c1f8eb6b2216436c12465cd7cfe62d471be881d6 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Nov 7 05:34:06 2016 -0500 Add changelog for version 0.2.1 --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac49c95..a2bbd8c

[tor-commits] [tor-messenger-build/master] Fetch rbm before running a release build

2016-11-06 Thread sukhbir
commit 5181142380a72f90d2beb4946f554d220d00ec5d Author: Sukhbir Singh <sukh...@torproject.org> Date: Sun Nov 6 23:56:38 2016 -0500 Fetch rbm before running a release build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0

[tor-commits] [tor-messenger-build/master] Bump version in rbm.conf to 0.3.0b1

2016-11-06 Thread sukhbir
commit a317f6027d01ed1db27b175261f695587b18c0fd Author: Sukhbir Singh <sukh...@torproject.org> Date: Sun Nov 6 23:37:37 2016 -0500 Bump version in rbm.conf to 0.3.0b1 --- rbm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbm.conf b/rbm.conf index 7569a12..0

[tor-commits] [tor-messenger-build/master] Hold conversations by default (see #20208)

2016-09-30 Thread sukhbir
commit a1020540940e2d2d086e7d944ec9534b3fe54339 Author: Sukhbir Singh <sukh...@torproject.org> Date: Fri Sep 30 20:06:48 2016 -0400 Hold conversations by default (see #20208) --- projects/instantbird/preferences.patch | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[tor-commits] [tor-messenger-build/updater] Fix typo in changelog

2016-09-06 Thread sukhbir
commit 8b3de3fc0e60928889efe6a316af78d5011ffbf4 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 12:36:15 2016 -0400 Fix typo in changelog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f612957..e4f5546

[tor-commits] [tor-messenger-build/updater] Release version 0.2.0b2

2016-09-06 Thread sukhbir
commit cd6c78cdc4eb0d797718e5817558d2dfe5a2baab Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 15:31:02 2016 -0400 Release version 0.2.0b2 --- rbm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbm.conf b/rbm.conf index caf7a43..7569a12

[tor-commits] [tor-messenger-build/updater] Update changelog for 0.2.0b2

2016-09-06 Thread sukhbir
commit 80aa83b73a7e39214fbd99ca23d964d50812707e Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 12:35:01 2016 -0400 Update changelog for 0.2.0b2 --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1faba19..f612957

[tor-commits] [tor-messenger-build/master] Release version 0.2.0b2

2016-09-06 Thread sukhbir
commit cd6c78cdc4eb0d797718e5817558d2dfe5a2baab Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 15:31:02 2016 -0400 Release version 0.2.0b2 --- rbm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbm.conf b/rbm.conf index caf7a43..7569a12

[tor-commits] [tor-messenger-build/master] Fix typo in changelog

2016-09-06 Thread sukhbir
commit 8b3de3fc0e60928889efe6a316af78d5011ffbf4 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 12:36:15 2016 -0400 Fix typo in changelog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f612957..e4f5546

[tor-commits] [tor-messenger-build/master] Update changelog for 0.2.0b2

2016-09-06 Thread sukhbir
commit 80aa83b73a7e39214fbd99ca23d964d50812707e Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 12:35:01 2016 -0400 Update changelog for 0.2.0b2 --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1faba19..f612957

[tor-commits] [tor-messenger-build/updater] Apply patch for #13252 to all platforms

2016-09-06 Thread sukhbir
commit d280b06001d930c277d1536c982d472ce6d1b244 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 11:54:23 2016 -0400 Apply patch for #13252 to all platforms --- projects/instantbird/config | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/instantbird/co

[tor-commits] [tor-messenger-build/master] Apply patch for #13252 to all platforms

2016-09-06 Thread sukhbir
commit d280b06001d930c277d1536c982d472ce6d1b244 Author: Sukhbir Singh <sukh...@torproject.org> Date: Tue Sep 6 11:54:23 2016 -0400 Apply patch for #13252 to all platforms --- projects/instantbird/config | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/instantbird/co

[tor-commits] [tor-messenger-build/updater] Fix levelsToRemove

2016-09-05 Thread sukhbir
commit 70c38e1ec0fe72ac4231d2f65f21fd374d5c94a0 Author: Arlo Breault Date: Mon Sep 5 15:34:25 2016 -0700 Fix levelsToRemove * It's relative to ExeFile, which should be the same as in TorBrowser. --- projects/instantbird/Mac-outside-app-data-bug-13252.mozpatch

[tor-commits] [tor-messenger-build/updater] Release version 0.2.0b1

2016-09-05 Thread sukhbir
commit 2515efa405b59f4d8a00259ec34e1ef442d84d16 Author: Sukhbir Singh <sukh...@torproject.org> Date: Fri Sep 2 12:01:49 2016 -0400 Release version 0.2.0b1 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ace3cbc..1faba19

[tor-commits] [tor-messenger-build/updater] Fix OS X build permissions (see #19269)

2016-09-05 Thread sukhbir
commit ec7a83c5e56f4c31faf212e549a7b41382596de8 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Sep 5 20:36:45 2016 -0400 Fix OS X build permissions (see #19269) --- projects/tor-messenger/build.osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pr

[tor-commits] [tor-messenger-build/master] Fix OS X build permissions (see #19269)

2016-09-05 Thread sukhbir
commit ec7a83c5e56f4c31faf212e549a7b41382596de8 Author: Sukhbir Singh <sukh...@torproject.org> Date: Mon Sep 5 20:36:45 2016 -0400 Fix OS X build permissions (see #19269) --- projects/tor-messenger/build.osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pr

<    1   2   3   4   5   6   7   8   9   >