X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=f8d5f64716e2a47e39a2d6767f4e36eeab980d5a;hp=7ac879f94419aa4d7783a0cb6d0be8912baad79b;hb=36f7fe5a1c83f3f0dd8fc883db558ab058b974f3;hpb=c44a0edadca995ddee4b159e9c465d40a32af6e4 diff --git a/notmuch-reply.c b/notmuch-reply.c index 7ac879f9..f8d5f647 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -546,8 +546,7 @@ notmuch_reply_format_default(void *ctx, notmuch_message_get_header (message, "date"), notmuch_message_get_header (message, "from")); - show_message_body (notmuch_message_get_filename (message), - format, params); + show_message_body (message, format, params); notmuch_message_destroy (message); }