diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-09 17:09:46 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-09 17:09:46 +0100 |
commit | fa03a54a95eee2491aa690e177b87fab572f9178 (patch) | |
tree | b6daaad4711734004401850bb023afe6e8d41fdc /aerc/accounts.conf | |
parent | 8d118051261e6601c78a9ba2af6fc56362cf1e23 (diff) |
Splits mbsync update channels and adds binding for flag in aerc
Diffstat (limited to 'aerc/accounts.conf')
-rw-r--r-- | aerc/accounts.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/aerc/accounts.conf b/aerc/accounts.conf index ee9d401..f2a3be0 100644 --- a/aerc/accounts.conf +++ b/aerc/accounts.conf @@ -8,7 +8,7 @@ aliases = y@yulqen.org folders-sort = INBOX,Archive,Drafts,Sent,Subscriptions #outgoing-cret-cmd = pass purelymail_neomutt check-mail-timeout = 25s -check-mail-cmd = mbsync -a +check-mail-cmd = mbsync purelymailchannel #check-mail = 5m copy-to = Sent pgp-auto-sign = true @@ -20,9 +20,12 @@ from = "Matthew Lemon" <matthew.lemon@gmail.com> archive = Archive folders-sort = INBOX,Archive,Drafts,Sent,Subscriptions copy-to = Sent +check-mail-cmd = mbsync gmail +check-mail-timeout = 25s [notmuch] source = notmuch:///home/lemon/.mail from = "Matthew Lemon" <matt@matthewlemon.com> query-map = ~/.config/aerc/notmuch_querymap.conf +check-mail-cmd = notmuch new |