diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-08 16:11:35 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-08 16:11:35 +0100 |
commit | f49e32b909e6fa828fad33e9e23c8628f2a4eeb0 (patch) | |
tree | c70cfd897117879c7c2bbf52a196f2d86136c353 /aerc/accounts.conf | |
parent | 15d9f167335533a92a1eb0c4e62ab441edcf42d8 (diff) |
Adds some new aerc config
Diffstat (limited to 'aerc/accounts.conf')
-rw-r--r-- | aerc/accounts.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/aerc/accounts.conf b/aerc/accounts.conf index aff8b50..a6018d3 100644 --- a/aerc/accounts.conf +++ b/aerc/accounts.conf @@ -2,7 +2,12 @@ source = maildir://~/.mail/purelymail outgoing = "/usr/bin/msmtp -a purelymail" default = INBOX -from = "Matthew Lemon" <mrlemon@purelymail.com> +from = "Matthew Lemon" <matt@matthewlemon.com> +archive = Archive +aliases = y@yulqen.org +folders-sort = INBOX,Archive,Drafts,Sent,Subscriptions #outgoing-cret-cmd = pass purelymail_neomutt check-mail-cmd = mbsync -a +check-mail = 5m copy-to = Sent +pgp-auto-sign = true |