diff --git a/src/dialogs.py b/src/dialogs.py
index 2128ed738e478ba5dd9d0c78f42970603f34d789..f947bacbad48d32217a7ab27c3da1379c6af43b4 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -2925,7 +2925,7 @@ class SingleMessageWindow:
         self.conversation_scrolledwindow = self.xml.get_object(
                 'conversation_scrolledwindow')
         self.conversation_textview = conversation_textview.ConversationTextview(
-                account)
+            account, used_in_history_window=True)
         self.conversation_textview.tv.show()
         self.conversation_tv_buffer = self.conversation_textview.tv.get_buffer()
         self.xml.get_object('conversation_scrolledwindow').add(