From d31e569d5a68f58e2b9bb24c63cd60f51bed5c5e Mon Sep 17 00:00:00 2001 From: James Date: Fri, 6 Mar 2026 00:17:14 -0500 Subject: [PATCH] fix: use per-account bridge passwords for proton IMAP/SMTP --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index eae9923..39dad54 100644 --- a/config.yaml +++ b/config.yaml @@ -9,7 +9,7 @@ accounts: host: 127.0.0.1 port: 1143 username: tj@jongsma.me - password: ${PROTON_BRIDGE_PASSWORD} + password: ${TANYA_BRIDGE_PASSWORD} tls: starttls watch: - INBOX @@ -17,7 +17,7 @@ accounts: host: 127.0.0.1 port: 1025 username: tj@jongsma.me - password: ${PROTON_BRIDGE_PASSWORD} + password: ${TANYA_BRIDGE_PASSWORD} from: tj@jongsma.me johan_jongsma_me: host: 127.0.0.1