[PATCH v2 10/17] indexing: record protected subject when indexing cleartext
David Bremner
david at tethera.net
Mon May 27 03:24:41 PDT 2019
Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:
> + status = _notmuch_message_crypto_potential_payload (msg_crypto, clear, GMIME_OBJECT (encrypted_data), GMIME_MULTIPART_ENCRYPTED_CONTENT);
> + _index_mime_part (message, indexopts, clear, msg_crypto);
> g_object_unref (clear);
If you're going to ignore the return value here (not sure if that's a
good idea?) please explicitly cast to void rather than putting in
status to ignore.
More information about the notmuch
mailing list