From f3ae1cb9d9f43fff33cce05993d01a231eea65a1 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 17 Apr 2023 20:18:06 -0500 Subject: feat: use mbsync for fetching email --- .config/aerc/accounts.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.config') 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 default = INBOX copy-to = Sent +outgoing-cred-cmd = hiq -d -F password proto=smtp user=sam@samnystrom.dev -- cgit v1.2.3