X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=3d5033d644b36e3950955e2b30d9703e6ca8267b;hp=87e52bbc0e81a7f8b0c4c7ca5c374cfdbb5da068;hb=eac29763896e457a738f811b2c2ba8f877498e62;hpb=2ee9351224a940eff65c6aa73ad8befab48250f9 diff --git a/notmuch-show.c b/notmuch-show.c index 87e52bbc..3d5033d6 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -904,7 +904,7 @@ do_show_single (void *ctx, return 1; if (count != 1) { - fprintf (stderr, "Error: search term did not match precisely one message.\n"); + fprintf (stderr, "Error: search term did not match precisely one message (matched %d messages).\n", count); return 1; }