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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index 1bfa6326..d47faa31 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -100,10 +100,10 @@ class ThreadBuffer(Buffer):
async def get_info(self):
info = {}
info['subject'] = self.thread.subject.translate(settings.sanitize_header_table)
- info['authors'] = self.thread.get_authors_string()
+ info['authors'] = self.thread.get_authors_string()
info['tid'] = self.thread.id
- info['message_count'] = self.thread.total_messages
- info['thread_tags'] = self.translated_tags_str()
+ info['message_count'] = self.thread.total_messages
+ info['thread_tags'] = self.translated_tags_str()
info['intersection_tags'] = self.translated_tags_str(intersection=True)
return info