From a1cdee0c438f07e56cdfa04a5afd5b6beb224efd Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sun, 27 Aug 2023 15:38:05 -0500 Subject: Don't use maildir --- .config/aerc/accounts.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index 740c948..d9e50a0 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,6 +1,15 @@ [Michael] -source = maildir://~/mail +source = imaps://michael@mail.huntm.net outgoing = smtps+plain://michael@mail.huntm.net from = Michael Hunteman copy-to = Sent +source-cred-cmd = pass Email/huntm.net outgoing-cred-cmd = pass Email/huntm.net + +[Cox] +source = imaps://mhunteman@imap.cox.net +outgoing = smtps+plain://mhunteman@smtp.cox.net +from = Michael Hunteman +copy-to = SentEmail +source-cred-cmd = pass Email/cox.net +outgoing-cred-cmd = pass Email/cox.net -- cgit v1.2.3