diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-08 15:10:07 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-08 15:10:07 +0100 |
commit | 5e8dd5dca14dd18f18ba1f0369bc18e29710e1bc (patch) | |
tree | 7d0827d3adac0d8cde9d8e6a196b245c3a4e37c2 /aerc/accounts.conf | |
parent | ad05db20772727fc8518791bca6e7a90397e59fc (diff) |
Adds aerc config
Diffstat (limited to 'aerc/accounts.conf')
-rw-r--r-- | aerc/accounts.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/aerc/accounts.conf b/aerc/accounts.conf new file mode 100644 index 0000000..aff8b50 --- /dev/null +++ b/aerc/accounts.conf @@ -0,0 +1,8 @@ +[Purelymail] +source = maildir://~/.mail/purelymail +outgoing = "/usr/bin/msmtp -a purelymail" +default = INBOX +from = "Matthew Lemon" <mrlemon@purelymail.com> +#outgoing-cret-cmd = pass purelymail_neomutt +check-mail-cmd = mbsync -a +copy-to = Sent |