From 3a97f68a31320bf0bac0d2d703fdc140692861c3 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 28 May 2024 10:49:44 +0200 Subject: binds: fix default d binding to actually ask a question MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous version of the binding must be intended for some older version of those commands, because it just could not work with the current version of aerc. Signed-off-by: Matěj Cepl Acked-by: Robin Jarry --- config/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/binds.conf b/config/binds.conf index 33fc8454..32e52159 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -56,7 +56,7 @@ zt = :align top zb = :align bottom = :view -d = :prompt 'Really delete this message?' 'delete-message' +d = :choose -o y 'Really delete this message' delete-message D = :delete a = :archive flat A = :unmark -a:mark -T:archive flat -- cgit