From 26588399f5ba0f3c3676136b047509440cbe93dc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 1 Apr 2021 11:36:38 +0200 Subject: buffers/thread: cosmetics, vertical alignment --- alot/buffers/thread.py | 6 +++--- 1 file 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 -- cgit v1.2.3