diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-18 18:15:37 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-18 18:15:37 -0400 |
| commit | 4a59713a4d84ac787b0d2b9552eaec1b203a1835 (patch) | |
| tree | 1ddda59f40e4bb28dba89166634d2dd6955e9fa1 /.config | |
| parent | f3ae1cb9d9f43fff33cce05993d01a231eea65a1 (diff) | |
fix(aerc): configure check-mail
Diffstat (limited to '.config')
| -rw-r--r-- | .config/aerc/accounts.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index 332d25c..f49dfde 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,7 +1,9 @@ [migadu] -source = maildir://~/mail -outgoing = smtps+plain://sam%40samnystrom.dev@smtp.migadu.com:465 -from = Sam Nystrom <sam@samnystrom.dev> -default = INBOX -copy-to = Sent +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 |
