diff options
Diffstat (limited to 'aerc')
-rw-r--r-- | aerc/accounts.conf | 7 | ||||
-rw-r--r-- | aerc/binds.conf | 2 |
2 files changed, 8 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 diff --git a/aerc/binds.conf b/aerc/binds.conf index 1b0c42c..edfc25b 100644 --- a/aerc/binds.conf +++ b/aerc/binds.conf @@ -13,6 +13,8 @@ [messages] q = :prompt 'Quit?' quit<Enter> +R = :check-mail<Enter> + j = :next<Enter> <Down> = :next<Enter> <C-d> = :next 50%<Enter> |