]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
vim: check compose is done on delete
[notmuch] / notmuch-reply.c
index ac46d0265f53cba48c04e303f7672444180fc547..9d6f843652e080234a0c07a7df7012526c1a138f 100644 (file)
@@ -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);