From 06bb332285bc1d4aa1e43573eff8d55c5943f578 Mon Sep 17 00:00:00 2001 From: Ray Ganardi Date: Thu, 16 Apr 2020 19:44:53 +0200 Subject: [PATCH] fix binding for delete message I guess confirm command was removed sometime ago, but the config template was not updated. --- config/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/binds.conf b/config/binds.conf index 760fae1..5887203 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -29,7 +29,7 @@ v = :mark -t V = :mark -v = :view -d = :confirm 'Really delete this message?' ':delete-message' +d = :prompt 'Really delete this message?' 'delete-message' D = :delete A = :archive flat