]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
cli/show: emit payload subject instead of outside subject
[notmuch] / notmuch-reply.c
index 7f284229e38c02ff56e1c23433723b9470d8d9ab..2689b2470c278b44662ac5fcaf7ad463165b1223 100644 (file)
@@ -663,7 +663,9 @@ static int do_reply(notmuch_config_t *config,
 
            /* The headers of the reply message we've created */
            sp->map_key (sp, "reply-headers");
-           format_headers_sprinter (sp, reply, true);
+           /* FIXME: send msg_crypto here to avoid killing the
+            * subject line on reply to encrypted messages! */
+           format_headers_sprinter (sp, reply, true, NULL);
 
            /* Start the original */
            sp->map_key (sp, "original");