summaryrefslogtreecommitdiff
path: root/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.3.2-telemetry_default.patch
blob: 3c8df6c2ef9d77988b13c21cc03f0e8babc72651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Such things really should be opt-in rather than opt-out, and doubly so given
Gentoo does not package the bridge GUI yet.

--- a/internal/vault/types_settings.go
+++ b/internal/vault/types_settings.go
@@ -96,7 +96,7 @@
 		ShowAllMail:       true,
 		Autostart:         true,
 		AutoUpdate:        true,
-		TelemetryDisabled: false,
+		TelemetryDisabled: true,
 
 		LastVersion: "0.0.0",
 		FirstStart:  true,