aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aerc/accounts.conf5
-rw-r--r--aerc/binds.conf2
2 files changed, 6 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
diff --git a/aerc/binds.conf b/aerc/binds.conf
index edfc25b..911add6 100644
--- a/aerc/binds.conf
+++ b/aerc/binds.conf
@@ -14,6 +14,8 @@
q = :prompt 'Quit?' quit<Enter>
R = :check-mail<Enter>
+# F = :flag -x Flagged<Enter>
+F = :flag -t<Enter>
j = :next<Enter>
<Down> = :next<Enter>