diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-16 08:55:13 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-16 08:55:13 -0500 |
commit | 29c0915254eb71deab3262b44177750679790e61 (patch) | |
tree | 0df37f0019c42f6fba557ae01c137260dad405be /config/aerc/accounts.conf | |
parent | 9536a4c2b46e6851db41bab2806c7bdeee8edbb8 (diff) | |
download | rcm-29c0915254eb71deab3262b44177750679790e61.tar.gz rcm-29c0915254eb71deab3262b44177750679790e61.tar.bz2 rcm-29c0915254eb71deab3262b44177750679790e61.zip |
Add aerc
Diffstat (limited to 'config/aerc/accounts.conf')
-rw-r--r-- | config/aerc/accounts.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/aerc/accounts.conf b/config/aerc/accounts.conf new file mode 100644 index 0000000..50ca8dc --- /dev/null +++ b/config/aerc/accounts.conf @@ -0,0 +1,7 @@ +[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> +copy-to = Sent |