]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
notmuch show: Don't show the subject line twice.
[notmuch] / notmuch.c
index 5dce65217e0ba0e70e965a0a8bee8ae013741533..64e59fe588bce24e08a94b36dc4b996a1d1b2f00 100644 (file)
--- 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;