Revert parser/renderer max message size
- it's now dealt with during decoding
This commit is contained in:
parent
183f509f09
commit
198470f734
|
@ -128,7 +128,6 @@ class MessageView(QtGui.QTextBrowser):
|
|||
self.html.reset()
|
||||
self.html.reset_safe()
|
||||
self.html.allow_picture = True
|
||||
# quick hack to limit excessively compressed messages, limits viewing to first MB of data
|
||||
self.html.feed(data[0:1048576])
|
||||
self.html.feed(data)
|
||||
self.html.close()
|
||||
self.showPlain()
|
||||
|
|
Loading…
Reference in New Issue
Block a user