From 9c34010e1dce016d1b31d651dbcd332e747844e7 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 2 Jul 2026 11:35:35 +0100 Subject: Update Proton Bridge desktop integration --- dot_config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_config/git/config') diff --git a/dot_config/git/config b/dot_config/git/config index 6416efc..a4831cf 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -140,7 +140,7 @@ path = config-personal [sendemail] smtpServer = 127.0.0.1 - smtpServerPort = 1025 + smtpServerPort = 1016 smtpEncryption = tls smtpDomain = localhost smtpSslCertPath = @@ -150,7 +150,7 @@ thread = true annotate = true assume8bitEncoding = UTF-8 -[credential "smtp://127.0.0.1:1025"] +[credential "smtp://127.0.0.1:1016"] helper = "!f() { test \"$1\" = get && printf 'password=%s\\n' \"$(pass show proton/bridge-smtp)\"; }; f" [include] ; Machine-local overrides. Git silently skips this if the file is absent. -- cgit v1.3.1