summaryrefslogtreecommitdiff
path: root/config/aerc/accounts.conf
blob: f104d3286e938d466658c521087029edbbdc557d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Personal]
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>
address-book-cmd  = grep -F -i -- "%s" "/home/mccd/.local/share/maildir2addr/addrs.tsv"
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>