diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-17 20:18:06 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-17 20:18:06 -0500 |
| commit | f3ae1cb9d9f43fff33cce05993d01a231eea65a1 (patch) | |
| tree | c70fd8b3da770e71d2f1fb994eb06e953a56aaa1 /.config/aerc | |
| parent | 3b9996aabe0664a87604ae7374dd0f10117f5496 (diff) | |
feat: use mbsync for fetching email
Diffstat (limited to '.config/aerc')
| -rw-r--r-- | .config/aerc/accounts.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index c7d4e1c..332d25c 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,8 +1,7 @@ -[default] -source = imaps://sam%40samnystrom.dev@imap.migadu.com:993 +[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 -source-cred-cmd = hiq -d -F password proto=imap user=sam@samnystrom.dev from = Sam Nystrom <sam@samnystrom.dev> default = INBOX copy-to = Sent +outgoing-cred-cmd = hiq -d -F password proto=smtp user=sam@samnystrom.dev |
