summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 4fdc5c27..344cf35e 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -966,6 +966,8 @@ class MoveFocusCommand(MoveCommand):
tbuffer.focus_thread_widget()
elif self.movement.startswith('msg'):
tbuffer.focus_msg_widget()
+ elif self.movement.startswith('toggle'):
+ tbuffer.focus_toggle()
else:
MoveCommand.apply(self, ui)
# TODO add 'next matching' if threadbuffer stores the original query