X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-search.c;h=a0a71bbd7992e02e4f3b42b1bf55939fac0bdc64;hp=85f3514ee099b4142097dde4cd1e0895c979c3af;hb=c168e24174d32563ceb1a35d9bf1875c5bfeac25;hpb=fc2053b022e9b87928a29fa4af111f0cfce719fe diff --git a/notmuch-search.c b/notmuch-search.c index 85f3514e..a0a71bbd 100644 --- a/notmuch-search.c +++ b/notmuch-search.c @@ -91,9 +91,11 @@ notmuch_search_command (void *ctx, int argc, char *argv[]) date = notmuch_thread_get_oldest_date (thread); relative_date = notmuch_time_relative_date (ctx, date); - printf ("thread:%s %12s %s; %s", + printf ("thread:%s %12s [%d/%d] %s; %s", notmuch_thread_get_thread_id (thread), relative_date, + notmuch_thread_get_matched_messages (thread), + notmuch_thread_get_total_messages (thread), notmuch_thread_get_authors (thread), notmuch_thread_get_subject (thread));