* update for attachment checking changes

This commit is contained in:
djcb
2012-08-09 11:45:46 +03:00
parent 51fe7fcae8
commit b3760740f8
6 changed files with 6 additions and 7 deletions

View File

@ -308,7 +308,7 @@ each_part (MuMsg *msg, MuMsgPart *part, AttInfo *attinfo)
if (!part->type)
return;
if (attinfo->attachments_only &&
!mu_msg_part_looks_like_attachment (part, TRUE))
!mu_msg_part_maybe_attachment (part))
return;
mime_type = g_strdup_printf ("%s/%s", part->type, part->subtype);