aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-reply.c')
-rw-r--r--notmuch-reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-reply.c b/notmuch-reply.c
index ac46d026..9d6f8436 100644
--- a/notmuch-reply.c
+++ b/notmuch-reply.c
@@ -621,7 +621,7 @@ notmuch_reply_format_sprinter(void *ctx,
/* Start the original */
sp->map_key (sp, "original");
- format_part_sprinter (ctx, sp, node, TRUE, TRUE);
+ format_part_sprinter (ctx, sp, node, TRUE, TRUE, FALSE);
/* End */
sp->end (sp);