X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-show.c;h=0200b9c4a4cd28fe7126d83b5b0045c82037e9bb;hb=980daa26b57bf0285ab740ce49359e29ba898fee;hp=19fb49f29b89172b63eed772ab79297e986904a1;hpb=77ec8108a10a8d372bed6298e22c89d7de651577;p=notmuch diff --git a/notmuch-show.c b/notmuch-show.c index 19fb49f2..0200b9c4 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -758,8 +758,7 @@ show_message (void *ctx, } if (format->part_content) - show_message_body (notmuch_message_get_filename (message), - format, params); + show_message_body (message, format, params); if (params->part <= 0) { fputs (format->body_end, stdout);