X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmimeview.c;h=122dbf8ba8709f142bf77dbc2e9be544e62faeba;hp=649698a8fee86275c6854a082e04d9b3fe80d84a;hb=dc847de11925f037ece310e9e9728a992fe30e5e;hpb=efe6d52e968734fa5b8c115c7f1237887444dbeb diff --git a/src/mimeview.c b/src/mimeview.c index 649698a8f..122dbf8ba 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -1077,7 +1077,7 @@ static void mimeview_save_all(MimeView *mimeview) while (partinfo != NULL) { if (partinfo->type != MIMETYPE_MESSAGE && partinfo->type != MIMETYPE_MULTIPART && - partinfo->disposition != DISPOSITIONTYPE_INLINE) { + partinfo->disposition == DISPOSITIONTYPE_ATTACHMENT) { gchar *filename = mimeview_get_filename_for_part (partinfo, dirname, number++);