diff options
| author | 2026-07-02 11:35:35 +0100 | |
|---|---|---|
| committer | 2026-07-02 11:35:35 +0100 | |
| commit | 9c34010e1dce016d1b31d651dbcd332e747844e7 (patch) | |
| tree | 1eedb7c98a2493e097b5a3eb1dff296527f51e20 /dot_config/git/config | |
| parent | f0c626059451e1f8621600e610240739d5633560 (diff) | |
| download | dotfiles-9c34010e1dce016d1b31d651dbcd332e747844e7.tar.gz dotfiles-9c34010e1dce016d1b31d651dbcd332e747844e7.tar.bz2 dotfiles-9c34010e1dce016d1b31d651dbcd332e747844e7.zip | |
Update Proton Bridge desktop integration
Diffstat (limited to 'dot_config/git/config')
| -rw-r--r-- | dot_config/git/config | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
