summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/message_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message_thread.cc b/src/message_thread.cc
index fee5295..e84e9e5 100644
--- a/src/message_thread.cc
+++ b/src/message_thread.cc
@@ -383,7 +383,7 @@ namespace Astroid {
bool use = false;
if (c->siblings.size() >= 1) {
- if (c->is_content_type ("text", "plain") || c->is_content_type ("text", "html")) {
+ if (c->is_content_type ("text", "plain")) {
use = true;
} else {
/* check if there are any other preferred */