aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/aerc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-13 13:48:57 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-13 13:48:57 -0500
commit793a711e9611ca51d5428b4f15c020fd07df1d12 (patch)
tree9058b01b53992056fba5b71b43d8922e6c617616 /aerc
parent719810fceec6f8c12ea3db7a3ad56ae4d8be5dac (diff)
feat(aerc): check-mail on start and add flag keys
Diffstat (limited to 'aerc')
-rw-r--r--aerc/.config/aerc/aerc.conf3
-rw-r--r--aerc/.config/aerc/binds.conf6
2 files changed, 9 insertions, 0 deletions
diff --git a/aerc/.config/aerc/aerc.conf b/aerc/.config/aerc/aerc.conf
index 97f17cd..a3f6092 100644
--- a/aerc/.config/aerc/aerc.conf
+++ b/aerc/.config/aerc/aerc.conf
@@ -40,3 +40,6 @@ image/* = catimg -w$(tput cols) -
-o s superseded "header X-Sourcehut-Patchset-Update SUPERSEDED" \
-o A Applied "header X-Sourcehut-Patchset-Update APPLIED" \
<Enter>
+
+[hooks]
+aerc-startup = aerc :check-mail
diff --git a/aerc/.config/aerc/binds.conf b/aerc/.config/aerc/binds.conf
index 097bb09..d0ab504 100644
--- a/aerc/.config/aerc/binds.conf
+++ b/aerc/.config/aerc/binds.conf
@@ -45,6 +45,12 @@ rq = :reply -aq<Enter>
Rr = :reply<Enter>
Rq = :reply -q<Enter>
+s = :read -t<Enter>
+f = :flag -t<Enter>
+a = :flag -t -a<Enter>
+
+u = :unsubscribe<Enter>
+
c = :cf<space>
$ = :term<space>
! = :term<space>