]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
show: Pass notmuch_message_t instead of path to show_message_body.
[notmuch] / notmuch-reply.c
index 7ac879f94419aa4d7783a0cb6d0be8912baad79b..f8d5f64716e2a47e39a2d6767f4e36eeab980d5a 100644 (file)
@@ -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);
     }