summaryrefslogtreecommitdiff
path: root/alot/buffers/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers/search.py')
-rw-r--r--alot/buffers/search.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/buffers/search.py b/alot/buffers/search.py
index 7d327f23..74b47439 100644
--- a/alot/buffers/search.py
+++ b/alot/buffers/search.py
@@ -99,7 +99,8 @@ class SearchBuffer(Buffer):
self.sort_order = sort_order or default_order
self.proc = None # process that fills our pipe
self.rebuild()
- Buffer.__init__(self, ui, self.body)
+
+ super().__init__()
def __str__(self):
formatstring = '[search] for "%s" (%d message%s in %d thread%s)'