X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=0200b9c4a4cd28fe7126d83b5b0045c82037e9bb;hp=19fb49f29b89172b63eed772ab79297e986904a1;hb=e32c8a5e6bcc7bdbf5e1a5800ac42e25dc8ca70e;hpb=77ec8108a10a8d372bed6298e22c89d7de651577 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);