* mu-msg-attach-view: update for mu_msg_part_looks_like attachment update
This commit is contained in:
@ -159,8 +159,7 @@ each_part (MuMsg *msg, MuMsgPart *part, CBData *cbdata)
|
||||
GdkPixbuf *pixbuf;
|
||||
char ctype[128];
|
||||
|
||||
/* not a real attachment */
|
||||
if (!mu_msg_part_file_name(part))
|
||||
if (!mu_msg_part_looks_like_attachment (part, FALSE))
|
||||
return;
|
||||
|
||||
if (!part->type || !part->subtype)
|
||||
|
||||
Reference in New Issue
Block a user