summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d342db86..1bfa6326 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -99,7 +99,7 @@ class ThreadBuffer(Buffer):
async def get_info(self):
info = {}
- info['subject'] = self.thread.subject
+ info['subject'] = self.thread.subject.translate(settings.sanitize_header_table)
info['authors'] = self.thread.get_authors_string()
info['tid'] = self.thread.id
info['message_count'] = self.thread.total_messages