aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.c b/notmuch.c
index 5dce6521..64e59fe5 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -1076,7 +1076,7 @@ show_command (void *ctx, unused (int argc), unused (char *argv[]))
int ret = 0;
const char *headers[] = {
- "Subject", "From", "To", "Cc", "Bcc", "Date"
+ "From", "To", "Cc", "Bcc", "Date"
};
const char *name, *value;
unsigned int i;