X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-search.c;h=38ca75d63ade2582c40db3bf7db6f08ace0d5c68;hp=3873a067cb59d5c21173ecdb23778848c6707a2b;hb=2f4c5874747c58be04764a7c9a62f3b352e4f9fb;hpb=4d35c3544d7bb0143cb1a17cc197cfe271670bf8 diff --git a/notmuch-search.c b/notmuch-search.c index 3873a067..38ca75d6 100644 --- a/notmuch-search.c +++ b/notmuch-search.c @@ -64,9 +64,10 @@ 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", + printf ("thread:%s %12s %s; %s", notmuch_thread_get_thread_id (thread), relative_date, + notmuch_thread_get_authors (thread), notmuch_thread_get_subject (thread)); printf (" (");