X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=2689b2470c278b44662ac5fcaf7ad463165b1223;hp=7f284229e38c02ff56e1c23433723b9470d8d9ab;hb=1c7fbbcc99693c0433f7b06b569ce90c19ac5e1b;hpb=528f526f6970499575712fd1db6610d773a0b80e diff --git a/notmuch-reply.c b/notmuch-reply.c index 7f284229..2689b247 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -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");