]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
emacs: use --exclude=false when counting total messages
[notmuch] / notmuch-show.c
index 136f44391255c1b6a9123de0a394df393f38443e..6a54d9c16a0684b28bbc9e98e2c62bed340ba03e 100644 (file)
@@ -294,7 +294,8 @@ format_headers_sprinter (sprinter_t *sp, GMimeMessage *message,
     }
 
     /* Output extra headers the user has configured, if any */
-    format_extra_headers_sprinter (sp, message);
+    if (! reply)
+       format_extra_headers_sprinter (sp, message);
     sp->end (sp);
     talloc_free (local);
 }