X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fcrypto.h;fp=util%2Fcrypto.h;h=f8bda0d1b1084fe932d3e08a8bf8453129420961;hp=c4411246580d116b76a5e8ef565759b5c57988e2;hb=ab0ae8b1c086ca3878f16ce40cc421eeb206c79e;hpb=8b25643d08b9388ae9c38837a3dfd3dbc6b085cf diff --git a/util/crypto.h b/util/crypto.h index c4411246..f8bda0d1 100644 --- a/util/crypto.h +++ b/util/crypto.h @@ -90,8 +90,11 @@ _notmuch_message_crypto_successful_decryption (_notmuch_message_crypto_t *msg_cr /* call potential_payload during a depth-first-search on a message * when encountering a message part that is not part of the envelope. + * + * Returns true if part is the root of the cryptographic payload of + * this message. */ -notmuch_status_t +bool _notmuch_message_crypto_potential_payload (_notmuch_message_crypto_t *msg_crypto, GMimeObject *part, GMimeObject *parent, int childnum);