I#1640 - prefer-plain: Do not hide attachments

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1640
This commit is contained in:
Milan Crha
2021-09-23 19:25:14 +02:00
parent 02e762d964
commit ee6837bbc7

View File

@ -184,7 +184,8 @@ hide_parts (GQueue *work_queue)
for (link = head; link != NULL; link = g_list_next (link)) {
EMailPart *mail_part = link->data;
mail_part->is_hidden = TRUE;
if (!e_mail_part_get_is_attachment (mail_part))
mail_part->is_hidden = TRUE;
}
}