summaryrefslogtreecommitdiffstatshomepage
path: root/aerc/.config/aerc/aerc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'aerc/.config/aerc/aerc.conf')
-rw-r--r--aerc/.config/aerc/aerc.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/aerc/.config/aerc/aerc.conf b/aerc/.config/aerc/aerc.conf
index 3f72bf4..af25719 100644
--- a/aerc/.config/aerc/aerc.conf
+++ b/aerc/.config/aerc/aerc.conf
@@ -35,12 +35,3 @@ image/* = catimg -w$(tput cols) -
[compose]
address-book-cmd="grep -iPm 100 --color=never %s /home/tobyv/.cache/maildir-rank-addr/addressbook.tsv"
-
-[compose::review]
-<C-r> = :choose \
- -o a approved "header X-Sourcehut-Patchset-Update APPROVED" \
- -o R Rejected "header X-Sourcehut-Patchset-Update REJECTED" \
- -o r needs-revision "header X-Sourcehut-Patchset-Update NEEDS_REVISION" \
- -o s superseded "header X-Sourcehut-Patchset-Update SUPERSEDED" \
- -o A Applied "header X-Sourcehut-Patchset-Update APPLIED" \
- <Enter>