X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;fp=notmuch-show.c;h=730a91f80827937ed9bb0e9841949ce79c52e6eb;hp=436c17418ab9ef737ab93fceda2311cd96736485;hb=bb0b119358e4d6df5cc085a48cb3d2e09e396922;hpb=096d45a878ba9606f1677f66d346b14c3c274fa5 diff --git a/notmuch-show.c b/notmuch-show.c index 436c1741..730a91f8 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -894,7 +894,6 @@ show_message (void *ctx, part = mime_node_seek_dfs (root, (params->part < 0 ? 0 : params->part)); if (part) status = format->part (local, sp, part, indent, params); -#if HAVE_GMIME_SESSION_KEYS if (params->crypto.decrypt == NOTMUCH_DECRYPT_TRUE && session_key_count_error == NOTMUCH_STATUS_SUCCESS) { unsigned int new_session_keys = 0; if (notmuch_message_count_properties (message, "session-key", &new_session_keys) == NOTMUCH_STATUS_SUCCESS && @@ -908,7 +907,6 @@ show_message (void *ctx, } } } -#endif DONE: talloc_free (local); return status;