X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=06c5aa4666911f49e1688de9603d27ec61dba15c;hp=d8c2ccd1905ab29dfcd4d0f3b78e80936abc13c5;hb=b1baaab2d53426b44adbbe93b067708a528edad0;hpb=9f668b3d56baed92937180622462b7e1cca6b001 diff --git a/notmuch.c b/notmuch.c index d8c2ccd1..06c5aa46 100644 --- a/notmuch.c +++ b/notmuch.c @@ -1116,8 +1116,9 @@ show_command (void *ctx, unused (int argc), unused (char *argv[])) { message = notmuch_messages_get (messages); - printf ("\fmessage{ ID: %s\n", - notmuch_message_get_message_id (message)); + printf ("\fmessage{ ID: %s Filename: %s\n", + notmuch_message_get_message_id (message), + notmuch_message_get_filename (message)); printf ("\fheader{\n");