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 <Enter>, 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 <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
e785409904
commit
be2abb3d91
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ n = :next-result<Enter>
|
||||||
N = :prev-result<Enter>
|
N = :prev-result<Enter>
|
||||||
<Esc> = :clear<Enter>
|
<Esc> = :clear<Enter>
|
||||||
|
|
||||||
|
[messages:folder=Drafts]
|
||||||
|
<Enter> = :recall<Enter>
|
||||||
|
|
||||||
[view]
|
[view]
|
||||||
/ = :toggle-key-passthrough<Enter>/
|
/ = :toggle-key-passthrough<Enter>/
|
||||||
q = :close<Enter>
|
q = :close<Enter>
|
||||||
|
|
Loading…
Reference in a new issue