office: Add option to reconstruct/show thread in neomutt
Added zr mapping to try to reconstruct a thread that has been ripped apart, as well as zR mapping to simply show (only) the current thread in neomutt.
This commit is contained in:
parent
e1a8f8ec8d
commit
11c7b82de0
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ bind pager,index gt next-thread
|
|||
bind pager,index gT previous-thread
|
||||
bind pager,index za collapse-thread
|
||||
bind pager,index zA collapse-all
|
||||
bind pager,index zr reconstruct-thread
|
||||
bind pager,index zR entire-thread
|
||||
|
||||
# Email completion bindings
|
||||
bind editor <Tab> complete-query
|
||||
|
|
Loading…
Reference in a new issue