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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 8ec46b84..2a63ce95 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -907,6 +907,10 @@ class MoveFocusCommand(MoveCommand):
tbuffer.focus_next()
elif self.movement == 'previous':
tbuffer.focus_prev()
+ elif self.movement == 'next unfolded':
+ tbuffer.focus_next_unfolded()
+ elif self.movement == 'previous unfolded':
+ tbuffer.focus_prev_unfolded()
else:
MoveCommand.apply(self, ui)
# TODO add 'next matching' if threadbuffer stores the original query