summaryrefslogtreecommitdiff
path: root/alot/buffers/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers/thread.py')
-rw-r--r--alot/buffers/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index 47b7f9d0..30d313af 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -97,7 +97,7 @@ class ThreadBuffer(Buffer):
for tag in tags]
return ' '.join(trans)
- def get_info(self):
+ async def get_info(self):
info = {}
info['subject'] = self.thread.subject
info['authors'] = self.thread.get_authors_string()