diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-18 21:13:21 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-18 21:13:21 -0400 |
| commit | f5406a6d4a74e25d0dde85d08e63998381ebe2ed (patch) | |
| tree | 172f02ed6553d9b9d737525dd36ff1b7bc1cb228 /.config/aerc | |
| parent | 47ce34f415fa1ad3ad8799be139d1eb7694dd7c1 (diff) | |
fix(aerc): increase check-mail timeout
Diffstat (limited to '.config/aerc')
| -rw-r--r-- | .config/aerc/accounts.conf | 17 |
1 files 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 <sam@samnystrom.dev> -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 <sam@samnystrom.dev> +default = INBOX +copy-to = Sent +check-mail = 1h +check-mail-cmd = mbsync primary +check-mail-timeout = 1m |
