summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-04-01 11:36:38 +0200
committerAnton Khirnov <anton@khirnov.net>2021-04-01 11:36:38 +0200
commit26588399f5ba0f3c3676136b047509440cbe93dc (patch)
tree8405c28e8bb3087b2aa0e734f26b27516c6953b6
parent33de5777ee71264327cac081f2fbb3e10a85c774 (diff)
buffers/thread: cosmetics, vertical alignment
-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