From 0d820cf864a04a4e81c47cc85d577bf3756e0561 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:27 +0100 Subject: fix(sway): extend post-IMAP SMTP grace period 1s -> 5s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The IMAP '* OK' banner arrives before the SMTP listener on 1025 is fully ready. 1s wasn't always enough — Thunderbird would still race into a 'failed to connect to 127.0.0.1, please retry' dialog. --- dot_config/sway/executable_tb-autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/sway') diff --git a/dot_config/sway/executable_tb-autostart.sh b/dot_config/sway/executable_tb-autostart.sh index ceae5de..6ea6092 100644 --- a/dot_config/sway/executable_tb-autostart.sh +++ b/dot_config/sway/executable_tb-autostart.sh @@ -23,7 +23,7 @@ for _ in $(seq 1 300); do done # Small grace period so the SMTP listener (1025) catches up too. -sleep 1 +sleep 5 thunderbird & -- cgit v1.3.1