diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-24 09:53:06 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-24 09:53:06 -0500 |
commit | f61cc0a13a8a691ea152d73d7fc27dd67e2480f1 (patch) | |
tree | 42668080125a7eba64bedbedce877553d3542527 /config | |
parent | 8cb6876cb11711169d93e1f82f534c0feba56906 (diff) | |
download | bsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.tar.gz bsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.tar.bz2 bsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.zip |
config updates
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc/accounts.conf | 18 |
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> |