]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-search.c
notmuch search: Print the names of author of matched emails.
[notmuch] / notmuch-search.c
index 3873a067cb59d5c21173ecdb23778848c6707a2b..38ca75d63ade2582c40db3bf7db6f08ace0d5c68 100644 (file)
@@ -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 (" (");