X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-show.c;fp=notmuch-show.c;h=6a54d9c16a0684b28bbc9e98e2c62bed340ba03e;hb=87d5a5a8aa323077c0b79fce42d062839eb2ff2d;hp=136f44391255c1b6a9123de0a394df393f38443e;hpb=2d036dbc3b6e48b12ab3e8aa0cbe713d2ef96854;p=notmuch diff --git a/notmuch-show.c b/notmuch-show.c index 136f4439..6a54d9c1 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -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); }