Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:
> +
> + const _notmuch_message_crypto_t *msg_crypto = mime_node_get_message_crypto_status (node);
> + if (msg_crypto->sig_list ||
> + msg_crypto->decryption_status != NOTMUCH_MESSAGE_DECRYPTED_NONE) {
> + sp->map_key (sp, "crypto");
I believe the new stuff needs to guarded by
if (notmuch_format_version >= 5)
d
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch