1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

* 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;
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)