summaryrefslogtreecommitdiff
path: root/config/aerc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-07-24 09:53:06 -0500
committerMarc Coquand <marc@mccd.space>2024-07-24 09:53:06 -0500
commitf61cc0a13a8a691ea152d73d7fc27dd67e2480f1 (patch)
tree42668080125a7eba64bedbedce877553d3542527 /config/aerc
parent8cb6876cb11711169d93e1f82f534c0feba56906 (diff)
downloadbsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.tar.gz
bsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.tar.bz2
bsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.zip
config updates
Diffstat (limited to 'config/aerc')
-rw-r--r--config/aerc/accounts.conf18
1 files changed, 13 insertions, 5 deletions
diff --git a/config/aerc/accounts.conf b/config/aerc/accounts.conf
index 50ca8dc..7167eb6 100644
--- a/config/aerc/accounts.conf
+++ b/config/aerc/accounts.conf
@@ -1,7 +1,15 @@
[Personal]
-source = maildir://~/mail-home
-outgoing = smtps+plain://marcc%40fastmail.fr@smtp.fastmail.com:465
-default = INBOX
+source = maildir://~/mail-home
+outgoing = smtps+plain://marcc%40fastmail.fr@smtp.fastmail.com:465
+default = INBOX
outgoing-cred-cmd = pass fastmail/marcc
-from = "Marc Coquand" <marc@mccd.space>
-copy-to = Sent
+from = "Marc Coquand" <marc@mccd.space>
+copy-to = Sent
+
+[Work]
+source = maildir://~/mail-work
+outgoing = smtps+plain://marc.coquand%40sustainably.app@smtp.gmail.com:465
+default = INBOX
+outgoing-cred-cmd = pass sustainably/gmail
+default = INBOX
+from = "Marc Coquand" <marc.coquand@sustainably.app>