* 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

@ -208,7 +208,6 @@ mu_msg_attach_view_init (MuMsgAttachView *obj)
GDK_ACTION_COPY);
gtk_drag_source_add_uri_targets(GTK_WIDGET(obj));
g_signal_connect (obj, "drag-data-get", G_CALLBACK(on_drag_data_get), NULL);
}
@ -241,7 +240,7 @@ each_part (MuMsg *msg, MuMsgPart *part, CBData *cbdata)
GdkPixbuf *pixbuf;
char ctype[128];
if (!mu_msg_part_looks_like_attachment(part, FALSE))
if (!mu_msg_part_maybe_attachment(part))
return;
if (!part->type || !part->subtype)