X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=fb5e9b6057912b615eb9ffeff245086edf0cd642;hp=cc509a6f5e779e1af9eb520349c985360837d94b;hb=429ebf5d20a943fb520d7321c5dde721265b0155;hpb=c3eba1c3f85394b977f513059a0585d89a9a4e2d diff --git a/notmuch-show.c b/notmuch-show.c index cc509a6f..fb5e9b60 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -810,8 +810,7 @@ show_message (void *ctx, mime_node_t *root, *part; notmuch_status_t status; - status = mime_node_open (local, message, params->crypto.gpgctx, - params->crypto.decrypt, &root); + status = mime_node_open (local, message, &(params->crypto), &root); if (status) goto DONE; part = mime_node_seek_dfs (root, (params->part < 0 ? 0 : params->part));