aboutsummaryrefslogtreecommitdiff
path: root/notmuch-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-search.c')
-rw-r--r--notmuch-search.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch-search.c b/notmuch-search.c
index 3873a06..38ca75d 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 (" (");