* mu-msg-attach-view: update for mu_msg_part_looks_like attachment update

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-11 23:23:19 +02:00
parent 22defba76a
commit fc14cff444

View File

@ -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)