diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-01 21:27:23 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-12 12:58:07 -0500 |
commit | 9053e1033e69f71389cc24196c6c588f8c35a683 (patch) | |
tree | db85daee634c71df149b5a6b5c37f95753b652fa /config/aerc/accounts.conf | |
parent | 0a20357d4585da91d92252972f3eb7b715ff64ab (diff) | |
download | bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.gz bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.bz2 bsd-9053e1033e69f71389cc24196c6c588f8c35a683.zip |
vimrc
Diffstat (limited to '')
-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 |