From f5406a6d4a74e25d0dde85d08e63998381ebe2ed Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 18 Apr 2023 21:13:21 -0400 Subject: fix(aerc): increase check-mail timeout --- .config/aerc/accounts.conf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index f49dfde..43e1ec7 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,9 +1,10 @@ [migadu] -source = maildir://~/mail -outgoing = smtps+plain://sam%40samnystrom.dev@smtp.migadu.com:465 -outgoing-cred-cmd = hiq -d -F password proto=smtp user=sam@samnystrom.dev -from = Sam Nystrom -default = INBOX -copy-to = Sent -check-mail = 1h -check-mail-cmd = mbsync primary +source = maildir://~/mail +outgoing = smtps+plain://sam%40samnystrom.dev@smtp.migadu.com:465 +outgoing-cred-cmd = hiq -d -F password proto=smtp user=sam@samnystrom.dev +from = Sam Nystrom +default = INBOX +copy-to = Sent +check-mail = 1h +check-mail-cmd = mbsync primary +check-mail-timeout = 1m -- cgit v1.2.3