summaryrefslogtreecommitdiff
path: root/alot/commands
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-21 15:03:20 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-21 15:03:20 +0200
commit7822c912db1d96848d28256ff48a2ba3b9590b77 (patch)
treeeb1371c51bb606b0ded768fa38c0c4dc65bc0bd0 /alot/commands
parent84a086804e339d47e5b197cbe3bd8d7b19e9cbee (diff)
commands/thread: use super()
Diffstat (limited to 'alot/commands')
-rw-r--r--alot/commands/thread.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 1da58560..1e1e3e6d 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -983,7 +983,8 @@ class MoveFocusCommand(MoveCommand):
elif self.movement.startswith('toggle'):
tbuffer.focus_toggle()
else:
- MoveCommand.apply(self, ui)
+ super().apply(ui)
+
# TODO add 'next matching' if threadbuffer stores the original query
# TODO: add next by date..