diff options
Diffstat (limited to 'framework/src/domain/mime/partmodel.cpp')
-rw-r--r-- | framework/src/domain/mime/partmodel.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/domain/mime/partmodel.cpp b/framework/src/domain/mime/partmodel.cpp index 79e83480..6a0b4de2 100644 --- a/framework/src/domain/mime/partmodel.cpp +++ b/framework/src/domain/mime/partmodel.cpp | |||
@@ -216,6 +216,10 @@ QVariant PartModel::data(const QModelIndex &index, int role) const | |||
216 | return true; | 216 | return true; |
217 | } | 217 | } |
218 | } | 218 | } |
219 | //Blockquotes don't support any styling which would be necessary so they become readable. | ||
220 | if (text.contains("blockquote")) { | ||
221 | return true; | ||
222 | } | ||
219 | //Media queries are too advanced | 223 | //Media queries are too advanced |
220 | if (text.contains("@media")) { | 224 | if (text.contains("@media")) { |
221 | return true; | 225 | return true; |