I#1640 - prefer-plain: Do not hide attachments
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1640
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user