From be2abb3d91fe19f8a90f550f7dce872ac5115ead Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Sun, 19 Jun 2022 16:41:16 -0500 Subject: [PATCH] binds: Open msgs in default Postpone folder in edit-mode Add a default keybind to open messages in the default Postpone folder ("Drafts") in edit-mode. A frequent question on IRC is "how do I edit a draft?". When a user selects a Draft and presses , the intent is usually to edit that draft. This commit makes this the default behaviour for the default Postpone folder. Signed-off-by: Tim Culverhouse Acked-by: Robin Jarry --- config/binds.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/binds.conf b/config/binds.conf index 589dc55..a336dc2 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -55,6 +55,9 @@ n = :next-result N = :prev-result = :clear +[messages:folder=Drafts] + = :recall + [view] / = :toggle-key-passthrough/ q = :close