diff options
author | Marc Coquand <marc@mccd.space> | 2024-09-20 19:11:00 +0300 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-09-20 19:11:00 +0300 |
commit | b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab (patch) | |
tree | ace0ee0d7acf2af94839e893d8a3a7e514e185c9 /config/aerc | |
parent | e233e7f028366ce8f5d58fe1cc8a88210664ddb3 (diff) | |
download | bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.gz bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.bz2 bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.zip |
.
Diffstat (limited to 'config/aerc')
-rw-r--r-- | config/aerc/accounts.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/aerc/accounts.conf b/config/aerc/accounts.conf index f104d32..d81b5b5 100644 --- a/config/aerc/accounts.conf +++ b/config/aerc/accounts.conf @@ -1,5 +1,5 @@ [Personal] -source = maildir://~/mail-home +source = maildir://~/mail/home outgoing = smtps+plain://marcc%40fastmail.fr@smtp.fastmail.com:465 default = INBOX outgoing-cred-cmd = pass fastmail/marcc @@ -8,7 +8,7 @@ address-book-cmd = grep -F -i -- "%s" "/home/mccd/.local/share/maildir2addr/add copy-to = Sent [Work] -source = maildir://~/mail-work +source = maildir://~/mail/work outgoing = smtps+plain://marc.coquand%40sustainably.app@smtp.gmail.com:465 default = INBOX outgoing-cred-cmd = pass sustainably/gmail |