[PATCH 07/20] cli/show: emit new whole-message crypto status output
David Bremner
david at tethera.net
Fri Jun 15 16:47:59 PDT 2018
Daniel Kahn Gillmor <dkg at 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
More information about the notmuch
mailing list