X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=a74194a31e4fc7be9505659a973146fc70a295b2;hp=3c6d685cbd6054c68a0281e696e747c8045aff57;hb=eac29763896e457a738f811b2c2ba8f877498e62;hpb=2ee9351224a940eff65c6aa73ad8befab48250f9 diff --git a/notmuch-reply.c b/notmuch-reply.c index 3c6d685c..a74194a3 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -664,7 +664,7 @@ notmuch_reply_format_sprinter(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; }