* 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;
|
GdkPixbuf *pixbuf;
|
||||||
char ctype[128];
|
char ctype[128];
|
||||||
|
|
||||||
/* not a real attachment */
|
if (!mu_msg_part_looks_like_attachment (part, FALSE))
|
||||||
if (!mu_msg_part_file_name(part))
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!part->type || !part->subtype)
|
if (!part->type || !part->subtype)
|
||||||
|
|||||||
Reference in New Issue
Block a user